Showing 1 changed files with 22 additions and 18 deletions
+22 -18
README.md
... ...
@@ -1,18 +1,22 @@
1
-# BLE iBeacon
2
-Faking iBeacon with ESP board
3
-
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 & M5-Sctick-C
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
-```
1
+# BLE Eddystone beacon
2
+Faking Eddystone with ESP32 board
3
+
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 & M5-Stick-C / ESPC3 Mini
8
+One long press on PRG button is used to cycle through beacon type (Safe -> Exit -> Other -> Entry -> Hazard)
9
+
10
+## Limitations
11
+- ESP32C3: Button not working
12
+- ESP32C3: Display not working
13
+
14
+## Files
15
+```bash
16
+.
17
+├── beacon.h           : Beacon Definitions
18
+├── BLE_iBeacon.ino    : Main
19
+├── button.h           : PRG button handling
20
+├── display.h          : Display update of TTGO screen
21
+└── README.md
22
+```