Skip to content

Project for Embedded Systems. Simple status monitor for hosts. Check if the host is online.

License

Notifications You must be signed in to change notification settings

klocus/arduino-web-host-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Paweł Klockiewicz
Oct 20, 2017
3b61708 · Oct 20, 2017

History

5 Commits
Oct 20, 2017
Oct 20, 2017
Oct 20, 2017

Repository files navigation

Arduino Web Host Monitor

Simple host status monitor that checks if the host is online or offline. Unfortunately I ran out of space in Arduino UNO memory to add automatic mode and notification to email. For reasons of memory, I was forced to also limit the number of hosts to four.

Hosts can be edited via web interface.

I used the following components:

  • Arduino UNO,
  • Ethernet Shield,
  • LCD Keypad Shield 2x16,
  • micro SD card.

Additional libraries:

  • NettigoKeypad (operating the display keys)
  • SdFat (I replaced the standard SD by this library because it took less memory)
  • aWOT (web interface)

A video where you can see it in action: https://youtu.be/bNa4fz_fVJo

About

Project for Embedded Systems. Simple status monitor for hosts. Check if the host is online.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%