SDK • Re: Importing an SDK project to the VS Code extension
It's confusing for the first time, just do a Clean Reconfigure All Projects hidden behind 3 dots ...Also search for Cmake › Options: Status Bar Visibility (both for User and Workspace) and set it...
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
Right.You already said that you didn't want separate supplies, but you probably should. Not least because if your servos draw too much current then the Pi will brown out.I was also going to suggest...
View ArticleTroubleshooting • using LCD screen with RPI 3B HELP!
Hi, i picked up a car DVD player from the charity shop for £5, ive been trying to connect one of the screens to a raspberry PI 3B.i havent been able to find anything on the LCD controller but the...
View ArticleTroubleshooting • Re: using LCD screen with RPI 3B HELP!
This post by 6by9 may help:viewtopic.php?p=2284130#p2284130And thishttps://www.raspberrypi.com/documentati ... video-modeStatistics: Posted by AndyD — Thu Jan 09, 2025 9:30 pm
View ArticleBeginners • Re: Pi cluster of two - Switch or direct
The boards are going to need whatever power it requires. Get one official PSU for each and use a power strip to plug them into if you have access to just one outlet.The official psu is cheap and of...
View ArticleC/C++ • Re: Matrix class for C++
Not intended as a criticism, but a genuine question. Why are you deleting the default constructor for class matrix?Code: matrix() = delete;I am reasonably sure that the default constructor is only...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
hijacking threats is not very helpful as you're using a third party product. I have no idea what 'an old waveshare 5in display' is but this might be if interest:...
View ArticleGeneral discussion • Re: USB Button?
I ordered this one: https://www.amazon.com/dp/B09TMVXNGG.I guess I'll see whether or not it works when it comes in!Finally! Some information!To answer your original question: yes.Statistics: Posted by...
View ArticleGeneral discussion • Home Automation // need to use Bluetooth AND UART (for...
Hello,is there anyone around using Bluetooth AND UART (for whatever, I have a razberry 7)All I have read so far, is that there could be an issue for either.thank youStefanStatistics: Posted by...
View ArticleBeginners • Micro SSD card? With M.2 adaptor?
Last month I purchased online a Raspberry Pi SSD NVMe card for my Raspberri Pi 5. I purchased it from a chain store called PiShop Inc. When it arrived however, the note on the box said "Requires a...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
Use timeshift for system backups.deja-dup, pika backup, rsync, etc for backing up your /home data.I have used my pi400 as my desktop computer since 2021, I have had very few problems.Statistics:...
View ArticleCamera board • Re: Raspberry Camera Module 3 and /dev/video0
There are numerous examples of using libcamera with opencv via picamera2 - https://github.com/raspberrypi/picamera ... n/examplesStatistics: Posted by 6by9 — Fri Jan 10, 2025 9:37 pm
View ArticleRaspberry Pi 400 and 500 • Re: RPi 500, no M.2
If they didn't plan on using the m.2 connectors, why even have them to begin with? It must have cost money to design and use the parts they did. Doesn't make sense that they would invest some money in...
View ArticleMedia centres • Re: Peppy player
Please show the output of the commands:aplay -laplay -LHere are the outputs you requested. Thanks.pi@raspberrypi:~ $ aplay -l**** List of PLAYBACK Hardware Devices ****card 0: IQaudIODAC [IQaudIODAC],...
View ArticleBeginners • Re: Micro SSD card? With M.2 adaptor?
A little research was in order...The Raspberry Pi folks released an "M.2 HAT+" a while back. It connects to the exposed PCIe on the Pi5 and provides an M.2 connector for NVMe SSDs (or their AI...
View ArticleBeginners • Re: Got my Raspberry Pi, but...
Oh, I'm sorry, just one moment. Is this a five minute argument or the full half hour?Sorry I couldn't resist.Statistics: Posted by Pi5_User — Fri Jan 10, 2025 9:57 pm
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The CQ allow-list changes have been merged and the associated munging of the sd_cqe dtparam is now documented in /boot/firmware/overlays/README. This will shortly become the default across all...
View ArticleSDK • Run fails in Pico Extension on Windows, need Zadig?
Windows 10 Pro, latest VS Code, and Pico Extension. Run issues.A Pico with Bootsel button held down appears as a drive, no problem. A .uf2 can be built from a created from example blink and dropped...
View ArticleTroubleshooting • Re: Networks in upper 5 GHz Wi-Fi not found
Why is your WiFi country code not set? You MUST set that before doing anything else. Use sudo raspi-config then option 5 then L4.Statistics: Posted by DougieLawson — Fri Jan 10, 2025 10:16 pm
View ArticleOff topic discussion • Re: Connecting RPi to WiFi in a school
If it were me, I'd consider a number of possibilities (which have--pretty much--already been suggested). First is to have a chat with whoever manages the school WLAN to see if that person would be...
View Article