-
As descriped on the following topic on the Adafruit CircuitPython forum: https://forums.adafruit.com/viewtopic.php?p=1036735#p1036735
I can not connect to my website anymore. The website is using the…
-
I try to flash CircuitPython STM32F407 Discovery kit firmware [https://downloads.circuitpython.org/bin/stm32f4_discovery/en_US/adafruit-circuitpython-stm32f4_discovery-en_US-5.3.1.bin](url)
to MCUDEV…
-
I am building the circuitpython community bundle, and followed the directions in the README:
```
git submodule init
git submodule update
./update-submodules.sh
circuitpython-build-bundles --fil…
-
When reading an alarm set point, the `tm_year` attribute is hardcoded to return 2017 and `tm_mon` to return 1. Is this intentional? Caused by a limitation somewhere?
https://github.com/adafruit/Ada…
-
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/thonny/workbench.py", line 514, in _start_runner
self._runner.start()
File "/usr/lib/python3/dist-packages/thonny/run…
-
I did a infrared light to midi note in one of my past project. Don't know where is the code.
So I will try to do it in Raspberry Pi Pico this time.
(And git it ^^)
-------------------------------…
-
### Board Name
ft232h and win 11 pc
### Steps
in this [tuto](https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-mcp2221/windows) I got all the way to the step where i ins…
-
There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error f…
-
Just a note, had to switch out the neopixel library/class for neopixel_spi and connect to MOSI pin as RPI5 doesn't support neopixels via standard GPIO anymore. More info at https://learn.adafruit.com/…
-
The CP standard for `AnalogIn.value` is 16 bit:
https://docs.circuitpython.org/en/latest/shared-bindings/analogio/index.html#analogio.AnalogIn.value
This library wants to follow same convention:
…