-
Hello,
I am interested in developing CSP inside freeRTOS on my raspberry pi pico. The main problem I encounter is that this board, does not have a way to access it via ssh or to its command termina…
-
### CircuitPython version
```python
Adafruit CircuitPython 7.0.0 on 2021-09-20; Raspberry Pi Pico with rp2040
```
### Code/REPL
```python
#code.py
import usb_hid
from adafruit_hid.keyb…
-
### CircuitPython version
```
CircuitPython version doesn't seem to matter.
Mostly I've tested with 8.0.0-beta.6 and 7.3.3,
but I've added devices with versions all the way back to 5.3.1.
``…
-
**Describe the bug**
I am using a raspberry pi pico and started with the tutorial here: https://github.com/knurling-rs/probe-run#troubleshooting
cargo.toml is still like the app-template other than …
-
### Operating System
Windows 10
### Arduino IDE version
Arduino IDE v2.2.1
### Board
Raspberry Pi Pico
### ArduinoCore version
3.6.0 (by Earle F. ...)
### TinyUSB Library version
2.2.5
### S…
-
### What happened?
I am trying to get readings from a DHT22 sensor using my ESP32 dev board. The result is always a timeout.
The board and the sensor are working. I have verified that by flashing Lu…
-
The Windows driver for USB Audio 2.0 seems to disregard the spec and expects 16.16 format instead of 10.14 on my full-speed device. Interestingly, on Linux the ALSA driver supports either format. So f…
-
On the RP2 port, keyboard interrupts received via the WebREPL appear to be buffered and ignored during calls to `time.sleep`.
To reproduce, run the following one-liner via the WebREPL and immediate…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.3 on 2022-10-20; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
import time
import board
import digitalio
le…
-
**Describe the bug**
I have a custom board with an RP2040 on it. I can connect to the RP2040 using probe-rs-cli with an Raspberry Pi Pico running DapperMime firmware. I can also connect to the board …