Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttidey committed Dec 13, 2018
0 parents commit 3e54f2f
Show file tree
Hide file tree
Showing 4 changed files with 568 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Battery security sensor for ESP8266

Can be magnetic reed switch or PIR
See schematics for hook up.

## Features
- Actions notification, web, easyIOT reporting
- WifiManager for initial set up
- OTA for updates

### Config
- Uses espConfig file on central server
- Matches against mac address to have different configs

### Libraries
- ESP8266WiFi
- ESP8266HTTPClient
- ESP8266WebServer
- ESP8266mDNS
- ESP8266HTTPUpdateServer
- ArduinoJson // not currently used
- DNSServer
- WiFiManager
- IFTTTMaker.h

### Install procedure
- Change passwords and notification keys in ino to suit
- Normal arduino esp8266 compile and upload
- Use WifiManager to config local wifi
- Edit espConfig to suit and put on central server

Binary file added Schematic_SecurityPIRSchematic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Schematic_SecuritySwitchSchematic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e54f2f

Please sign in to comment.