albertaloop / T_SWE_2022_2023

Software for AlbertaLoop's first-generation pod.
MIT License
3 stars 0 forks source link

Teensy StateMachine - UART and CANbus tests #24

Closed Iyury1 closed 1 year ago

Iyury1 commented 1 year ago

Summary

Set up and test the external communication interfaces that will be used by the State Machine program.

The hardware target is a Teensy 4.1. This State Machine board will communicate with a Raspberry Pi with a UART connection, and will also communicate with the other Teensy development boards through a CANbus network.

Teensy 4.1 CAN library: https://github.com/tonton81/FlexCAN_T4 Teensy 3.6 CAN library: https://github.com/pawelsky/FlexCAN_Library

image

Checklist

Iyury1 commented 1 year ago

The UART driver for the Teensy is not compatible with ChibiOS. We will be switching to STM32.