Troubleshooting • Re: Pi 5 wont boot.. 3 long & 1 short flashes
iShot_2024-05-07_22.57.33.pngIs this the same presentation on both the Raspberry Pi 4B and the Raspberry Pi 5?Is there any way to rescue this problematic Raspberry Pi 5?So is it 3+2 or 3+1 flash?As...
View ArticleRaspberry Pi Connect • Re: Self-hosted TURN relay server?
@ geerlingguy I had just seen your video on this.I would think that RPI foundation would get enough Data center operators to donate bandwidth for a node.I know the folks that run...
View ArticleGeneral • Re: Battery-Powered Pico W and USB Type-C Connection Issue
Best I can tell from a USB type-C controller datasheet TI's TPS25814, VBUS control and CC pins sensiing is done entirely on the controller chip. TPS25814 has I2C config but only for charging power...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
I have been playing Warzone2100 with Vulkan for months with Mesa 23.Mesa 24+ has big changes that will mean big improvement particularly for Warzone2100.VKDoom might be better than GZDoom, if it works...
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
Left me scratching my head as well. When you get old enough that your vision starts to go -- you just chuckle at those responses. I was surprised when diving into the example - which usually ends up...
View ArticleC/C++ • Re: WiringPi replacement?
And yes, I'd seen the GPIO Character Device Userspace API kernel docs -- which is why I made the comment that you essentially have to read linux/gpio.h -- the web page is essentially the exact same...
View ArticleC/C++ • Re: What is the best C/C++ program
here is the list geamy programmer editormuthornywolframStatistics: Posted by ericAuckland — Wed May 08, 2024 2:27 am
View ArticlePython • Re: Debouncing digital inputs, best practices ?
Another option is the gpiod package which, unlike the other options, does the debouncing in the kernel, which is more efficient, rather than userspace.This example enables debounce, and this example...
View ArticleWanted • Re: Surveillance Vehicle
I need a raspberry pi that can be operated remotely through a fixed ip hotspot in a surveillance vehicle to turn on a dehumidifier and other things such as operating the controls of operating a...
View ArticleEspañol • Re: linea de comandos no funcionan en el autostart
Statistics: Posted by villajul — Wed May 08, 2024 11:51 pm
View ArticleTroubleshooting • Re: Still in screen blanker hell
Its an ongoing bug in Firefox, started (again) at v121 and is still a problem on some systems at v125.https://bugzilla.mozilla.org/show_bug.cgi?id=1862159Statistics: Posted by pidd — Thu May 09, 2024...
View ArticleCamera board • Re: Which GPIO# is used for CAM_GPIO on MIPI port?
Dear 6by9-sanThank you for your detailed explanation.How are you operating via MMAL? Other than the legacy camera stack (limited to ov5647, imx219, and imx477) there are no routes to enable CAM_GPIO....
View ArticleCamera board • Re: Can Raspberry Pi 5 be used at reduced frequency?
If your time lapse delay is long enough, consider the RTC and a timer for wake up.I have used an rtc scheduled wake-up device, but compared to cm4 and zero 2W, Raspberry Pi 5 consumes power much...
View ArticleGeneral discussion • Pico W Web Server HTML With Js and Css Micropython
So I'm trying to host a web server on my raspberry pi pico, I have a .py script (using micropython btw) on it along with all of the files for the webpage, it loads up index.html but wont load either...
View ArticleBeginners • Re: What books should Raspberry PI kernel driver development...
Thank you for sharing. I've read this document many times, but I feel like it's not very helpful for learning Linux driver development.yeah, its better for covering the rpi specific changes to the...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Note about GApps on the Pi 5 Android TV release.GApps are not part of release but since I'm sure this going to get asked. Unlike my LineageOS 20 releases on Raspberry Pi 4, Pi 5 releases need to...
View ArticleAdvanced users • Re: Image File Utilities
I downloaded your zip from the first page and have not been successful getting a complete image. I'm trying to have the backup saved to my external ntfs hardrive. I tried inplace option and increasing...
View ArticleCamera board • Re: High frame rates with the GS camera via Python/libcamera
Also, one aside - it looks like the cropping width and height now have to be even numbers. @HermannSW - if you get a spare moment sometime, it would be nice to update your great GScrop utility to...
View ArticleTroubleshooting • Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
I have a Raspberry Pi 4B, 8GB , in an Flirc case (https://www.amazon.com/gp/product/B07WG ... =UTF8&th=1) and a Pishop.us power supply (https://www.pishop.us/product/usb-c-pow ... ul-listed/) .I...
View ArticleNetworking and servers • Using a Pi to act as bridge between 2 separate networks
Need some help regarding networking using a Pi. I got two group of computers. Primary group are computers connected via a wifi router and able to access internet.Secondary group are old computers only...
View Article