Monthly Archives: F Y

Arduino Long Time Hardware Watchdog

There are times You need to be sure your application is always up and running, so You need a tool that resets the board if something goes wrong (crashes, infinite loops … and so on). This kind of tool is … Continue reading

Posted in Arduino Projects, Hardware | Leave a comment

GSM Thermostat – Software (update)

After some intensive test of the GSM thermostat, I’ve decided to add new features and change some low level interactions with the GSM Modem.

Posted in Arduino Projects, GSM Thermostat | Leave a comment

GSM Thermostat – Software

This is my first “big” Arduino project so I decided to split the application into modules (read C++ classes), hoping to reuse these modules in future projects. So You will find a TempSensor_AD22100.cpp, a LatchedRelais.cpp, a SerialDebug.cpp, a ModemGSM.cpp and some other. The Arduino … Continue reading

Posted in Arduino Projects, GSM Thermostat | Leave a comment