-
Hey,
I wanted to download TinyPICO_V2_USBC STL files https://github.com/tinypico/tinypico-hardware/tree/master/STL%20Files but only .step file is available. Do you also have STL files?
I want to u…
-
With ref to my TinyPico ESP32 board:
When I control C to quit to the unclean.py example program to experiment such as changing the subscription topic, when I run the program again I always get:
Con…
-
I have some TinyPico V1 but an application where they will mostly be getting power via USB but I would like to be able to sense when USB power goes away and the battery takes over.
In comparing the…
-
When running a TCP Server as a STA I get this error after a couple of seconds:
```
E (64566) wifi_prov_mgr: Provisioning manager not initialized
E (69564) task_wdt: Task watchdog got triggered. The…
-
Should we add board specific macro support to the rp2 machine_i2c.c:
https://github.com/micropython/micropython/blob/master/ports/rp2/machine_i2c.c#L36
Like we did for esp32:
https://github.com/m…
-
I'm seeing an issue using `wait_for_ms()` on reads from a socket, on ESP32 devices with recent HEAD, where occasionally I get an uncaught task `CancelledError` logged to the terminal and the `wait_for…
-
Hi @dpgeorge - congrats on the 1.16 release!
Is it possible to add the ESP32-S2 boards (generic, TinyS2 and FeatherS2) to
https://micropython.org/download/
So I can stop building and hosting th…
-
-
Looks like a reference was left in with the old location:
`boards/UM_TINYPICO/mpconfigboard.cmake`
Still refers to:
```
boards/TINYPICO/sdkconfig.board
```
-
In the documentation it states that there is esp32.NVS for writing to nonvolatile storage. I am attempting to use this class and I am getting this traceback.
```python
AttributeError: 'module' ob…