-
Hi,
I've reported my issue at micropython-async. I think that my issue may be relevant to MicroPython async, so I post it here.
https://github.com/peterhinch/micropython-async/issues/60
I've fa…
-
Hi,
is there a way to prevent these messages being automatically printed to the REPL?
I am using the ESP32 port MicroPython 1.12 (compiled two days ago) running on a TinyPICO.
Thanks
-
Hi
I saw that the ESP32 port now allows for the board option GENERIC_S2. This would be great as I am using a FeatherS2 in a project and would really like to stick with MicroPython instead of changing…
-
Installing vscode + platformio instruction can be found on PlatformIO site, but rest one like ESP32 and Arduino integration is unclear.
-
I am trying to design a board in kicad using the tiny pico nano. I have installed the kicad footprint but, where is the schematic. I can make one from scratch using the pdf if I need to. Please let me…
-
Is there a plan to enable including ulab into MicroPython >1.14 for the ESP?
Thanks!
-
## Environment
- Development Kit: TinyPICO
- Module or chip used: ESP32-PICO-D4
- IDF version (run ``git describe --tags`` to find it): v4.0-beta1, v4.1-dev
- Build System: MicroPyt…
jimmo updated
3 years ago
-
Hello, After doing a bit of reading over the source code, I'd like to use the lfs_file_write() function from `lfs.c` to write to file because it handles caching a buffer for me to reduce writes to fla…
-
**Descirbe the bug**
scikits.odes does not work ("image not found") when following installation instructions
**Explanation**
As I understand it the problem is that scikits.odes looks for `libsund…
-
I used to be able to build firmware for the TinyPICO with:
````sh
git clone https://github.com/micropython/micropython.git
cd micropython
git fetch origin pull/4471/head:esp32_i2s
git checkout …