AI Camera - IMX500 • Re: run yolo on raspberry pi ai camera
Thank you - this is very helpful. As I mentioned in my prior response, I want to use a probe type device and use yolov8 to detect objects and beep if found. Will start with std model but in parallel...
View ArticleGeneral discussion • Re: PIR false positive when sending mail
The code where you read the PIR and make the decision to send the email is not there. Sending emails take a fairly long time. Check if you have a flag (variable) with the state of the PIR that stays...
View ArticleNetworking and servers • Re: Is WayVNC fixed?
I am having more success now (possibly after some recent RPiOS updates) with WayVNC in use with TigerVNC Viewer. I have set up two RPi5s interconnected only with an Ethernet cable. The cable is...
View ArticleTroubleshooting • Re: RPi5 boot issue - 'Fatal firmware error'
Hi nadirpi23, Unfortunately I do not have a solution but I too, am facing with a RPi5 Fatal firmware error. From my end, this occurred since I've change the bootloader directly from the imager.Below...
View ArticleAndroid • Re: Android 15 for Raspberry Pi 5 by emteria
You say SD card?Can Android 15 or 14 be installed right to an NVME drive?With the HAT+ M.2 out it would a great fit.Thanks,Sorry, wasn't the last line in emteria's post?Have questions, ideas, or just...
View ArticleDeutsch • Grafische Oberfläche auf default zurücksetzen?
Moin zusammen,ich habe die Tage meinen Pi4B Updated/Upgraded.Danach sah die Oberfläche kaputt aus. Dann hab ich mit Hilfe von Google versucht das zu reparieren, hat aber nichts geklappt (z.B. auch...
View ArticleGeneral • Re: Specify buffer allocation in specific memory banks
RP2040 has special address range for defining blocked vs stripped addressing. When using blocked addressing you can use standard C sections. The multicore API allows moving the core 1 stack. You can...
View ArticleRaspberry Pi OS • Re: Firefox labwc issue
Out of curiosity: Have you tried resetting your locale after changing to labwc?I found that, after changing to labwc, I had to reset my locale settings to en_AU as the system had defaulted back to...
View ArticleDeutsch • *SOLVED* Re: Grafische Oberfläche auf default zurücksetzen?
Das Hauptproblem hat sich erledigt.Google und ChatGPT konnte mir (damals) nicht helfen. Co-Pilot konnte mir nach dem dritten Anlauf helfen:Entfernen Sie alle aktuellen Desktop-Umgebungen:Code: sudo...
View ArticleRaspberry Pi OS • Re: Wrong kernel version in uname
If a normal Debian dist-upgrade is done, so changing bullseye to bookworm in sources.list(.d), you manually need to add/install the new bookworm firmware and kernel. It are new package names and the...
View ArticleAndroid • Re: LineageOS 21 (Android 14) for Raspberry Pi 5 - Can't boot in TWRP
Hi,thanks for your reply.No, it doesn't work.By looking closely at pi5 led and to fan noise, I think it goes into a reboot loop.What it happens is that when i power it on led is red, then it becomes...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
and now a new touch screenSame screen dimension but higher resolution and thinner - at same price as old screenhttps://www.raspberrypi.com/news/raspbe ... now-at-60/Statistics: Posted by Paul Webster...
View ArticleBeginners • Re: PINN and multiboot
Hello, yes indeed but I used a USB stick instead of SD Card. Thats's indeed that what happened because I followed a yotube tuto aboutt how to install PINN muliboot. But I fixed it, thank...
View ArticleMicroPython • Re: MemoryError: memory allocation failed, allocating 8192 bytes
[*]attach an SD card to the Pico, and write the binary data there. Maybe fiddly, though[/list]That might be a good idea, I hadn't thought of that myself. read/write speed is not important.but first...
View ArticleRaspberry Pi OS • Re: Debian GNOME Ubuntu NO SNAP
Hello Palpatine,I don’t have experience with VNC, but this might help solve the issue:Run the command sudo raspi-config , then go to Display Options > VNC Resolution and choose a resolution like...
View ArticleFrançais • Re: Échec connexion VNC suite adoption wayland
Bonjour,La documentation officielle pourrait peut-être aider? https://www.raspberrypi.com/documentati ... s.html#vncStatistics: Posted by PhL91 — Mon Nov 04, 2024 8:50 am
View ArticleTroubleshooting • Re: Cronjob does not run launcher.sh
Goodday SurferTimThank you for reviewing my code.The sound issue is solved bij deleting "sudo" in the laucher.sh.On This Raspberry the crontab would not save my @reboot. So I took another Raspberry...
View ArticleCompute Module • Re: Camera unable to capture image on compute module 4 with...
Where is the PCIe interface involved in this?I have used Compute Module 4 and attached PCI externally in which I have connected USB Camera. Is there any known problem with PCI interface?Statistics:...
View ArticleGeneral discussion • How to disable DSI and enable CSI in RPI5.
Hi everyone,I want to disable DSI and enable CSI on the Raspberry Pi 5. Can anyone give me a brief explanation of how to perform this?Statistics: Posted by theseeker — Tue Nov 05, 2024 8:02 am
View ArticleGeneral discussion • Re: How to disable DSI and enable CSI in RPI5.
Hi everyone,I want to disable DSI and enable CSI on the Raspberry Pi 5. Can anyone give me a brief explanation of how to perform this?This may be the Documentation you need?Under this heading -...
View Article