-
Recently I noticed that micropython accepts literals like `01` in a source file, while standard Python rejects them saying "SyntaxError: leading zeros in decimal integer literals are not permitted; us…
-
### Port, board and/or hardware
Pimoroni Tiny2350
### MicroPython version
Using build from https://github.com/pimoroni/pimoroni-pico-rp2350
https://github.com/pimoroni/pimoroni-pico-rp2350/release…
-
The Metro M4 Lite running CircuitPython 9.0.0-beta2 does not contain the necessary socketpool library. Are the Airlift configurations going to be supported with HTTPServer?
[forum thread](https://for…
-
Technically the combination of `--path`, `--cpy-version`, and `--board-id` should allow any of the other commands to run targeting a local directory (without a boot_out.txt file) instead of a physical…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.1 on 2024-07-23; Waveshare ESP32-S3-Zero with ESP32S3
Adafruit CircuitPython 9.1.3 on 2024-08-30; Waveshare ESP32-S3-Zero with ESP32S3
…
-
Adafruit_DHT (DHT22, ...) package is deprecated on Raspberry Pi and can not be installed any longer, thus the package can not run.
an alternative is package provided adafruit-circuitpython-dht…
-
I had a go at a [CircuitPython implementation](https://github.com/kevinjwalters/circuitpython-examples/blob/0d845cc72b45866a345396b4bf94ad01d3a10963/pico/servo-current-mcp3208.py#L210-L231) of your C …
-
Followed the instructions, but can't get it to work for some reason.
I tried the fixes i found around the internet but no luck.
I'm using the usb-c version of the pico
-
The URL code in this stock ticker setup does not work any more with ESP32 circuitpython code.
I get ESP32 not responding error. I verified the URL I used to get quote data and it works in my edge b…
3DJat updated
2 months ago
-
Dear developers,
I'm testing a lot of things with microcontrollers and sensors. For a lot of things we can use MicroPython and CircuitPython. The python library must be installed on the "thing", and …