Beginners • Rasp Pi Imager can't download image
I'm trying to install a new Pi image on my SD card. I set up the Pi Imager with the options I wanted, clicked OK then nothing. I thought Maybe it's just slow so I left it and went and did other...
View ArticleAI 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 ArticleBeginners • Re: Raspberry Pi 5 - Unable to boot from NVME
for the pi4 and pi5(when not using flashrom mode), the new eeprom image is put onto the fat32 partition, and the whole system is rebooted (clearing the cache)flashrom reports sucess.flashrom mode lets...
View ArticleRaspberry Pi OS • Re: Request for Kernel Headers for Raspberry Pi OS Kernel...
Thanks for your reply;its bullseye 11 , i upgraded it to latest one.Statistics: Posted by prafulchavan — Mon Nov 04, 2024 5:01 am
View ArticleTroubleshooting • Re: Boot to USB3 with SATA adapter PA023U3
@ejolson: Sorry, I meant using the program @RonR made that uses the SD card to boot to USB3. I’ve downloaded it and it worked. @RonR: your program worked to hybrid-boot on the USB3 port. However, my...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Booworm
This works OK for me on a Pi3+ running latest Bookworm 64-bit with all updatesArduino UNO connected to USB port running a sketch that sends incrementing text (0.00, 0.10, ) over USB...
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 ArticleGeneral discussion • Raspberrypi Logs out
My rpi is connected headless. Recently I noticed when connecting with vnc I see login screen. I change the setting autologin in raspi-config already. Still the same. Any help is appreciatedStatistics:...
View ArticleBeginners • pin planner spreadsheet for rp2350
Hi,I looked around for one, but couldn't really find one, so I created my own pin planner for my Raspberry Pi pico 2 project.I have the one I'm using for my 3 sonar project...
View ArticleTroubleshooting • Re: DHT 11, not working how I need it to work
I have this DHT22 code that works, I started with DHT11, so if my memory is right you only need to change DHT22 to DHT11. It's based on micropython which has the dht...
View Article