General discussion • Re: Should I buy the rpi 5, mini pc, or a cheap Chromebook?
OP has logged in again, but not contributed to the discussion. Maybe it's not a genuine enquiry?sorry no laptop. my parents do not let me have my laptop all the timeStatistics: Posted by Pikalev15 —...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
Sounds like the fan and and Pi are working fine.Have you tried this headless (no monitor connected) with no devices connected?Something might be backpowering your Pi.Sorry, my replies refer to the...
View ArticleHATs and other add-ons • Re: Pi4 won´t boot with Shield
I can boot the Pi normally if the shield isn't on it. Once it's booted, I can put the shield on and everything works normally. And then I can reboot it and it boots properly.To the best of my...
View ArticleTroubleshooting • Re: Pi zero W from 2020 not booting with bookworm in 2024
I use Raspberry Pi Imager 1.8.5 to flash bookworm 32-bit lite, and I got kernel panic on Raspberry Pi Zero W v1.1Statistics: Posted by ekawahyu — Thu Oct 17, 2024 5:35 am
View ArticleGraphics programming • Re: rPi5 vs CM4 hardware difference affect display
there should be two new official DSI screens in the future which were based on the same driver. Hence it was changed a few times in the past.https://github.com/raspberrypi/linux/bl ... ili9881c.cMake...
View ArticleNetworking and servers • Re: Can I create two separate networks using a...
It's a fairly standard thing that you're looking to do, in general. It only really starts to get tricky if you need to have multiple upstream routers, or do something complicated in terms of routing...
View ArticleRaspberry Pi OS • Re: NFS server change, client hangs
It looks like NFSV2 support was removed some time ago.https://www.spinics.net/lists/linux-nfs/msg87549.htmlThis the info we need, I was also my guess as I remember to have seem something about it when...
View ArticleGraphics, sound and multimedia • Re: Has anyone found a way to use an...
I do not understand how a forum full of supposed knowledgeable users of raspbian cannot figure out how to simply use a piece of software on the device.I can install HDHomeRun on a windows machine and...
View ArticleOther projects • Re: Raspberry PI 5 power supply design
So what current would you allow for, bearing in mind this will most probably be used at ambient temperatures?"Ambient temperature" means nothing. It heavily depends on your enclosure and the...
View ArticleGeneral discussion • Re: Are there any Raspberry Pi type devices WITHOUT...
Topic says it all. Are there any raspberry pi devices or type devices (thinking of other brands) that do not have any video output or even any way of outputting video, if that makes sense. I know it...
View ArticleTroubleshooting • Rotating the ADS7846 Touch Screen
After I updated my 3B from jessie to bookworm, my ADS7846 resistive touchscreen refuses to rotate. I had carefully documented the jessie configuration but that didn't work on bookworm. I tried all the...
View ArticleTroubleshooting • Re: Has anyone really solved the old wifi dropping problem?
Sorry if this answer is quite late..I have had this problem with every RPI0, my router is an Archer A7 running OpenWRT (nothing too modern or proprietary). I eventually bought cheap Ethernet USB...
View ArticleTroubleshooting • Re: Rotating the ADS7846 Touch Screen
How did you enable the screen? Was under the impression it can be rotated from the overlay https://github.com/raspberrypi/linux/bl ... verlay.dts; touch coordinate transformation matrix should work...
View ArticleMicroPython • Re: IR sensor obstacle avoidance robot.
Some remarks on your code in initial post- line 3: IndentationError: unexpected indent there is a blank before the code- line 38: AttributeError: 'PWM' object has no attribute 'value' there is a happy...
View ArticleCamera board • Re: "Or Better"?
I'm recording 1500 x 1500 @ 15fps on the pi5.After recording, the bottleneck is the FFMPEG process of placing the 2 videos in a SBS format. It's about 1 frame per second.Pardon? You're postprocessing...
View ArticleTroubleshooting • Re: crazy issues with NFS and 2 pi's
Hi,I've fallen into NFS hell again. I recently added a pi5 with 4xSATA hat to my homelab and moved the 2 SSDs I had previously connected to other linux servers via USB enclosures to this new one. It...
View ArticleGraphics, sound and multimedia • Re: Using Raspberry Pi as a USB audio output...
I'm not certain the iPad if it'd work or not. But the Pi is easy enough to put into gadget mode. I've a script in github that configures the Pi with two audio interfaces and MIDI. That's not exactly...
View ArticleSDK • Re: RP2040 GDB VS Code Help
Try to edit launch.json, look for load.Statistics: Posted by gmx — Sat Oct 19, 2024 3:52 am
View ArticleRaspberry Pi OS • Re: How to get newest version of ffmpeg?
Alternatively some way to save the stream additionally to a ts type file while the download is being done and then when all is successfully concluded fix the mp4 file and delete the ts file.If an...
View ArticleTroubleshooting • Re: Pi randomly doesn't boot anymore. I don't understand...
Get a new SD card. Image the current version of RPiOS onto it. Try booting with it. If that works, you probably have a corrupted SD card.Statistics: Posted by W. H. Heydt — Sat Oct 19, 2024 4:33 am
View Article