General • Re: Pico2W unable to load Pico Python using Thonny
After you have copied the MicroPython UF2 file to the Pico 2W, go into a command line terminal and see what ''dmesg' shows at the end and what 'lsusb' shows.That the Pico 2W reboots after copying the...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.18
Thanks dom, do you think it could be a game changer as fik saw a negligible impact on idle power ?Any benefit will be minor.Statistics: Posted by dom — Sun Dec 14, 2025 1:59 pm
View ArticleSDK • Re: Anyone have a worked example of sleep_goto_sleep_until() that works?
It can run directly from XOSC at MHz 12 (getting lower doesn't spectacularly cuts current draw down):Code: #include "pico/stdlib.h"#include "pico/bootrom.h"#include "pico/sync.h"#include...
View ArticleFor sale • Raspberry Pi 4B 8GB for sale
I'm just in the process of clearing out some of my old Raspberry Pi's (and I've got just a few that I've collected since they 1st came out) so I've put my 8GB Pi 4B up for sale along with some goodies...
View ArticleGraphics, sound and multimedia • Pi5 full OS 64-bit latest Trixie image - no...
I've been using the Pi Imager to baseline my home arcade cabinet with Raspberry Pi OS Full 64-bit without issue for several years.It's been a few months since I created a new SD card so I was excited...
View ArticleBeginners • Re: Esp32 data. Use Pi for the large display
ESP32 code as promised (Arduino).Make sure to change the SSID and PASSWORD to your settings.You will see your ESP32 IP address in the serial monitor window.Code: #include <Arduino.h>#include...
View ArticleGraphics, sound and multimedia • Problem with gstreamer and v4l2src
Hello,I use the latest Trixie, when I use a pipe like this in gstreamer:Code: gst-launch-1.0 v4l2src ! video/x-raw,width=1920,height=1080,pixel-aspect-ratio=16/9,format=BGR \! videoconvert !...
View ArticleBeginners • Re: Connecting Sequent Microsystems Hats to 3rd party RS485 devices
Thank you for the response. Very helpful so far, but I still have some doubts before I execute this in sudo nano.Just so I don't accidentally brick my device, I need to make sure we understand each...
View ArticleTroubleshooting • Re: Rasbperry Pi 5 8GB does not recognize NVMe SSD
Hi Neilgl, thanks for the suggestion. I tried reconnecting the ribboncable several times, but everytime it fits snugly and straight into the connectors. The ribboncable is not twisted / warped or...
View ArticleRaspberry Pi Connect • Re: How to change device name
I made a fresh installation of the Raspberry Pi OS on a pi 4. I chose a new node name for the pi from what it had when I last used it. All is fine except that the pi shows up in the dashboard under...
View ArticleSDK • Re: Controlling cmake behaviour/output using -Dvar=value
Thanks both.So it sets the cmake variable, and it's then up to me to pass it through to the C/C++ pre-processor if that's what I need, or in my case I can use it to select an appropriate .ld file, for...
View ArticleFrançais • Scrot ne fonctionne pas pour la capture d'écran en ligne de commande
Bonjour,J'ai un RPI 5 8Go Ram.Scrot ne fonctionne pas pour la capture d'écran en ligne de commande.Quand je tape :Code: scrot -D :0.0Il me cré le fichier : Code:...
View ArticleTroubleshooting • Re: USB Ethernet Gadget mode !!! Can't load RNDIS driver
Try asking on a windows or linux forum. This is a windows issue not specifically a Pi one.Statistics: Posted by thagrol — Sun Dec 14, 2025 4:02 pm
View ArticleGeneral • Reserved regions of flash?
According to the SDK documentation, there's a function pico_flash_bank_instance which returns "the singleton BT stack HAL instance, used for non-volatile storage". This implies that if you use the BT...
View ArticleFrançais • Re: Scrot ne fonctionne pas pour la capture d'écran en ligne de...
Maintenant c'est "grim" qui est censé être utilisé il me sembleStatistics: Posted by dwam — Sun Dec 14, 2025 4:21 pm
View ArticleGeneral • Re: RP2354 Flash Mode
As usual:Yes, as usual, associated information is spread throughout official documentation making it more difficult to find than it could be.It would IMO have been better if that data had been...
View ArticleAutomation, sensing and robotics • Re: CSI Camera Vs USB Camera
I'd suggest also considering WiFi and Ethernet cameras. Prices of all 4 options seem to fluctuate, often wildly.Statistics: Posted by MikeDB — Mon Dec 15, 2025 3:23 pm
View ArticleBeginners • Re: How to find list of supported wifi chips
The best resource I know of can be found in a sticky in the "Networking and servers" subforum:STICKY: List of USB WiFi Adapters that use in-kernel driversDirect Link:...
View ArticleHATs and other add-ons • Re: Which GSM card for PI400
...What would you recommend, knowing that ease of installation would be a plus ? ..LTE USB stick or mobile LTE routerhttps://www.alditalk.de/p/router-zte-mo ... N_PAGE_ID=Statistics: Posted by...
View ArticleBeginners • Deciding between the Raspberry Pi 4 and the Raspberry Pi 5
I am deciding between a Raspberry Pi 4 and a Raspberry Pi 5 for my project. The system will use a camera for real-time color recognition, run a complex algorithm, and control four motors...
View Article