You are reading a single comment by @parasquid and its replies.
Click here to read the full conversation.
-
Thanks for this,
We dont really need to see the tempratures we just want to send them to our server.Is it possible to use the "Espruino Original" board (https://shop.espruino.com/espruino-boards/original) with the wifi adapater or an ethernet board?
All articles point at using a pico board rather than the "full-fat" one
I'm guessing you can use the Pixl.js with this shield: https://www.espruino.com/arduino-w5100
I personally use a DS18b20 for monitoring the temperature of a water heater.
Maybe https://www.espruino.com/WiFi+Enabled+Thermometer might give you an idea? (You'll need to mix an match peripherals though; I think the CC3000 module mentioned there is depcrecated in favor of an esp8266 with AT firmware if using wifi, or no need for wifi if you're using the ethernet shield)
There's a shield for the esp8266 as well https://www.espruino.com/arduino-esp8266