UNO R3 + Prototyping Breadboard + W5100 Shield
-
@iotearoa - I have had the exact same setup as well, default ethernet sketch and it did work.
Do you have any serial output/debug? -
@iotearoa - I have had the exact same setup as well, default ethernet sketch and it did work.
Do you have any serial output/debug?@sundberg84 it was blank. I'll start with just simply the ethernet shield and use the DhcpChatServer sketch to rule out it's not the shield then move my way to the NRF. Thanks for the rapid response. I'm testing it now.
-
It turns out the W5100 ethernet is working after using the sample sketch from Arduino.
Now plumbed NRF directly on the W5100 shield:
Now I'm getting this:

@iotearoa - put the capacitor as near the radio as possible, solder it directly over GND / VCC and not near the arduino.
-
@iotearoa - put the capacitor as near the radio as possible, solder it directly over GND / VCC and not near the arduino.
Hmm... no good.. I've basically moved a known working breadboard + 4.7uf from my other prototype below. I'm still getting the same error.

I'll triple check the wiring and replace all of them just in case.
-
With all of that, no wonder it wasn't working :D
What kind of project are you running with those nodes?I'm measuring ambient lighting and motion sensor (Its directly using a 12v PIR ) at the moment in my room and using a
Mosquitto+Paho+MongoDB+SlamData for some analytics. I'm curious what analytics I'll get with this setup. Who knows right? :)
Then you'll notice there's an OLED. It's just simply a replacement for the serial() so I can see the debug than plugging the USB all the time.
