-
I used the precompiled MicroPython binaries v1.12 for my TTGO T-Display since June 2020 and it works very well. Recently I downloaded the binaries v1.17 and v1.18 and the same code no longer works. Fl…
-
Trying to sort out an issue w/ the `sleep` examples, I began to wonder if I was compiling for the correct board. The "correct board" for me is the Pico 1/RP2040. However, when I use `BOOTSEL` and moun…
-
### The problem
It seems like the deep sleep component doesn't work on the RP2040, my board consumes as much power as when not in deep sleep. This makes it very hard to run on batteries.
Both in "…
-
Supporting addition boards via the QWIIC/Stemma QT connector like the following would be a great addition. This is not an exhaustive list, I'm sure many more exist.
- [SparkFun Pro Micro - RP2040](…
-
The original issue on TensorFlow repo is [here](https://github.com/tensorflow/tensorflow/issues/75831), which contains platform info, program source, and logs. I have tried with a much reduced [model]…
-
When installing, one of the dependencies is VS Code. I can understand why one might want to include and set up VS Code for some users, but I think the overlap between that group of users, with people …
-
so i recently got my hands on raspberry pi pico. and used its pio function to manipulate the led behaviour without stressing the processor too much. is it possible to modify the code to be compatible …
-
Would be quite interested in this, particularly with a pico w. Doesn't need to be completely assembled.
-
Hello! First off, thank you for working on this project! It's much appreciated. I first submitted an issue to the batocera issue tracker and they informed me that this was the project emulating the pi…
-
This is my test code for multicore, with PIO arduino framework:
```
#include "Arduino.h"
#include "pico/multicore.h"
void setup() {
multicore_reset_core1();
multicore_launch_core1(core1_en…