This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2015-08-09 16:42:18 -04:00
src Added basic handling of door sensor code 2015-08-09 16:42:18 -04:00
LICENSE-APACHE-2.0.txt Initial project creation 2015-08-04 18:16:56 -04:00
LICENSE-CC-BY-SA-3.0.html Initial project creation 2015-08-04 18:16:56 -04:00
README.md Added notes about values to tweak, fixed bug with fuel gauge implementation, added interactive debugging flag 2015-08-04 23:32:41 -04:00
Safe Lighting.fzz Added initial Fritzing document (breadboard / schematic views) 2015-08-05 00:14:44 -04:00
TODO.md Minor variable name refactor, updated ToDo, added place holder definition for SparkFun door sensor 2015-08-09 13:20:57 -04:00

Overview

This project is a basic lighting system that can be used with smaller SentrySafe products such as the X125 model.

Config

In the code you'll find the following variables which may need tweaking

  • SLEEP_INTERVAL : The amount of time (in miliseconds) that the device sleeps for between checks
  • ALERT_LEVEL : The battery level that generates an alert. This must be set between 1 and 32%, inclusive

Code License

All code is licensed under the Apache 2 License (http://www.apache.org/licenses/LICENSE-2.0) unless otherwise specified.

The following external libraries are included and may not be licensed under the Apache 2 License

Non-Code License

All non-code Assets, documentation, etc is licensed under the Creative Commons Attribution-ShareAlike 3.0 license (https://creativecommons.org/licenses/by-sa/3.0/us/)