Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/esp8266-pir-http
ESP8266 PIR experiment
https://github.com/goliatone/esp8266-pir-http
Last synced: 4 days ago
JSON representation
ESP8266 PIR experiment
- Host: GitHub
- URL: https://github.com/goliatone/esp8266-pir-http
- Owner: goliatone
- Created: 2015-10-15T03:30:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T15:30:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T09:09:30.382Z (27 days ago)
- Language: Lua
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ESP8266 PIR motion detector
This is a sample project using the ESP8266 NodeMCU devkit board.
It uses a cheap PIR sensor to detect movement and ping a service through HTTP POSTs with movement updates.
The only challenge was to find a 3v to 5v booster to power the PIR from the board itself.
### TODO
* Proper config object:
* Wrap configuration in a table
* Remove global constants
* Pass config object to each module* AP Configuration Page:
* HTML server to configure WiFi credentials
* Add device's UUID
* Custom configuration options---
More instructions to come...