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
- Host: GitHub
- URL: https://github.com/eiffelpeter/esp32_ftms_indoor_bike
- Owner: eiffelpeter
- Created: 2025-09-22T03:22:18.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-02T06:45:47.000Z (9 months ago)
- Last Synced: 2026-05-04T08:43:06.165Z (about 1 month ago)
- Topics: arduino, esp32, ftms, kinomap
- Language: C++
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- 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 `kinomap` to connect
this demo generate fake data. check define `FAKE_DATA`.
## Demo on kinomap

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