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-10 14:41:44 -04:00
src Added missing library 2015-08-09 21:25:15 -04:00
Bill of Materials.ods Added initial bill of materials 2015-08-09 21:35: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 Improve documentation 2015-08-10 14:41:44 -04:00
Safe Lighting.fzz Updated Fritzing, exported Fritzing graphics, to do 2015-08-09 21:26:45 -04:00
Safe Lighting_bb.png Updated Fritzing, exported Fritzing graphics, to do 2015-08-09 21:26:45 -04:00
Safe Lighting_schem.png Updated Fritzing, exported Fritzing graphics, to do 2015-08-09 21:26:45 -04:00
TODO.md Added initial bill of materials 2015-08-09 21:35:18 -04:00

Overview

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

The project uses Adafruit NeoPixels as a lighting source, Arduino for control, and has support for different sensors to check if the safe door is open. The build also is setup to allow the color of the NeoPixels to be changed, brightness to be changed as well as an "always on" switch.

Build

There is a Fritzing schematic of the project in the main folder (look for the fzz file) that outlines how all of the parts need to be put together.

There is a bill of materials (OpenOffice Calc format) in the main folder listing all parts that were used in the build.

Customization

The build can be customized in the following ways

  • Use an Adafruit Trinket Pro or Arduino Micro
  • Use a SparkFun LiPo fuel gauge to track battery level and flash the lights when the battery reaches a critical level
  • Use a magnetic door sensor or PIR distance sensor to check if the safe door has been opened

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/)