-
Ref:
* [Learn guide](https://learn.adafruit.com/adafruit-infrared-ir-remote-transceiver?view=all#example-code-3175233)
* [code](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/7dbfc…
-
While using the i2c/SPI LCD Backpack Maximum recursion depth exceeded.
Adafruit CircuitPython 7.0.0 on 2021-09-20; Adafruit Metro M0 Express with samd21g18
Traceback (most recent call last):
…
-
Following this page[ https://wiki.seeedstudio.com/XIAO-BLE-Sense-Bluetooth_Usage/#tech-support--product-discussion] which is titled "Bluetooth Usage (Seeed nRF52 Boards Library)"
Using Arduino IDE …
-
"Hello, I possess a Neopixel driver known as the Adafruit Seesaw, designed to interface via I2C communication protocol. However, when attempting to detect I2C devices on my Jetson device using the com…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.3 on 2024-08-29; Adafruit Feather RP2040 USB Host with rp2040
```
### Code/REPL
```python
import time
import usb_cdc
se…
-
Tested on a Feather RP2040
```
ATECC Serial Number: 0123E61BF7DA448BEE
Writing default configuration to the device...
Wrote configuration, locking ATECC module...
ATECC locked!
Generating Certi…
-
Hi, before connecting audioinjector stereo to my Pi 4B, I was able to use adafruit breakout board that reads i2c at address 5a.
But after plugging the audio injector, and connecting the GPIO ribbon, …
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.0-beta.3 on 2024-05-22; FeatherS3 with ESP32S3
```
### Code/REPL
```python
import alarm
import board
import busio
import digitalio…
-
## What happened
I observed that the DFU OTA always fails with latest code on my M60 keyboard(nrf52840). When using a bootloader compiled from current master branch (https://github.com/adafruit/Ada…
-
In my example, in a loop reading the device as fast as possible, and doing other unrelated things..
```
while 1:
acceleration = cpx.acceleration
.....
```
You can get an error:
…