-
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 …
-
Hi, I am using ZxSpectrumPicomputerVgaAukBob.uf2 firmware and the 8 specials keys in row 1 are not working completely. I can't reboot to 48k or 128k. And how do I go back in the menu?
I tested all …
-
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 …
-
Hello,
I have stability issues with my Raspi Pico W connected to a wifi network with SSID hidden
When I start the programm (with Thonny IDE run command, or ampy, or directly by plugin the Pico W t…
-
Hi sonnny
I was able to compile **spp_counter.c** in conjunction with the **standalone** directory.
But your example fails.
I have to change `include(pico_sdk_import.cmake)` into `include(../…
-
Hello!
I'm working on a project where I have 6 clients (esp01) publishing, one broker (I need a microcontroller) and one client that is only suscribed (android app on a mobile phone).
I want to ma…
-
#### Description
adds support for the Sparkfun RPI pico (`rpi-pico`) in the `ws281x` driver.
The test command in `tests/driver_ws281x/` can be used to test the feature.
### Useful links
* …
-
When trying to compile the program ntp-client with the Arduino IDE and after few adaptations to allow for that (comment stdio_init_all() and a couple of castings as well as introduce setup() and loop(…
-
### The problem
The build of the RPi Pico W firmware fails as soon as I add the `service` section in the `api` section.
Without the `service` section I have no problems.
The `service` section was…
-
Just tried the [updated](https://github.com/micropython/micropython-lib/commit/d717b04cb32f6badb7de10667b0b9525c59ae087) `logging` module to replace the `StreamHandler` and `FileHandler` adapted from …