kaczy1217

Results 6 comments of kaczy1217

@zbx-sadman I use ENC28J60 shield with UIPETHERNET lib on Arduino Nano for cyclic UDP packets send. Bascially I collect data from few One Wire devices and send one packet every...

Thanks for quick answer. Ok, so I understand that it is necessary to use your tweak in any case, mine also. It doesn't whether we're sending/receiving packets. How do you...

According what you've told about tick command... Maybe it is reasonable to call it manually inside time requiring operations inside loop routine? For example I need about 120ms to read...

Another question: Is it necessary to perform Ethernet.begin(mac, ip).... etc after Enc28J60.init(...)?

Thanks for your help. At this moment my board is working for 3 days without a problem, but I haven't implemented yet your checking modification. I'm gonna wait for 2-3...

@zbx-sadman Could you provide some latest sources that worked for your case, please? Because now I'm pretty confused which example should I use.