Hi Guys !
I´m looking for a Temperature sensor project with LCD readout and email alarm, does anyone know a tutorial to share with me ?
Thanks
Hi Guys !
I´m looking for a Temperature sensor project with LCD readout and email alarm, does anyone know a tutorial to share with me ?
Thanks
There is an example for driving the LCD, an example for measuring temperature .
You need an Ethernet card for the mail part , and there are examples with these.
Job done
Thank´s I´ll search for them.
Instead of ethernet you may look into WiFi - and then maybe you're better off with an ESP8266 based system, like the NodeMCU or WeMOS boards. Programs very similar to Arduino, same IDE, with WiFi built in. And they're cheap, too.
thanks for the directions wvmarle !