General discussion • RPi zero 2W using Yocto
Hello everyone,I am currently working on creating a Yocto image for the Raspberry Pi Zero 2W. Since there is no specific configuration file for the RPi Zero 2W, I am using the raspberrypi0-wifi.conf...
View ArticleTroubleshooting • Re: RPI5 not booting
what kind of PSU is that?what happens if you push the on button?Statistics: Posted by aBUGSworstnightmare — Tue Jul 16, 2024 9:46 am
View ArticleHATs and other add-ons • Re: M.2 Hat+ pcb versions
please post some pictures of what you're referring too.AFAIK there is only PCB production and flammability class data on the back.on mine:1124 --which is most likely week 11 202414.3 ->...
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
Can you show the content of boot.sig?Statistics: Posted by serhiimi — Tue Jul 16, 2024 10:06 am
View ArticleAutomation, sensing and robotics • Re: Conection options with 5V relay
Ame,Thanks for including a schematic. Didn't see anything in the OP and assumed links were illustrative examples onlyHave I hacked you off in any way? I'm sensing things here and before.Statistics:...
View ArticleBeginners • Re: Can PRi OS run on RPI 5 (non optimal) with 8GB SD card?
The standard desktop version (without "recommended" software) would fit, but you could run out of space fairly quickly.You'd need to install libreoffice-writer and any other components you require,...
View ArticleRaspberry Pi OS • Re: Web browser lighter than Firefox + Noscript?
Min looks interesting.Protect your privacyMin stops ads and trackers, so you can browse faster without being tracked. And when you’re using a slow or expensive internet connection, it lets you block...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect - Paste to Remote
Are any errors being logged to the JavaScript console in your browser? Can you also check whether "dom.events.asyncClipboard.readText" is set to "true" in about:config?Statistics: Posted by paulmu —...
View ArticleMicroPython • Re: Attribute error in a code that worked perfectly in the...
No error is getting displayed, but the file only gets saved in the raspberry pi pico itself and not in the SD Card. And the file also keeps overwriting on itselfIt will. It will keep returning the...
View ArticleTroubleshooting • Re: [RPi4] Surround sound channel mapping / jacks wrong
The FAQ mentioned an option:Code: ["api.alsa.use-chmap"] = truedoes that help?Statistics: Posted by dom — Wed Jul 17, 2024 10:14 am
View ArticleBeginners • Re: What is "/home/pi/.local"
What file is causing the problem?Statistics: Posted by jamesh — Wed Jul 17, 2024 10:18 am
View ArticlePython • Re: Connecting RPI to RPI via SPI using Python
AFAIAA, the userspace spidev interface is master only - SPI devices have a limited userspace API, supporting basic half-duplex read() and write() access to SPI slave devices..And I don't see anything...
View ArticleMicroPython • Re: Pi Pico W waveform generation
No one else answered so I'm going to say "yes", "yes" and "yes".Statistics: Posted by hippy — Wed Jul 17, 2024 10:29 am
View ArticleRaspberry Pi Connect • Re: rpi-connect-lite no sdcard
There's no intentional requirement on an SD card, is there anything useful in your logs?Statistics: Posted by paulmu — Wed Jul 17, 2024 10:39 am
View ArticleCamera board • Re: Setting Camera Parameters Directly in AdjustConfig Method
If it's any help, I am working on some minor changes to rpicam-apps where you can specify the low resolution width/height/format directly from the postprocessing json file. I'll post a PR soon for...
View ArticleTroubleshooting • Re: GUI mode not working any more on Bookworm. How to reset?
(Sorry, but that suggestion about making a new installation was not helpful at all - if you had only read my entire post.)But I found the culprit eventually after finding this discussion that...
View ArticleBeginners • USB Drive Shows up Multiple Times
I have a Western Digital Elements portable hard drive plugged into my Raspberry Pi 4. The Pi is powered using the official adapter, so I have never had any issues with enough power going to the drive....
View ArticleTroubleshooting • Re: Raspberry kills USB boot storages!!
Yes, it is a misswriting, sure it was "'disk removed without ejecting". But I didn't remove the usb flash drive!!! But for some reason Raspberry gave just such a message. Moreover, on a PC these flash...
View ArticleMicroPython • Re: SPI just Plain not working
when I did the "spi = SPI(0, baudrate=400000); while True: pass" and it didn't workThis code fragment will not start a SPI transmission. It just initializes spi and then waits forever. Have a look to...
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
The logs indicate that you don't have a public key in the EEPROM and/or flash digest.However, before you enable secure-boot you need to be clear about the threat model, how you plan to update the OS...
View Article