https://github.com/eiffelpeter/esp32_hrm
simulate heart rate data on esp32 Arudino
https://github.com/eiffelpeter/esp32_hrm
arduino esp32 heartrate nrf-toolbox
Last synced: about 2 months ago
JSON representation
simulate heart rate data on esp32 Arudino
- Host: GitHub
- URL: https://github.com/eiffelpeter/esp32_hrm
- Owner: eiffelpeter
- Created: 2025-09-23T02:35:18.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-23T03:08:14.000Z (9 months ago)
- Last Synced: 2025-09-23T05:36:06.248Z (9 months ago)
- Topics: arduino, esp32, heartrate, nrf-toolbox
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install Arduino IDE 2.3.6
[link](https://www.arduino.cc/en/software/)
## Add esp32 Board and build
1. File -> Preferences -> Additional boards manager URLs -> `https://espressif.github.io/arduino-esp32/package_esp32_index.json`
2. Boards manager -> search `esp32` by espressif systems -> install
3. Select board `DOIT ESP32 DEVKIT V1`
4. Verify then Upload
5. Open `nRF Toolbox` to connect by `HRS`
## Demo on nRF Toolbox

## Reference
[link](https://github.com/rikard-engstrom/esp32-ble-hrm-garmin.git)