Official Display • Re: Official Display not functioning on Pi 5
I think I've seen some kind of reset or latch-up issue when the two devices are powered on and off independently, which can prevent it working on a (re-)boot.What I was trying (not very clearly) to...
View ArticleGeneral discussion • Raspberry Pi 5 connector with 2 leads
HiI, like a lot of others want to take my Raspberry Pi 5 out for walks on hot sunny days. But getting the right power supply is trying my patience. I've got a 12v Duracell battery and the usual...
View ArticleDeutsch • 2 IP Adressen auf einen Pi3 B+
Wie kann ich meinem Pi3b+ 2 IP Adressen zuweisenEs geht drum das ich 2 ADS-B USB Sticks an einem Raspberry laufen lassen möchte, jedoch braucht jeder USB Stick eine IP Adresse.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: kernel ompile error
I had a similar problem because I had a 32-bit kernel running in 64-bit mode. First check whether Raspberry Pi OS is 32-bit or 64-bit.Code: getconf LONG_BITIf the command outputs 32, then the OS is...
View ArticleTroubleshooting • Re: Xdotools search not finding any program
Ok, so what i'am trying to do is retrieve the id of the process and use it (the id) to get it's window's size and position. The problem that i'm having comes up when i try searching for the id using...
View ArticleGeneral discussion • Re: Raspberry Pi 5 connector with 2 leads
Why are we “scanning every IP address in the area”?Statistics: Posted by neilgl — Mon Aug 12, 2024 3:49 pm
View ArticleCamera board • Re: Access raw CSI image data
Hi, I think you should be able to use the raw stream that libcamera delivers. The CFE can be configured to do some limited processing in some circumstances, but we do not normally do that. Other than...
View ArticleThe MagPi • Re: Article Suggestion - In-depth description of Bookworn Sound...
3. This stuff isn't closed source. What's stopping any of you from documenting what you have learned and sharing that with the rest of us?The documenting process itself. First they have to accept you...
View ArticleGraphics, sound and multimedia • Re: Very basic question
If you are going to be writing C++ libcamera code, then learning about libraries is the easy bit. You don't really have much option but to use libcamera libraries for camera work of the type you are...
View ArticleTroubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
Yes. Bookworm is the current supported release of Debian (on all platforms, nothing specific about Pi5).Bullseye is legacy and receives security updates only.Thanks, got it. Will upgrade and...
View ArticleRaspberry Pi OS • Re: XRDP to RPI OS Bookworm 64-bit ACTIVE SESSION via VNC
These days we use rpi-connect with Bookworm.Statistics: Posted by neilgl — Tue Aug 13, 2024 3:28 pm
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
Checked it this morning and ssh & ping gone. Ran code above and immediately checked. Back on. Think it's something with the pi. I DO NOT lose interenet connection as every 10 minutes it goes out...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
OK, thanks. No, the unrelated activity did not result in better behavior.Statistics: Posted by Steve Ochs — Tue Aug 13, 2024 3:36 pm
View ArticleGeneral • Re: RP2350 and RP2354 availability to general public
Thanks. Is it possible to get a small amount (10-20) for prototypes before it is available in reels?Who do I contact?Statistics: Posted by chavim — Tue Aug 13, 2024 3:43 pm
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
Sorry, I have to get to this again. So far I couldnt achieve a working setup for me.I decided to do a bridge. Currently I am using the following settings:/etc/network/interfaces:Code: auto loiface lo...
View ArticleTroubleshooting • Re: Xdotool search not finding any program
Wayland is a joke.That explains so many "It should work - and it does - but not for me - because, well, foo bar!" type situations.Anyway, glad to hear you've come back from the dark side.Statistics:...
View ArticleHATs and other add-ons • Re: Strange activity on software RAID5
I copied the contents of /etc/mdadm/mdadm.conf over to the Pi5 before connecting the Penta SATA hat and drives so RaspiOS knew about the array from the start.That is not really necessary. mdadm...
View ArticleCompute Module • Re: CM4 VL805 interface issue
I did catch that R13 and R22 issue, i put a wire jumper to ground. Before that the VL805 wouldnt get the core power 1.05V.I attempted to bypass U8, it is just a usb power controller that resets the...
View ArticleGeneral • Re: New member
The Pico (and Pico2) only have 26 GPIOs, so you would have to do some multiplexing. Apart from that, it should be straightforward.If you were able to design your own PCB, the RP2040 (or RP2350A) chips...
View ArticleAutomation, sensing and robotics • Re: Press Microwave start button at custom...
A bit more of a thought, is it ok just to use a cron job to run the script which moves the servo and presses the button at predefined intervals? Or is there a better way?It's ok to do it that way. Or...
View Article