Camera board • Re: Rebuilding rpicam-apps Failed
The postprocessing json files do not get installed by default. You can download them from here: https://github.com/raspberrypi/rpicam-a ... ain/assetsOnce downloaded, you need to point to the absolute...
View ArticleBeginners • Connect phone wifi to rapi5, not hotspot
Hello,how can I connect my iPhone X iOS 16.7.7 to the Raspberry Pi 5 via Wi-Fi please.Hotspot works, but this is not for Internet, this is for sharing audio files via the VLC 3.5.7 (615), Sharing via...
View ArticleSDK • Re: Valid CPU speeds
Hello,I had the same sort of question recently in viewtopic.php?p=2193129&hilit=VGA#p2193129.Statistics: Posted by CHiPs44 — Wed Apr 03, 2024 7:59 am
View ArticleOff topic discussion • Re: A sort of potential "heads up"...
Two different issues.But hey 5 people die needlessly on UK roads (on average) every day and nobody cares about that either, doesn't even make the news it so common.Similar numbers on Taiwanese roads...
View ArticleGeneral discussion • Re: Help with my very first project
In countdowndisplay.updateShould bedisplay.update()?Im assuming it is that functions while that is broken?As a note, in that function you can take the if 0 check out of the loop and just display the...
View ArticleTroubleshooting • Re: spidev bufsiz not correctly set after booting
I did what you suggested, and it worked, thank you very much !!Statistics: Posted by ant1 — Thu Apr 04, 2024 7:53 am
View ArticleBare metal, Assembly language • Re: Raspberry Pi 5 Memory Map -- Accessing...
It's not something that I've looked at (but I know others have), and I can't see anything from a quick glance over the documentation, but I would start with looking at the Linux drivers - things like...
View ArticleGeneral • Re: A bad soldering or too much heat?
Hello Pidd, thanks for the answer, so I could assume that burnt flux it's conductive while unburnt flux isn't? That's really interesting.Btw the flux under the plastic spacer doesn't really look as...
View ArticleGeneral discussion • Re: Any experience with duty cycle in an industrial...
If you are using active cooling that will be a weak spot in the long term..I have Pi4's that have been running three years at full load using passive cooling, about half of that time they have been...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to low chip select pin 0.
RPi.GPIO has not been updated to support Pi 5, which is why you get the message "Cannot determine SOC peripheral base address". But you don't need any explicit GPIO control just delete all the GPIO...
View ArticleGeneral discussion • To implement BLE, must one use BT module as HC-05?
I'm working on a team project. We want to implement BLE connection between an Android device and an RPi4. Can we achieve this using the built-in Bluetooth, or do we need to use a Bluetooth...
View ArticleCamera board • Re: Which Controls Affect Raw Images
Not sure I can lay my hands on an "official" list, but it's only exposure time and analogue gain that can affect the raw image.Statistics: Posted by therealdavidp — Thu Apr 04, 2024 8:15 am
View ArticleGeneral discussion • How to make secure boot silent?
I configured secure boot on CM4. Everything is fine, but as my cmdline.txt is now inside signed boot.img partition, the "quiet loglevel=0" options I had set are processed only after checking boot.img...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
It is not fast_commit, it works fine with cqe. In fact, I have replicated all my settings on the vanilla image and it works with cqe. It is a mystery. What I did to the old image (the one not working...
View ArticleFrançais • Re: Conseil avant achat Raspberry Pi 4 - Quantité RAM pour lire...
Quoique ce soit un peu plus cher, un Pi5 ferait l'affaire (je choisis toujours le maximum de RAM possible) et va dans le Sens de l'Histoire. IIl est un peu léger en RAM à mon avis (ne suit pas la loi...
View ArticleTroubleshooting • Re: Cloned SD to NVME - Need to re-image NVME using same SD
You could edit /etc/fstab and cmdline.txt from PARTUUID to /dev/mmcblk0p1 as the bootfs and /dev/mmcblk0p2 as the rootfs.That will point the OS at the SD card, regardless of whatever else is...
View ArticleOpenGLES • Re: Hello Triangle - Compiles and runs, but no triangle
What are you trying to run this on, Hardware and OS ?PeterOStatistics: Posted by PeterO — Fri Apr 05, 2024 7:18 am
View ArticleGeneral discussion • Re: USB connection to serial device
What does lsusb show for the device?Statistics: Posted by rpdom — Fri Apr 05, 2024 7:20 am
View ArticleTroubleshooting • Re: Pi 3B+ screen image too large to fit on TV screen
Still no joy. Adding the command to the beginning of /boot/firmware/config.txt made no difference at all.Is that a typo? The file is cmdline.txt not config.txtStatistics: Posted by rpdom — Fri Apr 05,...
View ArticleAutomation, sensing and robotics • Re: Real Time Lane Departure Warning System
If you did the project you linked to, then you already did pretty much everything you need to now put to run in a Pi.And you also don't need any code from anyone here. It is all there in that link...
View Article