Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olexs/esp8266-pir-mqtt
Software for a DIY motion sensor running on ESP8266 + HC-SR501 PIR, publishing via MQTT
https://github.com/olexs/esp8266-pir-mqtt
Last synced: 6 days ago
JSON representation
Software for a DIY motion sensor running on ESP8266 + HC-SR501 PIR, publishing via MQTT
- Host: GitHub
- URL: https://github.com/olexs/esp8266-pir-mqtt
- Owner: olexs
- License: gpl-3.0
- Created: 2020-01-18T21:00:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T20:37:00.000Z (11 months ago)
- Last Synced: 2023-12-04T21:37:40.985Z (11 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266-pir-mqtt
Software for a DIY motion sensor running on ESP8266 + HC-SR501 PIR, publishing via MQTT
## Hardware
- Any ESP8266-based board with at least one digital input pin: ESP-1, NodeMCU or anything in between.
- HC-SR501 PIR sensor
- (optional) 3D printed enclosure## Dependencies
- [ESP8266 Arduino library](https://github.com/esp8266/Arduino)
- [PubSubClient](https://github.com/knolleary/pubsubclient)