-
Notifications
You must be signed in to change notification settings - Fork 48
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
Network interface #6
Comments
It's a F407 based board, so it has Ethernet MAC unlike the F405 on the original pyboard. Maybe try the $4 W5500 module? |
Don't think it's worth to use external module if it has built-in support. |
But it's not F407 |
http://www.efton.sk/STM32/STM32F4xx%20misc.pdf These are the F407 Eth pins:
|
Try adding this to the bottom of
|
Here's what i'm getting now:
Any ideas? |
In mpconfigboard.mk? |
I had to clone micropython with
|
My bad. This is the VET6 board, not the ZET6 or ZGT6. There's no G pins on this board. Use the B pins instead. Try replacing this:
With this:
|
Thanks, that helped a bit but still errors remains:
|
Fixed typo in stm32f405_af.csv |
Tried about everything I could find online to get a LAN8720 from Aliexpress to work.
I know it's not the module as it works fine on an ESP32 with Micropython |
Is it possible to user network interface on this devboard?
From micropython docs:
I don't see
Driver
innetwork
module. Does it mean that this micropython port does not include network capabilities?Thanks!
The text was updated successfully, but these errors were encountered: