Replies: 1 comment 3 replies
-
OK. Got AP web server working on Core 1. Note: you have to turn off your 4G/5G service on your phone to use the AP mode. And, got MIDI working on Core 0. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
First, thanks for all the great work on this tremendous endeavor!!!
Second, my question - can I run midi on 1 core and a web server on the other core? My goal is pretty simple. The web server will be gathering a few values (and not very often) and the midi will use the web server values.
Normally, you'd do thread with locking. This is why why was looking for AP Mode via a phone. I basically want to plug in a usb attached to the Pico W (it's recognized as a midi device) and the midi part is working. I'd like to be able to connect via my phone (no wifi router) and set the few values via a small web page.
Thanks,
Frank
Beta Was this translation helpful? Give feedback.
All reactions