Skip to main content

Questions tagged [pi-pico]

Questions regarding the Raspberry Pi Pico.

0 votes
0 answers
52 views

I am working on a project with a bunch of Raspberry devices and have hit a bit of a road block. I have a central raspberry Pi 4 that has 4 peripheral Raspberry Pi Picos all connected through an SPI ...
studi21's user avatar
0 votes
0 answers
40 views

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 ...
Nicolas's user avatar
0 votes
0 answers
62 views

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 ...
user3553471's user avatar
2 votes
1 answer
157 views

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 ...
Julian's user avatar
  • 21
2 votes
1 answer
108 views

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 ...
Chuck's user avatar
  • 223
0 votes
0 answers
85 views

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 ...
user1584421's user avatar
1 vote
1 answer
71 views

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 ...
A. Nym Company's user avatar
0 votes
0 answers
121 views

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(), ...
davesedar's user avatar

15 30 50 per page
1
2 3 4 5
21