-
I use both MicroWebSrv and MicroWebCli in Raspberry Pi Pico W. Since Pico has two cores, I run MicroWebSrv with the `threaded=True` option. However All of my MicroWebCli network calls fail with error …
-
Wifi support in Pico W could use different methods depending on the users choice, polling or background threadsafe. We could probably do with something to describe the thinking behind this. The latest…
-
CP supports the Pimoroni Pico Plus 2 board but lacks support for the new W variant. The Pico Plus 2 W includes a Raspberry Pi RM2 adding WiFi and Bluetooth capabilities that should be compatible with …
-
Hi Roberto and Matthew
I don't know if I'm correct making an issue on Github for this when running into the above problem. Otherwise tell me where to put it correctly.
I tried to get the [Adafru…
-
When running wlan.scan on a Pico_w (MicroPython v1.19.1-966-g05bb26010 on 2023-03-13; Raspberry Pi Pico W with RP2040, also on earlier nightly builds), the output is disconnect from the documentation.…
-
from machine import Pin
led = Pin("LEDW", Pin.OUT)
led.on()
hangs when run after board reset. LED turns on but REPL does not return a prompt.
If the wifi is set up first and connected then the…
-
I am a newcomer to the RTOS world and I am learning how to use NuttX.
I am following some introductory articles to Nuttx written by Alan C. Assis (You can see [here](https://www.embeddedrelated.com…
-
### Discussed in https://github.com/earlephilhower/arduino-pico/discussions/2636
Originally posted by **lyusupov** November 25, 2024
### I've got a regression
build of a sketch was fine all…
-
Hi I just followed the instruction on https://learn.adafruit.com/circuitpython-libraries-on-micropython-using-the-raspberry-pi-pico/overview to run Circuitpython libraries on top of Micropython on Ras…
Zzx-J updated
8 months ago
-
MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040
Type "help()" for more information.
>>> import busio
>>> import board
>>> import adafruit_ltr390
>>> i2c = busio.I2C(board.GP1, …