visualapproach / Volvo-melbus

Volvo MELBUS Bluetooth audio input and remote control with Arduino Nano
70 stars 19 forks source link

Add MD support #33

Closed Arroquw closed 9 months ago

Arroquw commented 10 months ago

Changes between SAT_CDC_for_PCBv2.ino and SAT_CDC_MD_for_PCBv2.ino: changes.zip

Scrolling line works on MD CHGR mode, just need to change the "testText0x" in the MD_RTR_x cases to change the text.

Tested on HU603 and HU803.

Based on my stm32 project: https://github.com/Arroquw/volvo_melbus_stm32, which is this code for STM32 black pill from weact studio, but without SAT.

credits go to Vincent Gijssen for helping me sniff his imiv with MD CHGR support.
https://github.com/VincentGijsen/melbus-sniffed-traffic

Arroquw commented 10 months ago

I see I forgot a few things with regard to NXT,PRV,CHG and general trackinfo. Will fix that as well.

visualapproach commented 10 months ago

Cool! Will look at your work.