Beginners • Re: VNC Resolution not proper Raspberry Pi 5
Today I made a new image of Bookworm 64 bit DesktopPowered on the rpi 4B and connected via SSH and installed VNC using raspi-configRebooted the rpi and selected my desired output of 1920x 1080Rebooted...
View ArticleCamera board • Re: Is it possible to record videos with lite os ? (Command...
Is that your 5mp camera on a Pi 3a running Raspberry Pi OS Bookworm Lite 32-bit?Statistics: Posted by neilgl — Mon Apr 15, 2024 12:01 pm
View ArticleTroubleshooting • Re: RPi 3 B v1.2 ( 2015 ) with more modern OS ?
When I tried changing RPi resolution on 'stretch', using the GUI preferences app, I'm sure I saw 1440x900 in there somewhere.<Snip>And if you switch to it, does it work?No, it doesn't. Just...
View ArticleOff topic discussion • Re: Dream hardware
But CAS latency doesn't tell you everything, the CAS numbers might be higher, but overall actual latency may be less.Statistics: Posted by bensimmo — Tue Apr 16, 2024 11:35 am
View ArticleDeutsch • Re: Ist es möglich und sinnvoll das Kabel des Active Cooler zu...
Mist, ich war zu ungeduldig und habe jetzt die ganze Platte runter genommen. Deine Idee einfach nur den Ventilator von der Kühlplatte zu schrauben hatte ich nicht mehr gesehen. Das wäre deutlich...
View ArticleTroubleshooting • Re: 4B micro HDMI disconnecting due to vehicle vibrations
Have you tried securing it with a rubber band?And if that doesn't work you could consider creating some sort of G clamp -Code: _ ____ | |___| | ||---| | | | .||. _ _---|...
View ArticleBeginners • Re: Resetting and interacting with CYW43455 on Raspberry 5
Hi Forum,I figured it out.On RPI5 it is much simpler than previous models.Just toggle GPIO29 (gpiobank 0) = BT_ON, from high to low, wait 10ms and then back to high.Bingo, then reset works and the...
View ArticleGeneral discussion • Re: MTP in raspberry pi
I connected my raspberry pi 4 and laptop(Linux) and I transfer the data through USB cable I can modify the data in raspberry but after modification immediately it's not reflecting in raspberry pi 4...
View ArticleTroubleshooting • Re: My app doesn't work correctly after run on Pi 4 instead...
We doStatistics: Posted by neilgl — Tue Apr 16, 2024 11:57 am
View ArticleGeneral discussion • Re: What is the difference between Raspberry Pi and a...
A standard desktop computer like a PC does not have GPIO because they are generally not designed for integration with other electronics. Although normal users don't need that function, I want to know...
View ArticleTroubleshooting • pi 5 not booting
why doesnt my pi 5 boot from a usb stick or a uSd card,but boots from a hdd thats plugged into usb ports Statistics: Posted by deveclipse — Tue Apr 16, 2024 12:05 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
There is already a request to include Dosbian on my github issue page, maybe even from yourself Sorry I have not got round to it yet, like several others, as my priority is merging the beta Pi5...
View ArticleTroubleshooting • Re: pi 5 not booting
why doesnt my pi 5 boot from a usb stick or a uSd card,but boots from a hdd thats plugged into usb ports Perhaps the Hard Drive contains an Operating System that is compatible with your RPi[5] board...
View ArticleOther • Re: Is it possible for Windows XP on the Raspberry PI 4
It's another low-effort drive-by.But is it ?Yes, because OP could have found out without even asking. By expending a modicum of effort."Welcome to newbies"And not everyone finds the information they...
View ArticleTroubleshooting • Re: Pi boots to HDMI but not to TFT
Stretch? You should get another uSD and flash Bookworm to it. Hardly remember Stretch ...With Bookworm installed follow this approach to get your ILI9341based display runningCode:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MTP in raspberry pi
"I am currently working with a Raspberry Pi 4, which is connected to my Linux laptop via a USB cable. I am transferring data between these two devices. After connecting and I modify data on my...
View ArticleGeneral • Re: RAM vs. Flash performance optimization [C++]
How mutch slower is the Flash than the RAM? I read somewhere that flash memory is about 40 times slower than RAM. If that's true, then I don't have to waste my time optimizing code and compiling.Flash...
View ArticleAdvanced users • Re: Always PXE boot
It works flawless! Thanks again! Statistics: Posted by jayjay_seal — Wed Apr 17, 2024 12:05 pm
View ArticleGeneral discussion • Re: SD card not functioning
It may be that Win32DiskImager does not understand Linux disk formats well enough to detect the problem while Raspberry Pi Imager does.I'd try a new major brand name uSD card (SanDisk, Samsung, PNY,...
View ArticleAutomation, sensing and robotics • Re: RPi 5 read supply currents?
A little script I made to print cooked power values.Code: #!/bin/pythonimport subprocessimport timeimport sysdef printq(arg): if(not quiet): print(arg)quiet = Falseperiod = 0for opt in sys.argv[1:]:...
View Article