Enable Broadcast #68
Unanswered
TobyTredger
asked this question in
Q&A
Replies: 1 comment 12 replies
-
with PI Pico Arduino use the library bundled with the RP2040 Arduino core |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you so much for this lib. It's the only one I can get working with a pi pico.
However I really need broadcast for my project and I know it's disabled.
What would be required to enable reception of broadcast packets?
I've tried enabling broadcast packages in filtering using this
writeReg(ERXFCON, ERXFCON_BCEN|ERXFCON_UCEN|ERXFCON_CRCEN|ERXFCON_PMEN);
And i've checked the
#define UIP_CONF_BROADCAST 1
I'm still not getting anything when sending broadcast data on the network.
I've tried binding to xx.xx.xx.255 and 0.0.0.0.
Any ideas would be very much appreciated. :)
Beta Was this translation helpful? Give feedback.
All reactions