How to set up the Arduino - sergiomajluf/Temp-Monitor GitHub Wiki
Download the sketch in the Arduino folder, and edit to suit your setup.
You'll need to know and edit:
- your Node server IP. Use this IP in the sketch's IPAddress server() function
- your Ethernet shield's MAC address (it's a sticker on the back side of the board)
- your network setup (DHCP / manual) ** if DHCP, remove the ip parameter from the Ethernet.begin() function (around line 44) ** if manual setup, use any available IP for your Ethernet/Arduino
- use unique initials as an identifier for each Arduino around line 106