Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)