-
**Describe the bug**
Try following basic install on windows from the ground up.
Install the latest python, latest VS code, the latest circuitpython extension.
Select python interpreter and restart…
-
Circuitpython releases 9.1.4 and 9.2.0 manage apparently correctly the 4MB Flash but both lack PSRAM management.
You can find in circuitpython-main/ports/espressif/boards/ttgo_t8_v1_7/mpconfigboard.m…
-
I asked CircuitPython core developers @tannewt and @dhalbert and they indicate that it should be possible to add support in CircuitPython for the Doppler even though it does not have external SPI flas…
-
Since this library is no longer supported and since using it is complicated, I started a rewrite that provides drop-in replacements of the relevant modules (e.g. `wifi`, `ssl` and so on) for CircuitPy…
-
As discussed on Facebook, a MicroPython/CircuitPython port of the library would be useful as it will reduce the effort for developers to get started with prototypes. In this issue, we could collect us…
-
# What Does This Component Do?
This is going to be a living GitHub issue while we figure out how to setup the Startup Manager.
- [ ] Check the `ARM` status of the satellite
- [ ] Check the `COLD…
-
Change `asyncio.open_connection()` and `asynico.start_server()` to use CircuitPython's socket support.
-
Right now there is an `events` property that returns a dictionary of what events are enabled. There are separate `enable_` and `disable_` functions for each event type. Instead, we should remove `even…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.4 on 2024-09-17; Adafruit Matrix Portal M4 with samd51j19
```
### Code/REPL
```python
from adafruit_matrixportal.matrix import Matrix…
-
I've encountered this on several ESP boards, but most recently the QTPY ESP32-pico. I was expecting the difference between the "Full Circuitpython Install" and "Upgrade CircuitPython Bin Only" option …