https://github.com/glamperd/esp-32_people_monitor
BLE beacon monitor + PIR sensor + wifi reporting
https://github.com/glamperd/esp-32_people_monitor
esp32 mqtt
Last synced: 2 months ago
JSON representation
BLE beacon monitor + PIR sensor + wifi reporting
- Host: GitHub
- URL: https://github.com/glamperd/esp-32_people_monitor
- Owner: glamperd
- Created: 2017-10-02T01:21:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T08:55:52.000Z (almost 8 years ago)
- Last Synced: 2025-03-20T20:04:51.105Z (over 1 year ago)
- Topics: esp32, mqtt
- Language: C
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
ESP-IDF GATT CLIENT demo
========================
This is the demo for user to use ESP_APIs to create a GATT Client.
Run the gatt_server demo, the client demo will automatically connect to the gatt_server demo.
Client demo will enable gatt_server's notify after connection. Then the two devices will exchange
data.