SDK • Re: Build fails with...
Tried on a fresh install of Debian 13.3.0-amd64 Stable, and it works.What's the output of 'cmake ..' ?Code: ~/pico/pico-examples/build/blink$ makeBuilding ASM object...
View ArticleGeneral • Re: Reducing power consumption on Raspberry Pi Pico 2 W (BLE only,...
Very nice that is in line with my expectations.As for power with the CYW43 active case, I hope it works out for you. It would be great to have more power consumption data / results out...
View ArticleBeginners • Re: Pure Data external GEM
$ type gemresults in:bash: type: gem: not found$ gemresults in:bash: gem: command not foundStatistics: Posted by playinmyblues — Wed Feb 11, 2026 1:45 am
View ArticleTroubleshooting • Re: Boot order
So why did it boot from nvme0n1p1 !Does sudo blkid show the same PARTUUID for mmcblk0p1 and nvme0n1p1? Then it would be possible for the firmware to boot from one device, but for Linux to mount the...
View ArticleGraphics, sound and multimedia • Re: rtsp camera stream
nice -n -11 stdbuf -oL -eL taskset -c 2,3 rpicam-vid --flush --low-latency --verbose 0 \--denoise cdn_off -t 0 --width 1280 --height 720 --framerate 25 \--autofocus-mode manual --autofocus-range...
View ArticleMicroPython • Re: How to import a library for raspberry pi pico w
You can put libraries to be imported in the directory the main application is in or the "/lib" directory,. If your application is in the "/" root directory and run from there you can put its libraries...
View ArticleTroubleshooting • Re: Newer monitors don't give 1080p with Raspberry Pi 4
I recall 1366x768 being a problematic resoloution on the Pi, though I don't remember the exact details of why.I think you have fallen into a bit of a hole size-wise, 19 inch is small by current...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 3rd Party DSI screen bringup......
Oh man, that's scary. Well, I guess it's good luck that they had the init sequence.I will work on getting a driver init sequence made and try it out and get back here with the results later. Thanks...
View ArticleNetworking and servers • Re: Rotating SATA Drive NAS
My experience is that if you do that on the client everything goes over the network twice as well as over the PCIe bus twice.Some backup programs run from the server and some of those compress on the...
View ArticleTroubleshooting • Re: Headless SSH Setup Pain
The pi boots fine though, solid green after ~30 seconds.Solid green light would indicate to me that the RPi is not booting correctly.Statistics: Posted by T J Kong — Thu Feb 12, 2026 2:31 am
View ArticleNetworking and servers • Re: RPi4 104 Mbs only
Or does the more powerful CPU of the RPi5 mean that more of this Gigabit speed is possible in practice than for the RPi4?the pi4 lacks hardware crypto acceleration, and if doing encrypted traffic like...
View ArticleBeginners • Raspberry_Pi 2040 Documentation
Hello Raspberry Pi team and community,RP2040 is an amazing microcontroller: powerful (dual Cortex-M0+/M33, 264/520 KB SRAM, unique PIO for custom peripherals), perfect for hobbyists, education,...
View ArticleMicroPython • Re: Which pin is 'LED' connected to?
The LED is on WL_GPIO0 not GPIO0. WL_GPIO0 is a GPIO connected to the WiFi/Bluetooth chip.Use the named "LED" pin instead. It'll know how to tell the WiFi/Bluetooth chip to change the LED GPIO.Code:...
View ArticleRaspberry Pi OS • Re: xrdp, no longer able to push user name to remote...
This is no longer an issue. Maybe an update resolved it.Statistics: Posted by dmcdivitt — Thu Feb 12, 2026 11:41 pm
View ArticlePython • Re: ModuleNotFoundError: No module named 'adafruit_dht' >>>
Now I am told the DHT11 not foundCould be many reasons- you need a pullup resistor for DHT11, DHT22 from data pin to VCC 3.3V. See https://learn.adafruit.com/dht/connecti ... txx-sensor Most boards...
View ArticleRaspberry Pi OS • Re: How do I expand swap space on my Zero 2 w?
Ok got it setup. Do I need to setup a swap partition as well?Statistics: Posted by dsquared59 — Fri Feb 13, 2026 12:36 am
View ArticleSDK • C++ : Is <chrono> / <threads> supported ?
I'm testing some simple C++ code on a PC with a CMakeLists.txt that supports both the PC and a Pico, selectively. That works when using other tests. I'm exploring <chrono> and for specifically...
View ArticleC/C++ • first C++ Qt setup
beginner question:how to get my first ( empty ) app window.on a RPI4:newest RPIOS 64bit desktop ( used headless via VNC )want tryDesktop app GUI programmingwhat i need to install forC++Qtand its...
View ArticleAdvanced users • Re: How to make VirtualBox VDI disk file from RaspberryPiOS'...
So, the answer to OP's question is: Yes. Yes, it can be done. Groovy!Statistics: Posted by BigRedMailbox — Fri Feb 13, 2026 1:40 am
View ArticleRaspberry Pi OS • Re: raspberry pi 4b I don't want to update the kernel or...
useCode: sudo apt updatesudo apt full-upgradeStatistics: Posted by pidd — Fri Feb 13, 2026 1:53 am
View Article