Is it possible to change the wifi mac address from software on the PicoW? #2390
Unanswered
the-maldridge
asked this question in
Q&A
Replies: 1 comment
-
Not now, now. The code in LwipIntfDev.h uses the method The RPI team used to make one up using the flash ID, and after that it's modified to make it legal and unique in the device when multiple Ethernet devices are present. A new template method in LwipIntfDev could be used to override that (and then you'd need to pull that up thru the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title says it all. I've perused the code and see its possible to read the MAC, but not methods to set it. Does the CY43 driver expose this as something that it would be possible to set? I want to be able to encode the device ID in an administratively assigned MAC address to make it easier to pre-allocate DHCP to devices, but that is of course dependent on being able to know the MAC in advance.
Beta Was this translation helpful? Give feedback.
All reactions