Hi all,
I am looking for a solution to connect a Teensy 4.1 to a Raspberry PI5.
I have used all the hardware UART on the Teensy 4.1.
I would prefer not to use the USB connection on the Teensy because I want to use that to connect to the PC.
I am looking at SPI but what would be much more convenient would be to have one more UART connection to link the boards together.
I am trying to get my head around the FlexIO libraries but its a bit of a mindfield for a novice like me. I just want something simple that will give me a fast connection between the 2 boards.
I have designed my own protocol accross my project that is a 6 byte package so that is all that will be transmitted back and forth.
Any help or suggestions welcome.
I am looking for a solution to connect a Teensy 4.1 to a Raspberry PI5.
I have used all the hardware UART on the Teensy 4.1.
I would prefer not to use the USB connection on the Teensy because I want to use that to connect to the PC.
I am looking at SPI but what would be much more convenient would be to have one more UART connection to link the boards together.
I am trying to get my head around the FlexIO libraries but its a bit of a mindfield for a novice like me. I just want something simple that will give me a fast connection between the 2 boards.
I have designed my own protocol accross my project that is a 6 byte package so that is all that will be transmitted back and forth.
Any help or suggestions welcome.