-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.4 on 2024-04-16; PCA10059 nRF52840 Dongle with nRF52840
Board ID:pca10059
UID:44AF58CE0AE80785
```
### Code/REPL
```python…
-
Hello, im not sure what kind of device this has been tested on but i have tried to use a Heltec ESP32 v2 and it get stuck on the LED startup. Could you give me a recommendation on what devices this wo…
-
Hi, I tried to upload the latest source to WARBL2. I followed all the steps using Arduino 2.3.2. I did not know which usb ids to use, because those given in the installation guide do not match those r…
-
### CircuitPython version
```python
adafruit-circuitpython-adafruit_qtpy_esp32_pico-en_US-20240305-main-PR9004-4a335af.bin
```
### Code/REPL
```python
Boot loops, no code.py executed
``…
-
Took me a while to actually report this, because I thought it had to be some problem on my machine, but after testing on another system, I think it is something.
I am currently unable to `Scan()` f…
-
### CircuitPython version
```python
9.0.0-stable ItsyBitsy ESP32
```
### Code/REPL
```python
# SPDX-FileCopyrightText: 2024 Tyeth Gundry
# SPDX-License-Identifier: MIT
# IGNORE PINO…
tyeth updated
6 months ago
-
### CircuitPython version
```
Adafruit CircuitPython 9.0.0-alpha.5 on 2023-11-15; Seeed Studio XIAO ESP32C3 with ESP32-C3FN4
also 8.2.8 and 8.1.0
```
### Code/REPL
```python
> mpremot…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.2 on Adafruit ItsyBitsy M4 (tested on two boards)
```
### Code/REPL
```python
import gc
mem_blocks = []
for i in rang…
raquo updated
7 months ago
-
Running Circuitpython 8.2.9 on Itsybitsy M4:
This code:
import board, pwmio
M1A = pwmio.PWMOut(board.D13, frequency=1000)
M1B = pwmio.PWMOut(board.D10, frequency=1000)
M2A = pwmio…
-
I started putting together a project with my Trinket M0 to use for switching boot volumes on macOS. My goal was to have it select a volume by keystrokes. However, it doesn't seem to be working.Working…