General • 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 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 ArticleHATs and other add-ons • Re: Does Pi 5 Official Active Cooler affect the WiFi?
I haven't noticed any issues. The antenna is clear.Statistics: Posted by rabialbe — Sun Aug 11, 2024 8:22 pm
View ArticleCompute Module • LAN7500 force gigabit connection
After long break I continuing this topic: viewtopic.php?p=2181765&hilit=LAN7500#p2181765I have a LAN7500 evaluation board connected to a Raspberry Pi 4 Compute Module (official IO board). To check...
View ArticleUser groups and events • Re: Bootcamp Humanoid Robot
Absolutely, you’ve summarized it perfectly! Using two of the four charge cells is indeed possible if the game rules or specific setup allow it. It’s always a good idea to consult the game’s official...
View ArticleBeginners • PI OS imaging
I imaged the PI OS 64-bit onto a flash drive, not directly onto the micro SD card. After reading some resources and watching videos, apparently the OS is supposed to boot right away? Because it...
View ArticleTroubleshooting • Re: Error trying to launch Steam on Raspberry Pi...
Try here https://steamcommunity.com/discussions/?snr=1_44_44__23Statistics: Posted by memjr — Sun Aug 11, 2024 8:45 pm
View ArticleGeneral discussion • 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 ArticleGeneral discussion • 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 ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Am i missing something or is RPIOS still the only official desktop release for RPI5? I mean are there any alternatives that are not in beta status? Even Manjaro was removed from the Imager.Statistics:...
View ArticleTroubleshooting • Pi Zero 2 W - Need Help Troubleshooting USB Gadget...
Hello, I have a Pi Zero 2 W running current Rasberry PI OS. I have followed the guide at viewtopic.php?t=309324#p1850178 (the attached PDF) to set up my Zero as a USB Mass Storage device. I am trying...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
You are way out of your technical depth on this project.RGB signals do require clamps.Processing such as upscaling vertically requires sampling rate locked to a multiple of video line rate.Statistics:...
View ArticleBeginners • How to configure wayvnc in fail2ban?
Hi All,can anyone provide their fail2ban jail config where you have wayvnc configured?Thanks in advance.Statistics: Posted by 4k3or3et — Sun Aug 11, 2024 9:45 pm
View ArticleTroubleshooting • Re: RPi.GPIO Failed to add edge detection on Pi3 New OS
On a Pi3 running Bookworm 64-bit with Desktop 6.6.31+rpt-rpi-v8, no runtime error occurs for me using RPi.GPIO, using GPIO 21 and Code: GPIO.setup(BtnPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)That code...
View ArticleRaspberry Pi OS • Re: Display 3.5"" XPT2046 - Raspeberry pi zero 2w
Hello! This my config is SPI Enable. Code: dtparam=spi=onYes, The above line enables SPI.Statistics: Posted by AndyD — Mon Aug 12, 2024 8:57 pm
View Article