-
When trying to run `python3 printertest.py` (on my pi zero w) I get the error:
````
File "/home/pi/.local/lib/python3.9/site-packages/serial/serialposix.py", line 398, in _reconfigure_port
or…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.9 on 2023-12-06; Raspberry Pi Zero W with bcm2835
```
### Code/REPL
```python
None
```
### Behavior
Prints the version, Board ID, …
-
Are there any plans to support version 2 of the AWS IoT SDK for Python? Version 1 of the SDK is not being updated regularly anymore.
I asked this question on the Adafruit support forum because I w…
-
Hi I am unable to interface the i2s microphone (https://www.adafruit.com/product/3421) with the beagle bone green because there are no devices listed with
arecord -l
arecord: device_list:270: no s…
-
### CircuitPython version
```python
- Adafruit CircuitPython 7.3.2 on 2022-07-20; MakerDiary nRF52840 MDK USB Dongle with nRF52840
- Customized CircuitPython 7.3.1; MakerDiary M60 Keyboard with nRF5…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.3 on 2024-04-04; Waveshare ESP32-S3-Zero with ESP32S3
Board ID:waveshare_esp32_s3_zero
UID:437BAD95F6CC
```
Libraries updated to …
-
If you're sure this issue is a defect in the code and checked the steps above
please fill in the following fields to provide enough troubleshooting information.
You may delete the guideline and text…
-
Hi,
I am looking for some debugging options.
The VPC device I have seems to power down if it is not connected to a computer (if I just power it over USB then the lights all come on, few seconds …
-
Hello, I have build mfoc and libnfc, and the example programs with libnfc seem to be working, however I get the "No NFC device found with mfoc". Any advice here would be appreciated. Is there some spe…
-
I'm running into issues when initializing a GPIO pin as input on a BeagleBone Black running Ubuntu 20.04 (https://forum.digikey.com/t/ubuntu-server-20-04/6649/25). Here is the python3 code
```
#! …