CARVIEW |
Select Language
HTTP/2 200
date: Sun, 17 Aug 2025 20:52:14 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 970c0dd31b27cb77-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=a0533047-92fb-45ae-8c97-079e84624cb2; expires=Mon, 17 Aug 2026 20:52:14 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=a0533047-92fb-45ae-8c97-079e84624cb2; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=.Mk67cQBw5Pyw9gxjEf43HVCnb1Pjz_MA7ShquvNEvE-1755463934-1.0.1.1-zdP9yK.gFNo6J6sRNUfzzDhSLyL4Nj65lTVMb0ubhOrI.BNFceUctz6VdyLheV0K_4pml6XntbToAL9msBefQHGYhtcbiuzCd8B5R3xKcqg; path=/; expires=Sun, 17-Aug-25 21:22:14 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=9gb7EgTz2uK0VDLw8zE4sIdaPDirLayre8EetrQE__s-1755463934386-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 7838a8cf-bec1-4422-80db-43ea09c998a3
x-worker-origin-response-time: 441000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'pi-pico' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [pi-pico]
Questions regarding the Raspberry Pi Pico.
319 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
14
views
NRF24L01 communication between Raspberry Pi 4 and Raspberry Pi Pico (MicroPython) not working
I’m trying to set up wireless communication using two NRF24L01 modules. I’m using a Raspberry Pi 4 Model B as the receiver using the pyRF24 Library and a Raspberry Pi Pico with MicroPython as the ...
0
votes
1
answer
37
views
How to download MicroPython libraries on VS Code?
I have been using Thonny for about 3 years and I thought of moving to VS Code to experience some features that Thonny doesn't have.
I need help on how I can download libraries like SSD1306 and etc. ...
0
votes
0
answers
55
views
Identify USB host plugged into Pico
I have a Pico attached to a USB hub switcher. This means depending on its state the Pico is connected to either a Windows desktop, or a Macbook. I want to display this on the screen I've attached to ...
0
votes
0
answers
40
views
How to use a Pimoroni 1.3" SPI Colour Square LCD with pico & MicroPython?
I want to use the 1.3" SPI Colour Square LCD (240x240) with a pico and micropython. According to the website that is possible. However, when looking at the github page of examples there is ...
2
votes
0
answers
57
views
Unable to log a mouse's scroll wheel
I am building an application on raspberry pi pico.
A USB mouse is connected to the pico, and then the pico is connected to the PC.
The pico logs the mouse's button presses and mouse's movements and ...
2
votes
1
answer
95
views
How do i get Nema 17 motor to work with DRV8825 and Pico 2 W?
Yesterday, I tested a Nema 17 stepper motor with a DRV8825 motor driver. Connected to a Pi Pico 2 W using MicroPython on VS Code. It worked as intended, the motor spinned both directions. I took a ...
2
votes
1
answer
139
views
Control micropython on a Pico from the command line
Many people control their Pi Pico using Thonny but I rarely use the Desktop and prefer to program from the command line.
How can I control micropython on a Pico from the command line?
2
votes
1
answer
74
views
How do I program a Pico 2W from a Pi 3?
I've used my MacBook Pro to connect the Pico, install MicroPython, write a simple main.py that blinks the built-in LED. Used Thonny for all of this, works perfect. If it's plugged in while Thonny ...
0
votes
0
answers
91
views
Undefined reference to set_sys_clock_khz
I am trying to build this repo:
https://github.com/brendena/pico_device_and_host
However, after:
cmake ..
make
I get this:
[100%] Linking CXX executable USB_DEVICE_AND_KEYBOARD.elf
Memory region ...
0
votes
0
answers
70
views
Unable to build a project that uses pio_USB for pico
I am trying to build this project:
https://github.com/sekigon-gonnoc/Pico-PIO-USB
Unfortunately, I am not able to build it.
I am on Ubuntu 20 and I have the pico sdk downloaded.
After the cmake ...
-1
votes
2
answers
91
views
Burning a large program with a library in pico
I have uploaded small programs to the pico, where you Hold the BOOTSEL button when you insert he pico the PC, then upload either the CIRCUITPYTHON or MICROPYTHON u2f file.
Then you start Thonny and ...
1
vote
1
answer
55
views
How to let the Pi Pico differ between Low and High Z mode?
I‘m designing a lithium battery charger with the MCP73837, an IC which has several pins that give information about the charging mode for instance.
The pins (stat1, stat2, pg) are either in low mode ...
0
votes
0
answers
81
views
Writing into OTP memory on RP2040
I am trying to write a custom serial number into the OTP (One-Time Programmable) memory of my RP2040 using a Segger J-Link debugger over SWD.
I previously managed to write into OTP on a Raspberry Pi ...
0
votes
0
answers
90
views
Is it possible to measure Bluetooth RSSI level once connected on Pico using aioble
I can see that aioble.scan returns RSSI during a passive scan as an observer:
async with aioble.scan(duration_ms=5000) as scanner:
async for result in scanner:
print(result, result.name(), ...
0
votes
0
answers
64
views
Connecting my 2.4" TFT LCD shield with Raspberry Pi Pico
This is the pins I have:
SD_DO
SD_DI -- 3.3V
SD_SS -- 5V
LCD_D1
LCD_D0 -- GND
LCD_D7 -- LCD_RD
LCD_DC -- LCD_WR
LCD_D3 -- LCD_RS
LCD_D4 -- LCD_CS
LCD_D3 -- LCD_RST
LCD_D2 -- F_CS
I am not sure ...
- The Overflow Blog
-
- Featured on Meta
-
Hot Network Questions
- Why does Pandoc scramble links in my HTML document?
- How to simulate a particle sliding along a curve under gravity in Geometry Nodes?
- Routing USB wifi connection to wired Meshforce M3S
- Recommendation letter from mathematician for CS masters?
- Deformation of minimal surfaces
- Unexpected behavior of `Series` for version 14.3?
- Usage of 辞書形 when talking about the past
- Personal circumstances during academic interviews in Germany
- Are there ever exceptions to no earlier than (NET) dates?
- Why is there an imperative by Camus to continuously confront the Absurd?
- The art of making your own diy tubular bells
- A football pool gone awry
- Reaching out to entire agency vs individual agent
- What kind of drinks would a strictly carnivorous alien consume?
- The Buddha's wording of "removing thoughts" and modern psychology's advice not to suppress anything
- Mesh Rectangle with a fixed inner Line
- Passing data via stdin to pdftk which doesn't work with /proc/self/fd/0
- The French National Assembly closed on July 10 and public sessions will resume on September 22. Why such a long break?
- SQL Server - Payroll query kills database every month
- How to upgrade Debian Bookworm OpenSSH package(s) to be able to upgrade to Trixie via SSH without the risk of interruption?
- Is there a French equivalent for saying that information is being 'sugar-coated'?
- How Fourier transform Viewed as Change of basis?
- Is it always inappropriate to use a relative to submit a reference letter in support of a grant application?
- "Is" followed by a comma