-
Hi there,
I got the Picar Pro and I'm trying to get the webServer running and I get the following error:
```
Traceback (most recent call last):
File "/home/nick/git/adeept_picarpro/server/…
-
I am using the [Ultra-Slim Round Fingerprint Sensor](https://www.adafruit.com/product/4750) and having an issue controlling the aura LED. The scanner is working perfectly in all other respects (scanni…
-
- Arduino board: ESP32 Dev Module (ESP32-WROOM)
- Arduino IDE version: 2.3.2
After updating my esp32 board package from 2.0.11 to 3.0.0-alpha I noticed that using the `Adafruit_NeoPixel::show` fu…
-
Raspberry Pi Zero W
Board: Adafruit Trinket M0
I'm trying to compile and getting an internal compiler error.
```
arduino-cli compile --fqbn adafruit:samd:adafruit_trinket_m0 MyFirstSketch
/ho…
-
I bought this board https://www.sparkfun.com/products/20594 SparkFun DataLogger IoT with a SF TMP117 temp sensor plugged in the board. I am using the adafruit IO mqtt service. After configuring the pa…
-
I have tried this library on an [`ESP32-WROVER`](https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware) as well as on an `Arduino Uno R4 Minima` and on both platforms this libra…
-
As pointed in #57, the web-page faces an issue after X amount of time (or data, or events) has been passed.
The message is:
`NetworkError: Failed to execute 'transferIn' on 'USBDevice': A transfer…
-
`Adafruit_BusIO_Register.h` contains these prototypes:
```
void print(Stream *s = &Serial);
void println(Stream *s = &Serial);
```
If I try to configure my platform without a generic Seri…
-
I use two devices with different sensors - `Bosch BMP390` and `MEAS Switzerland MS5611`
```
#ifdef MS5611
#include
#endif
#ifdef BMP390
#include
#include "Adafruit_BMP3XX.h"
#endif
#ifd…
-
Hi. I want set the midi output to adafruit tinyusb host but get compile error.
the code:
```
#include
#include
#include
#include
#include
//#include
//#include
//#include
//#inc…