Camera 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 ArticleTroubleshooting • Re: Still in screen blanker hell
Not sure it's the same thing. No private window involved and the symptoms are different. In my case, audio continues to play, but power to the monitor is shut down.Statistics: Posted by RealNameTBA —...
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 ArticleCamera board • Re: Can I get the video from the pi camera live from the...
you are awesome bro, thank you very muchStatistics: Posted by mahmutsama — Thu May 09, 2024 2:46 am
View ArticleTroubleshooting • Re: Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
Code: journalctl -a | grep "error\|fail"Statistics: Posted by kerry_s — Thu May 09, 2024 3:24 am
View ArticleGraphics, sound and multimedia • Re: DualMonitors for 32.9 ratio / 7680x2160...
..Yes a video I'm producing myself for an art installation.can you place a min 10s snippet somewhere so others are able to test?Statistics: Posted by aBUGSworstnightmare — Thu May 09, 2024 4:26 am
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
I waded through the rewrite of the example using the GPIO_V2 ABI -- and I really, really like it. It is a bit convoluted the first time you put all the pieces together with separate attributes, but it...
View ArticleGeneral discussion • Re: Current measurement of pi5 using multimeter
Some of the internal rail currents and voltages can be provided byCode: vcgencmd pmic_read_adcYou could add up all the powers (voltage X current) and then work out the EXT5V_V equivalent current, it...
View ArticleSDK • Re: Bulding a project for the Pico W
Your program doesn't seem like it should compile. tight_loop_contents is undefined.Statistics: Posted by jags84 — Fri May 10, 2024 2:34 am
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Setting swap to 2000 fixed my stuck.Since the Pi 2 Zero has 4 cores but only 512MB RAM, it has less RAM per core than even the first Pi B computers that were ever shipped.As a result it's essential...
View ArticleOther projects • Re: Custom Key pad
Obviously, in my code we should have this:Code: dataPIN = 0Because the data pin (pin 2 on JP1, the IDC header) is connected to Pico pin 1, which is GP0.Incidentally Wokwi will simulate the '165 shift...
View ArticleGeneral discussion • Re: likely failure points in rpi 3B
Hello there!Long time user of rpi's --- I've got a 3b, multiple 4s, and now a 5 purchased just recently. They just work, haven't had any particular problems. Used them as light desktop replacements,...
View ArticleNetworking and servers • Re: Honey Pot on Raspberry Pi
I would like to put a honey pot on my raspberry pi. Specifically, I would like it to generate a world map showing countries where people are logging in. Other stats like times that people are logging...
View ArticleGeneral discussion • Re: Pico W Web Server HTML With Js and Css Micropython
Works perfectly now, thanks a lot!Statistics: Posted by TheStick — Fri May 10, 2024 3:51 am
View Article