visualapproach / Volvo-melbus

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

Another MCU #22

Open AudioDrugs opened 5 years ago

AudioDrugs commented 5 years ago

Did some one tried to migrate to ARM or STM?

I've got tons of errors. Trying to fix...

visualapproach commented 5 years ago

The code contains some platform specific parts. Like direct port manipulation and timing etc. With a faster processor you could probably use ordinary time-functions and leave interrupts on most of the time.

Arroquw commented 11 months ago

I have a semi-working version here: https://github.com/Arroquw/stm32cdc/tree/stm32cubeideproject

Arroquw commented 10 months ago

https://github.com/Arroquw/volvo_melbus_stm32

works now