-
See https://forums.adafruit.com/viewtopic.php?p=1032396 for details, copied here after learning where to file related issues. Feel free to break this into multiple GitHub issues if that is appropriat…
-
When searching for circuitpython packages such as DHT library `Adafruit_CircuitPython_DHT` (https://github.com/adafruit/Adafruit_CircuitPython_DHT) does not appear.
The micro-python version does `dht…
sctv updated
9 months ago
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.0 on 2024-07-10; ESP32-S3-DevKitC-1-N32R8 with ESP32S3
Board ID:espressif_esp32s3_devkitc_1_n32r8
UID:C7FD1A1E82C7
```
### Code/REPL…
-
It take a very long time for Thonny to save to a CircuitPython device when doing the first save after launch.
![image](https://user-images.githubusercontent.com/29054052/204362127-2ab3fa34-fcfe-4066-…
-
In CircuitPython we plan to update the version of macos used to build mpy-cross, as macos 11 runners are deprecated and due for removal. At the same time, we renamed the binary, removing the macos ver…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.3 on 2024-08-30; Seeed Xiao ESP32-C6 4MB Flash 512KB SRAM with ESP32-C6FH4
```
### Code/REPL
```python
socketpool = socketp…
-
" But in this case, it does seem like a bit of a bug that should also be fixed in MicroPython."
https://forum.micropython.org/viewtopic.php?f=12&t=9061&sid=61e7d19e860522ffa52fa6ceaa927f65#p51114
…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-beta.0-3-g3a189e75d9-dirty on 2024-09-23; Raspberry Pi Pico 2 with rp2350a
```
### Code/REPL
```python
# https://github.com/adafrui…
-
What is the correct way to convert datetime (utc) to [arbitrary] timezone? Looks like this lib supports neither `zoneinfo` module nor `astimezone()` method...
[Example](https://docs.python.org/3/li…
-
Re this thread:
https://forums.adafruit.com/viewtopic.php?p=946036#p946036
The guide currently does not cover SPI usage.
https://learn.adafruit.com/adafruit-9-dof-orientation-imu-fusion-breakout-…