Beginners • Re: rasberry pi as ISP speed tester
Thank you for the reply.I am paying for a 800mps plan from Xfinity. I do not show above 360mbs when test via laptop directly connected to Motorola modem via rj45 cat cable to laptop which only has...
View ArticleMicroPython • Re: late Imports and persistance of modules
I haven't really investigated but it doesn't seem to matter much. My test program is -Code: import gcdef Report(desc): print("{:<32} {:,}".format(desc, gc.mem_free()))def Method(): Report("Before...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
why there is no easy way of managing (adapting!) the Partition sizes for the OS:PINN is based off NOOBS, the premise of which was to install each OS with a minimal partition size and then divide up...
View ArticleTroubleshooting • Re: Rpi model 3 B with rpi touchscreen, boot problem.
Yes, it is official pi screen. And yes, everything is wired as you explained.Statistics: Posted by Flash Gordon — Sat Jan 27, 2024 5:28 pm
View ArticleGeneral discussion • I can't enable my camera module.
Hello, I can't enable my raspberry pi camera module. I use the latest bookworm OS and there isn't an option to enable it in raspi-config and the raspberry pi configuration app. Can anyone...
View ArticleTroubleshooting • Re: rpi4 freezes when monitor turned off
Is it related to this issue ?https://github.com/raspberrypi/bookworm ... issues/146Have you tried switching to X11 ?Statistics: Posted by gordon77 — Sat Jan 27, 2024 5:36 pm
View ArticleBeginners • Re: How to upload codes to RP2040
And of course the Pico and Pico W datasheets which contains schematics with test point connections...
View ArticleGeneral discussion • Re: I can't enable my camera module.
You don't need to enable it. It should just work if detected.Your config.txt should contain camera_auto_detect=1Is it a Pi official camera ?Statistics: Posted by gordon77 — Sat Jan 27, 2024 5:37 pm
View ArticleGeneral discussion • Re: KDE/plasma-systemmonitor sensors are blank
I've just installed KDE on my Rpi5 via the Raspberry Pi OS Light image and all the sensors (memory, disk, cpu) in plasma-systemmonitor are blank. If I try the gnome process monitor it's fine. Is there...
View ArticleTroubleshooting • Re: vcgencmd display power 0 doesn't work more relevant in...
I used the code: cmd= 'WAYLAND_DISPLAY="wayland-1" wlr-randr --output HDMI-A-2 --on' in a python script in order to exit from screen blanking. It works well but only if I do not use "sudo" to launch...
View ArticleTroubleshooting • Touch screen, power, back feeding the pi via usb
Hello allFollowing on from my previous post about this I thought I would have another try. If nobody is interested then so be it but I am a bit confused as to the power layout on the Pi 5 and the...
View ArticleCamera board • Re: How to make PICAM 3 stream locally for CCTV
OK, what version of Raspberry Pi OS are we running on the Zero 2 (Legacy 32-bit, Bullseye or other)?I don't yet have the right cable for my camera module 3 to connect to my pi zero 2 W, so I'm using a...
View ArticleAdvanced users • Re: Image File Utilities
Just want to double check, when I check with Code: df -h / I see my os is around 7gb, when I make an backup, it becomes around 13gb. When I check my script or exclude.txt file all seems to be correct....
View ArticleBeginners • Re: Smarti pi touch case 2
I believe you posted links to just rebuy the product. There’s no links to actually fix the touchscreen not working. Please let me know what you need from me in order to get this thing just simply...
View ArticleGeneral discussion • Imager - Bookworm images for Zero-W vs 1B ?
Does anyone know if the RP Imager will produce a different image for a Pi Zero W vs a Pi 1B? The reason for asking is that I'm wondering if I can use an SD image from a 1B on a Zero W?...
View ArticleGeneral discussion • Re: Imager - Bookworm images for Zero-W vs 1B ?
Does anyone know if the RP Imager will produce a different image for a Pi Zero W vs a Pi 1B?No. It is the same image. The device selection in Pi Imager only filters the OS list.The reason for asking...
View ArticleGraphics, sound and multimedia • 1.28" LCD 240x240 with gc9a01 driver...
Hi there, I have this display I would like to use to show an image or a video with a Raspberry Pi 3B+ running Raspberry Pi OS Lite (bookworm).Code: fbset -fb /dev/fb1 --infogives me:Code: mode...
View ArticleNetworking and servers • Re: Which VNC works on a remote network?
realvnc does work. however, i have switched back to X11 on my pi5, (raspi-config, 6, a6 "X11")the latest PI os uses wayland, not x11. some things don't work...yetrealvnc cloud will allow remote...
View ArticleGeneral discussion • No RPi 5 for me.
I've owned every model of the RPi since the very first. But I won't be buying the Rpi 5. When I can buy a refurbed HP EliteDesk 800 G2 mini with an 3.1 ghz quad core i5 6500 CPU, 16gb DDR4 and 240gb...
View ArticleOff topic discussion • Windows on raspberry corrupted.
So recently I found a way to install Windows 11 on my pi 5 4gb using the WoR project and a separate UEFI. But the system ran for sometime and got corrupted after some sort of illegal shutdown. So I...
View Article