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

Ethernet Problem #16

Open
e135193 opened this issue Jun 10, 2022 · 0 comments
Open

Ethernet Problem #16

e135193 opened this issue Jun 10, 2022 · 0 comments

Comments

@e135193
Copy link

e135193 commented Jun 10, 2022

Hello @mcauser Thanks for the driver I have compiled with your code. However I could not run the ethernet interface

import network
lan = network.LAN()
lan.active(True)

After I run the code I get the error below.

MicroPython v1.18-602-gf63b4f85a on 2022-06-10; MCUDEV STM32F407VE with STM32F407VE
Type "help()" for more information.
>>> import network
>>> lan = network.LAN()
>>> lan.active(True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 110] ETIMEDOUT
>>>
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