-
Hi !
I am having more issues with timers and CircuitPython using a SAMD51G19A this time.
I have been doing some testing and discovered that the CircuitPython is reporting that all timers are bei…
-
we should be using a better way to ensure our direct dependencies and their sub-dependencies are cohesive. We can consider [this pipenv library](https://pipenv.kennethreitz.org/en/latest/) as an alter…
-
At the moment this library only supports shared symmetric key authentication. To make it more secure it should add support for X.509 certificates.
-
The broadcom port display is a FramebufferDisplay.
```
Traceback (most recent call last):
File "", line 1, in
File "adafruit_bitmapsaver.py", line 127, in save_pixels
ValueError: Second ar…
-
Not of immediate concern but SysEx can be very big so need to work out what can be done here after first implementation for #3 , particularly taking into account memory limitations of various hardware…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.4 on 2023-08-22; TinyS3 with ESP32S3
```
### Code/REPL
```python
import time
import board
from adafruit_bus_device.i2c_device impor…
-
Thought spurred by a review discussion in adafruit_httpserver:
https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/pull/91#discussion_r1542612641
Example native wifi code commonly uses…
-
Add support for the following boards:
- [BlueMicro](https://www.tindie.com/products/jpconstantineau/bluemicro-nrf52832/) (nRF52832)
- [BlueMicro840](https://www.tindie.com/products/jpconstantineau/b…
-
# Summary
Seeing weird devious when initializing an `SDCard` object. I've observed this on CP 6.2 and 7.0 Alpha 1 on PyCubed boards with J19 + MRAM and J20 + Flash.
```python
spi = busio.SPI(boar…
-
I have an ILI9488 SPI display that I've been working on a driver for. Unfortunately, I can't seem to get it to work with the standard bus device as it looks like the display driver is expecting each b…