PICO-W with WIZNET Ethernet in AP mode #14482
Replies: 2 comments 4 replies
-
Do you want to have both interfaces active at the same time? If not, you could disable the ethernet interface while you're running the AP. I'm not sure how micropython handles having multiple active network interfaces - it's not a common scenario, and probably wasn't considered when the network code was initially implemented. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to compile RPI_PICO_W with WizNet module enabled however I cannot seem to get it working. My make command is:
This compile succeeds, but when I load the resulting .uf2 file there is no WIZNET5x being included in network module? What am I missing? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I have a PICO-W connected to a WIZNET Ethernet module. So basically I have 2 network interfaces, Wifi and Ethernet.
When I bring up the Wifi interface in AP mode, it enables a DHCP server on both interfaces. While this is expected on the Wifi interface, I don't want this on the Ethernet interface.
Does anyone know how to avoid having the DHCP server being enabled on the Ethernet interface?
Beta Was this translation helpful? Give feedback.
All reactions