... | ... |
@@ -2,3 +2,17 @@ |
2 | 2 |
Faking iBeacon with ESP board |
3 | 3 |
|
4 | 4 |
Original : [https://github.com/nkolban/ESP32_BLE_Arduino/tree/master/examples/BLE_iBeacon](https://github.com/nkolban/ESP32_BLE_Arduino/tree/master/examples/BLE_iBeacon) |
5 |
+ |
|
6 |
+## Hardware |
|
7 |
+It has been successfully tested on Wemos TTGO LoRa / Heltech |
|
8 |
+One long press on PRG button is used to cycle through beacon type (Safe -> Exit -> Other -> Entry -> Hazard) |
|
9 |
+ |
|
10 |
+## Files |
|
11 |
+```bash |
|
12 |
+. |
|
13 |
+├── beacon.h : Beacon Definitions |
|
14 |
+├── BLE_iBeacon.ino : Main |
|
15 |
+├── button.h : PRG button handling |
|
16 |
+├── display.h : Display update of TTGO screen |
|
17 |
+└── README.md |
|
18 |
+``` |