Advanced users • Re: Is my Raspberry Pi 4 Dead?
Hello everyone,I'm trying to boot my Raspberry Pi 4 but it does not work.The ACT LED does not blink. I read online and it was said that the if it's not blinking it's not booting up. It may be due to...
View ArticleRaspberry Pi OS • Whack-a-config - tweaking for x11, wayfire, AND labwc
I've been doing some research on what config files are affected/required when you make various GUI tweaks - like adding the cpu-temp widget, or adding a launcher, activating a menu entry, or setting...
View ArticleRaspberry Pi OS • Re: Whack-a-config - tweaking for x11, wayfire, AND labwc
So, I plan to collect ALL such config files, with the appropriate tweaked settings for each of the three gui systems, into skeletal versions of /home/pi/ or /etc - dotted with files in various...
View ArticleCamera board • Getting started with RTSP Stream on bookworm
I have an RPi Zero 2 W with Raspberry Pi OS Lite (Bookworm) installed and an RPi Camera v2.1 connected. I'm simply trying to get it configured to stream RTSP.I tried the instructions offered here:...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Just curious.. I'm able to load VNC Server on RPI 5, but it won't start under Wayland. Did you get yours to somehow start the Server function under Wayland? I switched to X11 and it came right up....
View ArticleGeneral • Re: Hazard3
I see Hazard3 supports some single instruction atomic read-modify-write operations, such as AMOSWAP.W and AMOADD.W. I think Cortex-M33 lacks the corresponding ARM instructions (which were added in ARM...
View ArticleTroubleshooting • Re: Raspberry Pi 5 and USB Camera
Is it slow because there is a lot of CV2 processing in each frame?Statistics: Posted by neilgl — Sat Aug 10, 2024 8:56 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I imagine it can be frustrating to release a great product then read a lot of waffle on a forum, so just wanted to say:Read the datasheet yesterday, admired all the useful new stuff!Received my...
View ArticleSDK • Re: SDK 2.0.0
RISC-V Embedded has LLVM compiler but there is no such file error when:Code: set(PICO_COMPILER pico_riscv_clang)What I do wrong?Statistics: Posted by MatSOBDev2 — Sat Aug 10, 2024 9:04 pm
View ArticleTroubleshooting • Re: Wifi not working in headless installation (Pi 0W)
Yes, I did.https://imgur.com/a/9ywOoF5 here I pressed SI (which is YES), after clicking the first button which prompted me to insert Wifi details.https://imgur.com/a/AzkrT11 OS Customisation.I also...
View ArticleNetworking and servers • Re: Smokeping css not working
I installed Smokeping from the Rasbian repository using apt. All of the installation issues are supposed to be taken care of by atp. I have looked over all the files to be served by apache2, the...
View ArticleTroubleshooting • Diagnostics for the Pi 3a+?
I'm having an issue and I need to determine if my Raspberry Pi 3a+ is working correctly.I have a PiStorm installed in an Amiga 500. The Amiga is working fine, except that IRQs are not being processed....
View ArticleTroubleshooting • Re: Diagnostics for the Pi 3a+?
Code: raspinfomousepad or nano raspinfo.txt for the output as it's more then the console can hold.Statistics: Posted by kerry_s — Sat Aug 10, 2024 9:41 pm
View ArticleGeneral • Re: Ethernet MAC support with RP2350 ?
yes you're right. Thanks for the summary.What max. data rates rx/tx can be achieved with the proposed solution and is there an example available?I'm planning to make my code open source, but at the...
View ArticleOfficial Display • Re: Display 3.5"" XPT2046 - Raspeberry pi zero 2w
I am assuming you are using Raspberry Pi OS - Bookworm.The LCD35-show script uses the wrong file "/boot/config.txt" rather than "/boot/firmware/config.txt". It also adds things that no longer work in...
View ArticleGraphics programming • Re: LVGL v9 input handling
No, don't mind a bit. I'm trying out various things to try and get what I want.I have used GTK+, as some of my posts in the C++ section will show. I have an issue with the way that displaying a column...
View ArticleCamera board • Re: Getting started with RTSP Stream on bookworm
Hi,-bash: cvlc: command not foundMeans that cvlc is simply not isntalled. AFAIK cvlc is packed with vlc, so you may just typeCode: sudo apt updatesudo apt install vlcAnd it should do the...
View ArticleMicroPython • Re: Pico 2 Micropython problem
Did you download the UF2 for the PICO 2? https://micropython.org/download/RPI_PICO2/If you are running from Thonny, I'd recommend trying MPREMOTE. This is the official uPython interface...
View ArticleRaspberry Pi OS • Interesting data: Pi02W vs Pi5 boot times
I have a Pi5 running on an SSD and a Pi 02W running on an SD card. I recently added a service that runs at startup and shutdown to send a notification to my phone using pushover.The boot time...
View ArticleBeginners • Re: PI OS imaging
What model RPi?How did you put the image on the flash drive?Why can you not do a network install?Statistics: Posted by drgeoff — Sun Aug 11, 2024 9:18 pm
View Article