Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
amoarg69A

amoarg69

@amoarg69
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problems with ENC28J60 losing connection/freezing (using UIPEthernet or etherShield)? READ THIS!
    amoarg69A amoarg69

    @m26872 Thanks!
    Wich library is better to use? UIPEthernet works well with W5100? I need a library that can handle client/server request.
    Thanks very much!!!

    Troubleshooting enc28j60

  • Problems with ENC28J60 losing connection/freezing (using UIPEthernet or etherShield)? READ THIS!
    amoarg69A amoarg69

    HI! Thanks for the topic! I'm new on this forum and I'm using enc28j60 with UIPE Lib. I have a lot of hang-up in my sketch.
    Can somebody tell me wich is the best adapter-library combination to make a secure client-server arduno based sensor?
    enc28j60 O WIZNET5100? UIPEEthernet, Ethercard or EtherShield ?

    The solution proposed is modify enc28j60.cpp about line 215

    Enc28J60Network::sendPacket(memhandle handle)
    .....
    if( (readReg(EIR) & EIR_TXERIF) )
    {
    writeOp(ENC28J60_BIT_FIELD_CLR, ECON1, ECON1_TXRTS);
    }
    ...
    }

    by

    if( (enc28j60Read(EIR) & EIR_TXERIF) )
    {
    enc28j60WriteOp(ENC28J60_BIT_FIELD_SET, ECON1, ECON1_TXRST);
    enc28j60WriteOp(ENC28J60_BIT_FIELD_CLR, ECON1, ECON1_TXRST);
    enc28j60WriteOp(ENC28J60_BIT_FIELD_CLR, EIR, EIR_TXERIF);
    }

    It is correct???

    Sorry for my English. Thanks again. Daniel

    Troubleshooting enc28j60
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular