Quick update to share some updates I made to my personal project:
I’ve added a new branch in the ESP32 repo:
GitHub - SellA/BoschEBikeESP32 at feature/multi-mode
Besides the standard bridge mode, it now supports exposing standard BLE sensor profiles as well:
Power + Cadence
Speed + Cadence...
Hi all,
i've integrated the new Bosch protocol with and esp32 (as a gateway) to my Suunto watch. I needed the ESP32 because Suunto can only act as a Master in the communication and unluckily Bosch is also a master. I'm pretty sure it can be easily done also on a Garmin via Monkey C.
Don't have a...