Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artnet blocked if ethernet cable is not present in Teensy 4.1 using NativeEthernet #68

Open
DrBit opened this issue Jun 23, 2024 · 0 comments

Comments

@DrBit
Copy link

DrBit commented Jun 23, 2024

Hi has anyone experienced the same problem as me?

I'm tring to run a simple artnet sketch and I found that whenthe sketch starts and the ethernet cable is disconected the sketch will hang up at artnet.begin(mac, ip);

when I try instead an example sketch on the nativeEthernet (WebClient.ino) It at least tells me that there is no cable connected.

Initialize Ethernet with DHCP:
Failed to configure Ethernet using DHCP
Ethernet cable is not connected.

but also true it hangs when trying to get fixed IP at this line:

// try to congifure using IP address instead of DHCP:
Ethernet.begin(mac, ip, myDns);

any clue how to overcome this? I need the sketch to run with or without an ethernet cable connected and right now it seems impossible to achieve.

Any help will be very apreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant