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

https://github.com/eiffelpeter/esp32_csc_bike

simulate bike csc data on esp32 Arudino
https://github.com/eiffelpeter/esp32_csc_bike

arduino csc esp32 nrf-toolbox

Last synced: about 1 month ago
JSON representation

simulate bike csc 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 `CSCS`

this demo generate fake data. check define `FAKE_DATA`.

## Demo on nRF Toolbox
![IMAGE ALT TEXT HERE](./img/IMG_8999.jpg)

## Reference
[link](https://github.com/krisc-informatica/arduino-csc-bike-trainer)