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

Code works then when restarting, it picks IP 0.0.0.0 #26

Open
jimmie11 opened this issue Oct 15, 2021 · 0 comments
Open

Code works then when restarting, it picks IP 0.0.0.0 #26

jimmie11 opened this issue Oct 15, 2021 · 0 comments

Comments

@jimmie11
Copy link

I have a Teensy 4.1 sketch which uses the NativeEternet library. I am using the latest versions of TeensyDuino and NativeEthernet.

My program gets a static IP and runs without ANY problems. The program uses the watchdog to restart every 48 hours. And often it restarts and everything works well.

  1. Every once in a while, the Teensy cannot be reached on the net.

  2. When this happens and the Teensy restarts, it picks a "0.0.0.0" IP

Normally, when the board is not connected to the network, the code blocks and it never gets a static IP. So I do not know how it returns with IP = 0.0.0.0 ?

  1. Disconnecting power and reconnecting does NOT solve the problem.

  2. Leaving the board disconnected for a minute or so somehow fixes the issue and everything goes back to working normally.

Is this a hardware or a software problem?

Thanks.

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