A electronics project to sense when a gate is opened and to sound an alarm when this happens.
A description of the project along with details of progress can be found on the Gate Alarm page of the Cahamo website.
This repository contains the project's microcontroller source code.
The source code was developed in VSCode using the PlatformIO extension. It is written for the Arduino framework in C++. The code is targetted at an Arduino Nano.
In addition to the Arduino library some 3rd party libraries are required. See platformio.ini
for details.
See CHANGELOG.md
for details of changes in each release.
The source code contained in this repository is MIT Licensed.