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

https://github.com/eiffelpeter/esp32_ftms_indoor_bike

simulate ftms indoor bike data on esp32 Arudino
https://github.com/eiffelpeter/esp32_ftms_indoor_bike

arduino esp32 ftms kinomap

Last synced: about 1 month ago
JSON representation

simulate ftms indoor bike 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 `kinomap` to connect

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

## Demo on kinomap
![IMAGE ALT TEXT HERE](./img/IMG_9003.jpg)

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