-
#### Title of the talk
Programming Microcontrollers using CircuitPython
#### Description
Programming microcontrollers can be intimidating for beginners, especially when it includes setting up too…
-
-
I want to be able to use platformio for
PIC 12 Family
PIC 16 Family
PIC 18 Family
PIC 24 Family
Also there is a alternative with pic for arduino named pinguino http://www.pinguino.cc
radut updated
5 months ago
-
Hello,
I don't know if this is the right place to report this, but the SWDCLK and SWDIO pins are swapped in the documentation.
I had trouble debugging the PicoW(H), and it worked after swapping SWDC…
-
Great library, thanks a bunch! Just wanted to suggest a quick change which would add support for the Teensy Microcontrollers. Would just need to change
```
#if defined(__AVR__)
```
to
```
#if de…
-
I want to create a typescript/JS/blazor example, basically something entirely web-based and run in the browser (no online storage).
I load a file system from a device using web-serial, then decode t…
-
It seems the documentation is missing some boards, e.g. the esp32-c3 as it is visible in the github readme file.
I also see in the page for the [esp32 coreboard](https://tinygo.org/docs/reference/mic…
-
Does not seem the library support the RP2040 controllers like the Pi Pico.
-
Hi,
Is there a micropython version of the Speech_Recognition library available?
Is the Speech_Recognition able to work with micropython?
Thank you
-
Espressif have upstreamed the Xtensa backend for LLVM.
Please consider adding the Xtensa backend to LDC by default. ESP micros are extremely common; used in basically every cheap/low-power IOT produc…