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

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

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
![IMAGE ALT TEXT HERE](./img/IMG_9004.JPG)

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