Joined
·
7 Posts
Hi,
I am new here.
I did buy big tank bag (Givi UT810 TANKLOCKED), so I can`t see full dashboard on my Kawasaki Versys 650. So I did make bluetooth smartphone application - dashboard of my bike. I did use microchip Atmel Mega 8 and HC05 bluetooth module. For communication AVR and ECU is used KWP2000 protocol (thanks https://github.com/aster94/Keyword-Pr... and https://github.com/HerrRiebmann/KDS2B...). I did use Arduino library for coding AVR. You can use simultaneously with original dashboard. What works:
Thanks for your comments!
I am new here.
I did buy big tank bag (Givi UT810 TANKLOCKED), so I can`t see full dashboard on my Kawasaki Versys 650. So I did make bluetooth smartphone application - dashboard of my bike. I did use microchip Atmel Mega 8 and HC05 bluetooth module. For communication AVR and ECU is used KWP2000 protocol (thanks https://github.com/aster94/Keyword-Pr... and https://github.com/HerrRiebmann/KDS2B...). I did use Arduino library for coding AVR. You can use simultaneously with original dashboard. What works:
- RPM (read from ECU) - Speed (read from ECU)
- Gear (read from ECU) - ODO (calculation based on actual speed, you can set starting KM via BT)
- Fuel status (read via AD convertor on pin original dashboard connector)
- Air temperature (read from ECU) - Coolant temperature (read from ECU)
- Battery voltage (read from ECU) - Not visible on video, but, when voltage is lower than 12V, it show battery icon which is switching with value of voltage
- Lights: left, right turn, high beam, neutral, red warning light, ABS (read from pins on original dashboard connector)
- DTC light (read trouble codes from ECU, if no code - no light, if any light goes on) All features except DTC was tested and works. DTC was not tested, because my bike has no troubles.