Hi
I am planing to put together a arduino + ethernet setup, with BMP085 and DHT22 so i can upload to Emoncms (own server).
Got the BMP085 and DHT22 running and giving out data on seriel (usb).
Now looking for a sketch to show how to put together the payload to send to the ethernet shield.
I had a look at the 03 - Basic Web Client
(https://github.com/openenergymonitor/NanodeRF/blob/master/Guide/c_BasicW...)
with no luck, Wrong ethernet card
So if any have a sketch for the arduino+shield i would like to have a look.
Re: Arduino uno + ethernet shield
Did you ever get this to work?
Re: Arduino uno + ethernet shield
Hello,
This is how i did it with a arduino nano and en encj2860 and using the ethercard library.
I read 2 one wire thermometers and send them to my emoncms server
maybe you could use it.
[Edit: APIkey obfuscated - RW]