-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This project adds Bluetooth LE capabilities to the the TSDZ2 e-bike engine.
The project provides:
- A new TSDZ2 controller firmware based on the TSDZ Open source Firmware
- A small PCB board connected between the Engine Controller Board and the Display.
- An Android application used to interact with the TSDZ2 Engine Firmware through the Bluetooth interface
Actually the TSDZ2 Controller firmware is based on the TSDZ Open Source Firmware version 0.20.0-beta1 (the last Firmware released for the LCD3 display) to which I added some small changes and improvements. I have also in plan to support in future the last Open Source Firmware developed for the 860c and SW102 displays.
The board is a small PCB (24x42mm) based on the ESP32 microcontroller. The board is small enough to be inserted inside the motor just over the controller board. The board exposes the Bluetooth interface used by the Android application but exposes also the BT 4.0 Cycling Power Profile. In this way you could also use third party app (like Oruxmaps) and the app will be able to receive various parametrs like speed, cadence, istantaneous Power, accumulated energy etc.
The PCB board operates as "man in the middle" between motor controller and LCD. It receives the messages sent from the controller, translates the messages to the OEM LCD protocol and then send the messages to the OEM LCD. This means that the current setup uses the OEM LCDs (VLCD5, VLCD6, HX18). I own the VLCD5 and this is the LCD i tested. But i'm confident that also VLCD6 and XH18 works since they uses the same protocol. In the future it will be possible to add support for different LCDs (as long as the protocol is known)
The Android application offers the following functionalities:
|
The project requires some small hardware modifications that require a minimum of soldering skill.