Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
6 replies
90 views

I'm currently writing CMakeLists for a multidirectory project,and am trying to use file sets and target_sources as it is regarded as better than using target_include_directories, but the only problem ...
Maaz Madha's user avatar
0 votes
1 answer
29 views

Extract of longer program. Just to toggle the .side pin and then quit the PIO program. Causes loop and have to nuke the PICO! Loops before the 'Run' print. Thanks TypeError: function takes 2 ...
user7117046's user avatar
2 votes
1 answer
85 views

In my RP2040 pico-sdk project, I'm getting a problem when I try to use the CMSIS function __DSB() - "error: expected string literal": /src/MyProject/my_main.c:848:5: error: expected string ...
sdbbs's user avatar
  • 5,948
0 votes
0 answers
87 views

EDIT: I just needed to add target_link_libraries(${PROGRAM} pico_cyw43_arch_lwip_threadsafe_background) to CMakeLists.txt. I'm trying to compile a program for the pi pico2 w but it can't find "...
Bryan Wright's user avatar
0 votes
0 answers
58 views

I'm pretty new to Python, & I'm attempting to set up an access point from a Pico W to provide info to a client (eg, an iPhone). The connection is successful, but my iPhone app only receives ...
SomaMan's user avatar
  • 4,174
-1 votes
2 answers
63 views

i have a setup with a microcontroller where pushing a button i attached with gpio pins turns on a laser pointer using gpio pins. this is part of a larger project including speakers and other leds and ...
mamanyx's user avatar
1 vote
0 answers
134 views

I'm playing around with the Pico SDK and the extension in VS Code and it seems that when I produce a C++ file program instead of C, a number of the hardware options are no longer available to include. ...
doug's user avatar
  • 105
1 vote
1 answer
133 views

I am programming an RP2040 chip using the Pico-Arduino library. In this problem, I am using the Ardunio String class and the Adafruit_NeoPixel class. After setting up some "Strings" and a ...
Scott's user avatar
  • 1,429
0 votes
1 answer
122 views

I built a small PoC on rp-pico using the btstack, basically rework of the standalone simple BLE service. Like in the example, BLE uses advertisement data, and in the example there are some constant ...
gusto2's user avatar
  • 12.2k
0 votes
0 answers
70 views

I'm having trouble either controlling the flow, or maybe my math is wrong, but I keep getting stuck in a loop. My code should be getting the temperature of a thermistor (TempF), translate that to a ...
Austin Hefley's user avatar
0 votes
1 answer
78 views

I am building a thermostat and have designed a board layout which I am intent on ordering but I want to make sure everything works before I order. After getting everything wired up on a breadboard for ...
Wichid Nixin's user avatar
0 votes
0 answers
85 views

I'm trying to control the temperature of my virtual Tuya Thermostat using MicroPython. I have already successfully tested the API using Postman. However, when I try to use the same parameters and ...
5955_Pauli's user avatar
0 votes
0 answers
18 views

Im trying to send an image from a server to the pico2w board whcih is connected to a waveshare 7in5 b pico epaper display, the problem is that the server sends the image to the pico2w, it receives the ...
Sid's user avatar
  • 1
0 votes
0 answers
43 views

I 've tried to connect via USB (debugging pins SWDIO, GND, SWCLK) to my W5500-EVB-Pico2 ( RP2350 ) using SEGGER J-Link Commander V8.12b (latest version) in Win10 (x64). J-Link log: SEGGER J-Link ...
User's user avatar
  • 197
1 vote
2 answers
451 views

Got my hand on a cheap Wavehsare RP2350 Touch LCD 1.28 inch round display, and wondered if I could run LVGL Micropython on It. I'm a newbie. I tried the official Wavehsare documentation, and didn't ...
Tasha Clipartino's user avatar
0 votes
0 answers
209 views

I'm working on a project using the Raspberry Pi Pico W 2 that involves displaying data from BLE sensors on a web page, with everything running on the Pico. My intention is to: Run an asynchronous web ...
qsf's user avatar
  • 13
-2 votes
2 answers
195 views

I'm trying to make a webserver display some data while the pico is collecting it from some pins. Everything works fine for making the webserver running, i'm able to access it with "static" ...
Romain's user avatar
  • 43
1 vote
1 answer
214 views

I'm trying to achieve bidirectional communication over my Raspberry Pi Pico's built-in micro-USB port. More specifically, I'm trying to make my computer send a ping to the Pico, and the Pico receives ...
Bartek Pacia's user avatar
  • 1,786
0 votes
0 answers
91 views

I am using the Raspberry Pi Pico Extension in VS Code, running on a Pi4. I am playing with the examples provided in the RaspberryPi/pico-examples repository on GitHub... for example the hello_uart ...
Gordon Shephard's user avatar
1 vote
0 answers
215 views

I have a Raspberry Pi Pico W that I want to have perform an action when a button is pressed on a bluetooth remote control I bought. I can read the bluetooth remote and it's services and ...
CPTblackadder's user avatar
1 vote
0 answers
68 views

I am trying to create an automatic captive portal using a Raspberry Pi Pico H with an ESP8266 Wi-Fi HAT. When I connect to the Wi-Fi, it works, but the user is not automatically redirected to the ...
Look_thisSTREAMING's user avatar
0 votes
0 answers
304 views

I am learning how to program a Raspberry PicoW in C++ and I have two question about flash: How much of the flash is my programme taking up? With AtMega programming, the compiler would display this ...
Richard's user avatar
  • 401
0 votes
0 answers
40 views

I'm using the code below to communicate between a Raspberry Pi Pico and a KX134 accelerometer connected over I2C. The device is being detected by a ping, however the program itself does not register ...
llcoder1001's user avatar
0 votes
1 answer
459 views

I am trying to build picotool 2.0.0, but I am running into a strange error. I have had to remove some of the error output as well as some of the build output as it is to long for this post:(. PS C:\...
Matthew's user avatar
0 votes
1 answer
43 views

I have a short code written in micropython on pico pi W. This codes sets up a server and is mainly supposed to display a website on which you can check the states of all the GPIO pins. Now when I go ...
Unix's user avatar
  • 73

1
2 3 4 5
14