fedus / sigfox-mailbox-notifier

Arduino sketch for the MkrFox1200, sending a message over SigFox to notify when the mailbox has been filled or emptied

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SigFox mailbox notifier

This is a basic Arduino sketch for the MkrFox1200 that sends a message over the SigFox network whenever the mailbox is filled (in other words, "you've got mail") or when it has been emptied. Everything is triggered using two reed switches.

Includes a "hacky debounce" to minimise the risk of false positives.

Lastly, the module also transmits the current battery voltage and the on-board temperature of the SigFox module (which can be used to approximate the outdoor temperature depending of the mailbox location and exposure to the sun).

About

Arduino sketch for the MkrFox1200, sending a message over SigFox to notify when the mailbox has been filled or emptied


Languages

Language:C++ 100.0%