General 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 ArticleTroubleshooting • Bluetooth LE only loading HID device when paired in GUI
Hello all. I'm running a Pi5 with the newest Bookworm OS and am running into an issue.I'm creating a Bluetooth gamepad with an Arduino Nano ESP32. It's working just fine in MacOS. The issue is when i...
View ArticleTroubleshooting • Edit
Here's an edit:if i hold SHIFT while booting it puts me into the install an OS screen, then i press ESC to quit then SHIFT again to boot try USB boot that tries, but times out, so it tries to boot...
View ArticleBeginners • A little help before I make a purchase
I’m looking to setup picoreplayer on a Raspberry Pi 5 and have it run as a music server. I’m informed it is a bit of an overkill but hey I want to be somewhat future proofed. I’m looking at the 8gb...
View ArticleTroubleshooting • Re: Pi 4B not booting from USB
you know a rpi is arm64/aarch64 devicelinux mint does not make a rpi compatible osStatistics: Posted by kerry_s — Sun Aug 11, 2024 10:33 pm
View ArticleBeginners • Re: A little help before I make a purchase
Vast overkill. I run pCoreplayer and LMS on a 2B and a 240Gbyte SSD. Approaching 200 CDs ripped to lossless flac. Still plenty of space.Statistics: Posted by drgeoff — Sun Aug 11, 2024 10:46 pm
View ArticleGeneral discussion • Re: All chromium extensions stopped working.
@kerry_s thank you for the reply! This leads me to my next question. Why would it matter if the OS and Browser is out of date in respect to extensions?"maybe try snap or flatpak chromium, but you'll...
View ArticleGeneral • Re: ssd1306_i2c example doesn't display anything unless I hit reset
Interesting; that would make sense. It's got an APX803 reset circuit which advertises "at least 140ms", and has a graph that shows across various temperatures it should always complete in 200ms. So I...
View ArticleSDK • Re: RP2040 inter thread synchronisation
The SDK way: Code: void irq_set_priority (uint num, uint8_t hardware_priority)which is simply a wrapper around writing to the NVIC registers nvic_hw->ipr[]num is the interrupt number - the same...
View ArticleC/C++ • Re: Pigpio GPIO mapping for pi 4B
well. I just missed 4B because it was not cited in the beginning of the section. My bad.Problem solved. ThanksStatistics: Posted by homedatadev — Mon Aug 12, 2024 10:23 pm
View ArticleRaspberry Pi OS • Re: Ookla speedtest DNS issue
Having the same issue. Any solution?Statistics: Posted by bomberb17 — Mon Aug 12, 2024 10:28 pm
View ArticleGaming • Re: Old School Runescape & Minecraft
Anything involving building source code with javascript, I would be completely lost, because I wouldn't know where to start:Building with IntelliJ IDEA - runelite/runelite Wiki -...
View ArticleGeneral discussion • Re: Raspberry Pi closes all apps and logs out.
@ B.Goode see viewtopic.php?t=375034Described differently but almost certainly the same issue. A waste of time continuing with this thread.Statistics: Posted by wildfire — Mon Aug 12, 2024 10:36 pm
View ArticleCamera board • Re: Pi camera on bookworm and bullseye
Full support for ALL Raspberry Pi Cameras and several others is available for Bullseye and Bookworm through the open source libcamera/picamera2 and standard Linux kernel drivers.That sounds good but I...
View ArticleOther RP2040 boards • Pico Debug Probe clone does not boot after reset
Hi all!I've seen topics on the forum like this and the solution was to add lines to the build file.However, I have made a clone of the Debug Probe, so I just upload the uf2-file from GitHub.And sure,...
View ArticleTroubleshooting • Re: Please say I did something wrong
So, my command came from Radxa's website on the installation instructions for the SATA hat!https://docs.radxa.com/en/accessories/p ... a-for-rpi5No warnings that I can see about "this will overwrite...
View Article