General discussion • Re: New Raspberry Pi Products
We'll stop after we release a product and the launch post attracts zero whiny comments in a week.So....never. Amazing how people get so upset because a brilliant new product doesn't have some niggling...
View ArticleItaliano • Re: Audio e microfono non funzionano
Ciao Bobo, prima di tutto ti faccio gli auguri di buon Natale. Non ho idea di cosa sia MagicMirror, è un nome molto usato anche in ambito software; riscrivi l'immagine di avvio e riprova passo dopo...
View ArticleBeginners • Re: How should I study a Raspberry Pi before I write code for it?
Perhaps you need to discover the Linux functional equivalents that already exist in ARM versions that can be run on the Pi simply by installing them.So...the documentation you need to need to read is...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
In theory that should work but limited to 3A @ 5v, as long as it cannot maintain 5v @ 3A.I think you mean it will work as long as it can maintain 3A.Statistics: Posted by davidcoton — Tue Dec 24, 2024...
View ArticleAdvanced users • Re: Setting gpio pullup in kernel module that is using the...
That's one way to do it. But there's no "just" about it - it takes quite a bit of knowledge to get to that point.To be honest, I find it quite annoying that my posts are always taken so seriously by...
View ArticleCompute Module • Re: SYNC_OUT pin on CM5 IO board
You're on the right pin. What are you using as ground? The other pin in the USB_OTG pair works.You should have the ethernet plugged into a switch: the hardware timestamping functionality doesn't work...
View ArticleTroubleshooting • Need help installing WSPR on Pi Zero (Not V2)
I've been trying to install WSPR on a Raspberry Pi Zero (NOT v2) from https://wsprry-pi.readthedocs.io/en/dev ... index.htmlbut I continue to receive the following error:drew@wspr1:~ $ wsprwspr:...
View ArticleTroubleshooting • Re: Need help installing WSPR on Pi Zero (Not V2)
More output:root@wspr1:/# strings 'GLIB*'strings: 'GLIB*': No such fileroot@wspr1:/# strings 'GLIB_2.32'strings: 'GLIB_2.32': No such fileroot@wspr1:/# strings 'GLIB_2.34'strings: 'GLIB_2.34': No such...
View ArticleDevice Tree • Re: How to use dt-blob.bin on CM5
There is no dt_blob.bin for the Pi 5 family - you should use Device Tree. For some scenarios you may find that the gpio= config.txt setting is sufficient.I suggest you don't rely on internal pull-ups...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Hi! Thanks a lot for all the answers.What I would like to know is if I can make something like this product, but with a RaspPi5.https://yottamaster.com/products/yottam ... lLZBs50oiPYeah, NAS is...
View ArticleSDK • Re: I2C ssd1306 example
Some of the calls in the SSD1306 example uses 'i2c_default'. Kind of a banana skin for anyone trying to modify the code, because no errors will be thrown if i2c_default is still there,.. might want to...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
Now Raspberry OS has migrated to Bookworm, what are the steps to assign a static IP with the absents of the dhcpcd.conf file? Raspberry Pi Imager allows ssh to be enabled. It would be great if it...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
For the curious: I suppose that at this point I should close things out by admitting that I never worked up the courage to deploy the Bookworm boot drive that I spent so much time and effort building...
View ArticleMicroPython • Re: Pico W Reliability
I am new to the mp ecosystem, but I think pipkin can install more types of packages. Can you install uapi using mpremote?Yes: mpremote uses mip, so you can install it: Package management. It may take...
View ArticleHATs and other add-ons • Power HAT+s specification
HelloI have a question regarding current(2024-10-10) Power HAT+ requirements.There is no way to build intelligent "Power" class HAT+ reporting to CPU information such as battery SOC, charging status,...
View ArticleGeneral discussion • How should I mount the pi 5 with a hat+ board?
I'm looking to mount a raspberry pi 5 that has the ai Hat+ kit on it and I noticed the kit uses standoffs in place of the screws you normally mount the board with. How should I go about mounting it...
View ArticleMedia centres • Re: Peppy player
Contrast pot? You are asking too much from the person who doesn't even know how to connect these parts together Where can I find any wiring drawing?Reverse engineering Rathbone's code can take long...
View ArticleAdvanced users • Re: rpi5: vulkan with hw acceleration in docker on Raspberry...
Did you ever figure this out ?Statistics: Posted by BRX7 — Thu Dec 26, 2024 3:06 am
View ArticleBeginners • When pi5 uses rtsp to pull the stream, ffplay cannot see the...
When pi5 uses rtsp to pull the stream, ffplay cannot see the picture normally on windows, but pi4B can use it normally.There is no error on pi5 and the display is normal.Statistics: Posted by simin —...
View ArticleBeginners • Changing Pi City/Country Setting from Script
Hello,BackgroundWhen initializing a pi, a user can select a county/city from a dropdown menu. This has two primary functions of setting the users time zone (clock time from UTC), and also identifying...
View Article