grodansparadis / vscp-demo-mailbox-control

Snail mail check sensor based on deep sleep battery powered ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscp-demo-mailbox-control

Snail mail check sensor based on deep sleep battery powered ESP8266

This demo project is built to give a notice when the lid of the snailmail postbox is opened, indicating that there is mail (usually bills) to fetch. The code can use either one of VSCP or MQTT or both to send the VSCP events to a host to indicate the mail arrival. Events are also sent for battery voltage and a temperature measurement using a 1-wire DS18B20 sensor.

As the setup is battery powered the system is in deep sleep most of the time and only awakens when the lid is opened.

This same design is perfect for wireless alarm sensors and PIR sensors etc.

A howto describing the setup is here, here and here

About

Snail mail check sensor based on deep sleep battery powered ESP8266

License:MIT License


Languages

Language:C++ 100.0%