Skip to content

Arduino web server that monitors main electric for outages, the temperature, and humidity.

Notifications You must be signed in to change notification settings

ritchie-tg/Arduino_Data_Monitor-HTTP-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Data Monitor Webserver(HTTP)

An Arduino (Uno) webserver featuring DDNS via DUCKDNS. This is a device that detects and records electrical interruptions or blackouts, the room temperature and humidity, then servers this information to clients to interpret. Additional features include client & server functionality, remote software reset, remote RTC time setup, in addition to other landing pages. Although this project is rather specific, I imagine the code could be used as a how-to, template, or reference in other projects. Enjoy.



Gallery: https://imgur.com/a/b9ABL


DuckDNS At the least, you MUST adjust the following line of code with your DuckDNS domain and API Token:

sprintf(conkat,"update?domains=[DUCK DOMAIN]&token=[DUCK API TOKEN]&ip=%s", publicIP);

About

Arduino web server that monitors main electric for outages, the temperature, and humidity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%