Raspberry Pi OS • Messing around with "overscan". A blast from the...
In researching this topic, I came across this old post:https://forums.raspberrypi.com/viewtopi ... 97#p305797and this program on Github:https://github.com/ukscone/set_overscanI assume that all still...
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
My question would be - Why wasn't all this sorted out before launch ?Statistics: Posted by hippy — Fri Jun 14, 2024 10:45 am
View ArticleCamera board • Re: Stream and Record HQ Cam
Thanks for the responses, a lot of good information here.I had a thought that another option would be to send a live stream to an instance of ffmpeg and from there stream to youtube as well as writing...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Just spotted that the forthcoming CM5 will likely have a 16GB RAM option - nice Source - Raspberry Pi CM5 Forward Guidance document https://pip.raspberrypi.com/categories/ ... d-guidance which is...
View ArticleGeneral discussion • Re: Easy to use GUI creation for Raspberry Pi programs?
There is no Point-n-Click GUI creation I know of that will associate events and let you tell it how you want things displayed by clicking a properties box and fiddling with attributes. There may be...
View ArticleRaspberry Pi OS • Re: Scale display to 125%
since your using X11 you should be able to use the xrandr scaleStatistics: Posted by kerry_s — Sat Jun 15, 2024 10:20 am
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Thanks procount. I read that you use fat32 for the drive format. You cannot have a file over 4 GB in size with Fat32. Can ext4 be used?Yes, you read right, but it is not relevant.A drive is split into...
View ArticleTroubleshooting • Re: My rpi-ir-remote IRSend Project, Stuffed by progress
I forgot to mention the other advantages of using microcontroller based IR transmitter:- it can be powered from a battery (I use a USB power bank) or the mains via a PSU- if power fails (or someone...
View ArticleBeginners • Change boot order to Boot pi5 from SD - USB - NVME
Hi, I would like to change the boot order on my pi5 to boot from sdcard then usb then nvme. is there a simple tutorial that someone could point me to? ThanksAdrianStatistics: Posted by adihant — Sat...
View ArticleBeginners • Re: Change boot order to Boot pi5 from SD - USB - NVME
See raspberry-pi-bootloader-configuration and in particular Boot Order.Statistics: Posted by davidcoton — Sat Jun 15, 2024 10:47 am
View ArticleAutomation, sensing and robotics • Re: Flow Meter Not Reading
I don't think it has anything to do with releasing the pin. My test process is a such:1. Turn off the pi.2. Physically connect a flow meter3. Test4. Turn off pi5. Physically connect other flow meter6....
View ArticleTroubleshooting • Wlopm power mode
Hello,I am investigating why the screen blanking won't work with labwc and I feel like I am very close in finding out why I just need some small help. Soo the problem is that labwc compared to wayfire...
View ArticleAdvanced users • Re: Figuring out IP Camera IP Address For Streaming.
If you have a Windows machine on your same network segment then try this: https://www.advanced-ip-scanner.com/download/Statistics: Posted by DougieLawson — Sun Jun 16, 2024 9:57 am
View ArticleGeneral discussion • Re: The end of the cross device SD card compatibility?
Depends on the age of the OS you cloned. If it pre dates the release of the device you want to boot it on it won't work for reasons that should be obvious. This is nothing new.That is so true that the...
View ArticleHATs and other add-ons • Re: Raspberry Pi M.2 HAT+ vs Xiwai M-Key PCIe SATA...
Code: [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1][ 0.000000] Linux version 6.6.31+rpt-rpi-2712 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils...
View ArticleRaspberry Pi OS • Re: What happened to raspberrypi-ui-mods GitHub repo?
Ohh niceeee I have never seen this GitHub account...there are quite a few: https://raspberrypi.github.io/Statistics: Posted by DirkS — Sun Jun 16, 2024 10:36 am
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
isn't that more valid for the - yet to be released - AI camera?No, not in the slightest. Even with the best in class hardware available you still need to have a degree of software integration to make...
View ArticleMicroPython • Re: v1.23.0 released
Hmm. Well it kinda works. I can receive MIDI events in my Reaper DAW and the board appears as a MIDI output device but the code reports no incoming MIDI events when I send them from Reaper. For some...
View ArticleGeneral discussion • Re: is it better to install the LATEST RELEASE IS 9.0.2
Updates are good so long as they are not automatic updates that break your computer when you are 18 hours of flying time and three airport security transverses from your backup. I usually schedule a...
View ArticleBeginners • Trying to run the Pibenchmarks from github
I have been trying to run the github Pi benchmarks on my SD card or USB stick, but without success. The Pibenchmarks page shows the command that should be used to run the program, but after...
View Article