-
### CircuitPython version
```python
I got a PYSTACK Exhausted Error.
Added to settings.toml **CIRCUITPY_HEAP_START_SIZE =** and adjusted it from 8192 up to 32768 with x2 in each step: Not fixed.
R…
-
I have a raspberry pi 4b running klipper. I am trying to get a LED strip sold from Amazon ([https://www.amazon.com/gp/product/B01MYV6VGD/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1](https://www.ama…
-
When this particular version of OpenOcd is launched through Visual Studio Code on a Mac, it exits immediately. The pre-built 1.12.0 version from home-brew does not show this problem, using the same la…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.0-rc.0 on 2023-06-23; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
import time
import wifi
time.sleep(3)…
-
I get the following report from gdb but everything seems good, Is it a file permissions issue?
(gdb) target extended-remote localhost:3333
Remote debugging using localhost:3333
warning: multi-thr…
-
Hello
I keep getting stuck inside `sleep_ms()` while debugging my Raspberry Pi Pico W with the Debug Probe. More precisely it will get stuck at first spinlock inside `alarm_pool_add_alarm_at()`.
…
-
### Board Name
rp2040 pico
### Steps
Follow Blinka and Platformdetect installation steps as described in adafruit tutorial.
1. Install micropython on rp2040 pico
2. Copy contents of Adafruit_B…
-
I think either by [this commit](https://github.com/pimoroni/pimoroni-pico/commit/85906b105947b6fe6c69e8d899015510ddd99232) or [this commit](https://github.com/pimoroni/pimoroni-pico/commit/f8e8efdb3dd…
-
### The problem
I tried several times OTA and it Never Ever works (at least for me and on an ESP32-S3 - Atom S3 Lite).
Looking at some threads here it is, most likely, a WiFi AP Configuration is…
-
Hi,
I'm trying to compile the 'Basic-Listener-Pico.ino' but this gives the error: 'LocoNetStreamPico' does not name a type;
I also get a WARNING: library LocoNet2 claims to run on esp32 architectu…