-
### The problem
First of all thanks for all the great work, and for bringing Raspberry Pi Pico support!
Just tried it for the first time and I can get the Pico up and running fine, but hitting an …
-
I tried to play around with the Pico SDK blink example last night from my windows machine using the latest Swift 6 toolchain and didn't have much luck. I'm not particularly proficient in cmake but it …
-
-
When running the hello world example here: https://github.com/tve/mqboard/blob/master/mqtt_async/hello-world.py and after converting the dictionary access to use dict['key'] method, I get the followin…
-
Many thanks for this Pico code. If you would like to add NTP time sync using a Pico W, feel free to use the code in the attached Zip file.
In addition to adding the included files supporting WiFi…
-
import webrepl_setup fails by default unless the user happens to have created a boot.py file on device. Creating an empty boot.py makes import webrepl_setup succeed and ask for a password and reboot.
…
-
3/1 - Community feedback received: URL: /en/projects/get-started-pico-w/5
I was enjoying the get-started-pico-w path, but the web server bit doesn't work. You can't just respond to an HTTP request w…
-
Am wanting to rewrite an old toy project I have to MicroPython to be run on a pi pico w, but not wanting to have to redo all the LED related code.
-
The available firmware "firmware.mp.1.23 or 22.rp2.uf2" is not being flashed on the Pico W.
When copying it over, it does not reboot like other ones. Even with manual reboot the new Firmware does …
-
### What were you trying to do?
Edit code for Raspberry Pi Pico W
### What steps did you take to trigger the issue?
I built circuitpython but changed the code to update the USB_INTERFACE_NAME, afdt…