TL;DR, I accidentally purchased a Teensy without the Ethernet chip and want to know if there are any workarounds that don't involve buying a new board. Otherwise, I was wondering what the communication speed differences between Ethernet and Serial port are, and if I should even care about this.
I recently purchased a Teensy 4.1 from Digikey. I wasn't fully paying attention and there was no description that specified "no Ethernet" meant there was no Ethernet chip on the board. I had also previously purchased the Teensy 4.1 Ethernet Kit because I previously bought a different board with Ethernet functionality. After messing around a bit with different cables and using the NativeEthernet library I finally realized that I made a mistake. The fact that the board still has the open holes for soldering Ethernet makes me think that there is some workaround to the issue. In my setup, I plan to use a laptop as a computing unit that communicates with 3 Olimex ESP32 POE boards through Ethernet over a long distance to receive IMU data and transmit commands such as moving a motor. I also have 2 D435 cameras that I would like to ultimately make decisions about movement. The Teensy board primarily serves to receive instructions from the computer about how to move 12 servo motors and possibly handling some on-board calculations. As far as I know, the Teensy is completely overkill for this, but my main reasoning behind using Ethernet was to keep the communication protocol consistent and possibly allow for the POE boards to directly communicate with the Teensy for faster speeds. Any help is appreciated. Thanks.
I recently purchased a Teensy 4.1 from Digikey. I wasn't fully paying attention and there was no description that specified "no Ethernet" meant there was no Ethernet chip on the board. I had also previously purchased the Teensy 4.1 Ethernet Kit because I previously bought a different board with Ethernet functionality. After messing around a bit with different cables and using the NativeEthernet library I finally realized that I made a mistake. The fact that the board still has the open holes for soldering Ethernet makes me think that there is some workaround to the issue. In my setup, I plan to use a laptop as a computing unit that communicates with 3 Olimex ESP32 POE boards through Ethernet over a long distance to receive IMU data and transmit commands such as moving a motor. I also have 2 D435 cameras that I would like to ultimately make decisions about movement. The Teensy board primarily serves to receive instructions from the computer about how to move 12 servo motors and possibly handling some on-board calculations. As far as I know, the Teensy is completely overkill for this, but my main reasoning behind using Ethernet was to keep the communication protocol consistent and possibly allow for the POE boards to directly communicate with the Teensy for faster speeds. Any help is appreciated. Thanks.