1. repurposing of Toyota cheap hardware (great work by Johannes and Damien)
2. and VESC-like software interface
to provide minimum knowledge from user side, and maximum usability of aftermarket hardware.
My input so far:
1st part: electronic brain:
- all STM32 micros -simplify BOM, make them interconnected (CAN), maybe one software for all microcontrollers.
This made me to rearrange some pins -I'll know if it's good for sure during software development
- added some solder jumpers especially to power stage outputs -it's helpful during assembly and capacitor shorts later.
- added USB interfaces for easy reprogramming, or software update later.
- connectors for UART to connect Bluetooth dongle for remote communication.
2nd part: software development:
- RTOS for all STM's

- QT Configuration and debug editor like VESC has.
In this first post I'll keep all the changes and progress in this project.