Teensy4.1 as a Slave in SPI communication

clareto74

Member
Hi everyone, I am new and kinda beginner with the Tenssy4.1. I am trying to connect my T4 with an OpenBCI device (Ganglion) with SPI wiring. The teensy could therefore receive the data and then use it to do something with it. I wanted to know which library I should use because I've seen multiples library on Git is it the https://github.com/tonton81/SPI_MSTransfer_T4 or the https://github.com/tonton81/SPISlave_T4/blob/main/SPISlave_T4.tpp ?
then how should I configure my T4 I have trouble to understand the libraries and how they work.

Thanks in advance
 
Hi everyone, I am new and kinda beginner with the Tenssy4.1. I am trying to connect my T4 with an OpenBCI device (Ganglion) with SPI wiring. The teensy could therefore receive the data and then use it to do something with it. I wanted to know which library I should use because I've seen multiples library on Git is it the https://github.com/tonton81/SPI_MSTransfer_T4 or the https://github.com/tonton81/SPISlave_T4/blob/main/SPISlave_T4.tpp ?
then how should I configure my T4 I have trouble to understand the libraries and how they work.

Thanks in advance

Don't know if its compatible with OpenBCI since I know nothing about it but https://github.com/tonton81/SPI_MSTransfer_T4 is the latest version so I would start there.
 
Back
Top