Enable Broadcast #68
Unanswered
TobyTredger
asked this question in
Q&A
Replies: 2 comments 16 replies
-
with PI Pico Arduino use the library bundled with the RP2040 Arduino core |
Beta Was this translation helpful? Give feedback.
12 replies
-
Thanks for the reply. I tried that. Using server.accept didn’t help.
…On Mon 25 Nov 2024 at 14:55, Juraj Andrássy ***@***.***> wrote:
maybe because your sketch expects proper server.available() and that
library only has server.accept() (and available() works as accept()).
—
Reply to this email directly, view it on GitHub
<#68 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APUC6CKBIL26EOLUO3FM4BT2CMT6LAVCNFSM6AAAAABSHY6BOGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZXGI4DQMI>
.
You are receiving this because you authored the thread.Message ID:
<Networking-for-Arduino/EthernetENC/repo-discussions/68/comments/11372881@
github.com>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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