Open oxgr opened 1 year ago
I can think of two issues:
I've only tested ESP32 and didn't think to try Pico W (had so much issue with it a year ago I gave up). I'll look into if this is a pico-sdk issue or a CircuitPython issue, see if I can get a simple multicast client/server working in pico-sdk. I know in pico-sdk multicast didn't work a year ago, but it was very new then.
hello! has there been any successful testing with this library on a Pi Pico W? I know ESP32 models are listed, but the Pico has native
wifi
module support and I still can't instantiate an OSC client.Tried installing via
circup
as well as manually frommain
.Using the example code, it errors at:
main.py
microosc.py
Error:
Versions:
microosc
:0.3
circup
:1.2.4
pip
:21.2.4
Checked on my
socket_pool
andIPPROTO_IP
&IP_MULTICAST_TTL
match the hardcoded ones from @jepler at [ 0, 5 ] respectively. I'm guessing that the wifi chip isn't fully supported?At a dead-end in my troubleshooting now and would appreciate hints. Any ideas on what to look for?