PCMaster2165
Member
Hello everyone, I am wondering if anyone can give me some guidance/advice on the best way to create a high speed buffered data connection between a Teensy 4.1 and a raspberry Pi 5 (which would be running some sort of java program to listen for incoming data)? My thoughts were to use the Ethernet or USB connections to send data. But not sure which is best. My use case is for the teensy to send data logging data to the raspberry Pi (currently writing to SD card) and for the Pi to send back flight navigation set points (currently going to be used in an autonomous drone application). Any info/guidance would be greatly appreciated, thanks!