-
I was trying to run this code
pi@raspberrypi:~ $ cd adeept_alter/server
pi@raspberrypi:~/adeept_alter/server $ sudo python3 webServer.py
but it gives me an error
"
Traceback (most recent …
-
Running Micropython on Pi Pico and attempting to use the VEML7700 connected to a TCA9548a on Channel 0. Platform_Detector and Blinka src files are installed. Other adafruit libraries are working fin…
-
So I'm using the RP2 port of MicroPython.
Is there a way to, at runtime, switch to EG UART1 communication? By default I get the Python REPL, which is fine but I'm trying to expose UART1, with all i…
sk0g updated
2 months ago
-
Hi,
I am having a weird issue with this device.
First I had to add a new vendor:
if vend_id not in (0x11, 0x42, 0x01, **0x02)**:
Second, I have multiple ETIMEDOUT.
Soun…
-
Hello
I'm Strangistra and I work on a Adafruit Feather nrf52832.
I have a strange behavior with the Bluetooth connection.
I have a code to drive 4 RGB leds strips. For this I used the FastLed…
-
I have a service account enabled for google drive and sheets. I'm using the example sketch "Adafruit oauth2 test.py" with scopes = ["drive", "spreadsheets"] and the following (I have listed the equiv…
-
I was wondering if anyone has worked on a driver for the MAX6675? I have been porting the adafruit version over to tinygo but ran into an issue with datatypes.
```package max6675
import (
"ma…
-
Use case: Changing a device between BLE HID mode and some other mode where HID is disabled.
It's not so clear from the documentation if this is possible. I tried to implement my own Generic Attribu…
-
I am trying to connect Adafruit VL53L4CD Time of Flight Sensor (https://www.adafruit.com/product/5396) with Nvidia Jetson Xavier NX using libi2c. But I could not figure out how to do it. Any one have…
-
Hey there,
I'm trying to use the atecc608a-tngtls chip built in the ESP32-S3-BOX-3. I am using GPIO8 for SDA and GPIO18 for SCL but can't find the device in an I2C scan, nor does it respond to my …