Home

Awesome

Astra-H by megadrifter (https://github.com/megadrifter)

Please monitor the branch "public" for new public releases

This project [will] contain several modules based on the STM32F103C8T6 "blue pill" hardware. Each module has one main CAN interface constantly ON to read and send messages, and one secondary CAN interface that can be switched to for a short time instead of the main, only to send some message to other module. For example, MS-module should always listen to MS CAN, then it can switch to LS CAN and send message to LS-module, and switch back immediately. Files are basically for Arduimo IDE, so they are *.ino

As for libraries, I use lib from stm32duino project with some modification of HardwareCAN library.

Maybe I'll manage to create a Class named Astra-H, but not sure, as I have no clue how to do this.