-
https://github.com/raspberrypi/pico-examples/blob/eca13acf57916a0bd5961028314006983894fc84/pico_w/wifi/iperf/picow_iperf.c#L50
For stdio_usb, the callback registered with stdio_set_chars_available…
arg08 updated
3 months ago
-
Newt will occasionally become caught in a loop at start up - which can only be resolved with a manual upgrade. Not exactly sure why this is happening, or how to fix it.
-
I have problems installing certain packages via the REPL. When I try to install, say, umqtt.simple or ulogging on my Raspberry Pico W, I get:
```
>>> import mip
>>> mip.install("umqtt.simple")
Ins…
-
For minimalism reasons it might be useful to enable by default the LWIP_SINGLE_NETIF in lwipopts.h.
At the moment the SDK does not compile with that option.
-
### Port, board and/or hardware
Raspberry Pico
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico with RP2040
### Reproduction
I took my program code and stripped it dow…
-
Hi there, great project! I have an issue where the device will never leave PAUSED.
Everything seems to work and be connected correctly, display works, rotary works, can set volume choose song etc.
B…
-
### The problem
I am trying to use a Waveshare 2.8inch Touch Display Module for Raspberry Pi Pico, 262K Colors, 320×240, SPI (ST7789). Each time I enable the display the connection to Home Assistant …
-
Hi there,
In my journey to fully port a framework, I've faced an issue related to the FS, wherein the FS could not create a file if the system has already at least two files, whether being uploaded…
-
I have a program using LittleFS that works OK when not using PSRAM, but hangs when using PSRAM.
Here's a minimal demonstration:
````text
#include
uint32_t Workspace[10000] PSRAM;
const int l…
-
(windows)
when i try to connect the pico to pulseview (pico connected, then pulseview opened) sometimes the pico doesn't appear in the serial port option of pulseview, not even device manager - thi…