I've integrated a Teensy 4.1 onto a custom board and I've planned to use the ethernet.
I did not understand that the breakout kit suggests a jack with magnetics. I have a plain RJ45 jack for now.
I "think" this should still work but just be less reliable.
Using the webserver example I"m failing this check:
Is this related to not having magnetics?
I did not understand that the breakout kit suggests a jack with magnetics. I have a plain RJ45 jack for now.
I "think" this should still work but just be less reliable.
Using the webserver example I"m failing this check:
Code:
Ethernet.hardwareStatus() == EthernetNoHardware
Is this related to not having magnetics?