python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rust Multi-threading Memory Allocation on the RP Pico/RP2040
I'm working with the Raspberry PI Pico to perform the basic task of reading data from a UART signal, modifying it, and writing it back out to a different UART address. However, I need to simultaneousl...
tufelkinder
Votes: 0
Answers: 1
Pico failure after powering over gpio
My pi pico didn't respond to bootsel and main.py also didn't work. It also don't appear as an device in thonny. Is my pi frayed to death? I was trying to power it via gpio. The voltages on vbus and vs...
asollo
Votes: 0
Answers: 1
Raspberry Pi Pico Analog to Digital Timing in C++
According to numerous online sources, the Raspberry Pi Pico can perform 500,000 A to D reads a second, i.e., 2 microseconds per read. I am programming in C++ using the Arduino IDE and cannot get bett...
John Buckwell
Votes: 0
Answers: 1
No blink in dummy morse code with rasp pi
I have the following code.
Experimenting with it, but the led turns on and stays on until the end. Not sure why.
import machine
import utime
letterMapping = {"h" : "ssss",
...
user06931912
Votes: 0
Answers: 0