-
A Discord discussion led me to want the ability to have something like `CURRENT.UF2`, but contained both the current version of CircuitPython and the contents of the CP filesystem (`code.py`, `lib`, e…
-
How can I help?!
xgpt updated
8 months ago
-
CircuitPython now supports a web workflow. Install v8 firmware, and create a .ENV file with network details. Then `circuitpython.local` in your browser becomes active (along with a device specific nam…
-
https://github.com/adafruit/Adafruit_CircuitPython_HID/
Set up Ubuntu for Windows: https://learn.adafruit.com/building-circuitpython/windows-subsystem-for-linux
Build: https://learn.adafruit.com…
-
I've been using this library on many projects over the last couple of years, and love its simplicity, flexibility, and lack of dependencies. But now I've been tasked with upgrading a design which uses…
-
https://github.com/gabonator/LA104/tree/master/system/apps_featured/113_circuitpython
![image](https://user-images.githubusercontent.com/515675/164811471-692abf91-1bb7-452c-aa80-76dd684205fc.png)
…
-
**Describe the bug**
I get error when running `CircuitPython: Show Available Libraries` and trying to install any lib:
```
2022-02-14 18:18:32.505] [exthost] [error] Error: ENOENT: no such file or …
-
Currently, circup only handles the versions of CircuitPython that are listed in https://github.com/adafruit/circup/blob/f0d51771e2e5d04460795ad27ab15745b3bc1fb9/circup/__init__.py#L58.
Proposal: ha…
-
@tannewt asked about moving Circup to the CircuitPython organization on Discord and I thought we could track\discuss in an Issue better.
@lesamouraipourpre, @Neradoc and @joedevivo do you have a…
-
No problems with CircuitPython 7, but with 8 I get frequent errors in .loop calls, about 1 error for 5->10 0calls, done once a second.
This is my code:
```
def mqtt_connect():
try:
…