-
For my project to create a BLE HID Braille device I tried to read in the BLE HID keyboard code the LED Status and got an error.
Here is the CP 9.2 CircuitPython code:
```python
import sys
i…
-
**
Good evening, I'm trying to activate midi in the code but every time I compile it gives me the error below:
Without activating midi I can compile it normally
Arduino: 1.8.19 (Windows 10), Pl…
-
Feature Request: Add support for TCS34725 ahd VEML6040 RGB Color Sensors as device tree overlays.
Example of TCS34725 RGB Color Sensor...
https://www.adafruit.com/product/1334
VEML6040 RGB Col…
-
![5980-00](https://github.com/user-attachments/assets/a932a70d-6ecb-46ae-bd96-fbd5c5271eb5)
Adafruit Feather RP2040 Adalogger is a small board from Adafruit with RP2040 and microSD holder on it (ht…
-
Hello,
i'm currently struggling to get my sht30 sensor up and running. I bought [this sensor](https://www.adafruit.com/product/4099) and i'm following [this guide](https://learn.adafruit.com/adafru…
-
Attempting to create more than one `Adafruit_BNO08x` fails, because `i2c_dev` is a `static` global, and gets discarded and re-created on the second call to the `Adafruit_BNO08x` constructor. I believe…
-
I am using https://learn.adafruit.com/gamepad-qt with https://learn.adafruit.com/esp32-s3-reverse-tft-feather.
My goal is to let the gamepad be recognized as gamecontroller input on my Mac to play…
-
### Device name
PA1010D GPS based on the MTK3333
### Device description
The PA1010D is a complete GPS/GNSS solution with both I2C and UART interfaces. It is based on the MTK3333 chipset, a reliable…
-
### Operating System
Windows 11
### Arduino IDE version
PlatformIO 3.4.4
### Board
ESP32-S3-DevKitC-1 v1.0
### ArduinoCore version
6.1.15 - ESP core 6.8.1
### TinyUSB Library v…
-
Hello! Strange issue for you all:
I have been running code successfully on a Adafruit Feather RP2040 with PlatformIO's standard Raspberry Pi pico platform. However, once I changed over to using ear…