Teensy 4.0 Ethernet

Status
Not open for further replies.

CiaranMc

New member
I'm hoping to connect multiple teensy 4.0's together to form a sort of local area network. The plan was to do this using ethernet and the WIZ850io ethernet module. However I am now wondering if the teensy 4.0 actually supports ethernet at all. Does it?
 
The current Teensy 4.0 does not have all of the Ethernet pins broken out so the native Ethernet can not be used but the standard Wiznet SPI modules work perfectly fine with it.
 
Thanks vjmuzik and PaulStoffregen. According to the ethernet guide on the pjrc website (https://www.pjrc.com/store/wiz820_sd_adaptor.html) the WIZ850io needs to be connected to the teensy as follows: ethernet pinout.png The guide also suggests using the WIZ820_SD_ADAPTOR. Is this adapter required to use ethernet with the WIZ850io and teensy 4.0, or could the WIZ850io be connected up directly to the teensy 4.0?
 
The adapter just makes it easy to stack it on top of the Teensy. You can breadboard it out or just run jumper wires between the two. For high speeds on the spi bus it’s not always stable to use jumper wires but it’s certainly possible.
 
The older WIZ820io needed a reset pulse. It would not work at all without the reset pulse and would even interfere with other SPI chips. That older W5200 chip could be used without the shield, but it needed either a reset circuit (as on the shield) or a pin to pulse the reset signal.

Thankfully the new W5500 chip fixed those problems, so you don't need the reset circuit or a reset pulse, though it certainly doesn't hurt. You can just connect the WIZ850io with wires.
 
Status
Not open for further replies.
Back
Top