Beginners • 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 ArticleGeneral discussion • Re: Easy to use GUI creation for Raspberry Pi programs?
The closest thing to an easy point and click GUI design tool is Qt Designer.https://doc.qt.io/qt-6/qtdesigner-manual.htmlI use it to design the GUI for my PyQt based apps.Statistics: Posted by Paul...
View ArticleRaspberry Pi OS • Re: Scale display to 125%
Code: xrandr --output HDMI-1 --primary --scale 1.25x1.25orCode: xrandr --output HDMI-1 --primary --scale-from WIDTHxHEIGHTwith WIDTH/HEIGHT the resolution you want to scale to (2400x1330 for your 125%...
View ArticleBeginners • Re: simple UART communication between Raspberry Pi 5 and Arduino
Thanks for the reply,I must try the level shifter suggestion. my main query is regarding Raspberry Pi "5" many of the previous Pi's use the Linux device reference for the UART 0 as '/dev/ttyS0' but...
View ArticleCamera board • Re: Stream and Record HQ Cam
Pity the OP has not weighed in here, no prospect in the near future of getting back to my HQ camera to test any of this.The OP has only posted twice in nearly 10 years...Statistics: Posted by gordon77...
View ArticleRaspberry Pi OS • Feature request - BIOS style boot device menu
Having seen the capabilities of the new network install bootloader I was wondering if a BIOS style boot device selection screen could be added, one that can be accessed by holding a keyboard key on...
View ArticleCamera board • Can't stream from Pi5 with rpicam-apps...
My setup is built-from source (on Rpi5 8GB):Linux styx 6.6.28_p20240423-raspberrypi-linux-gnu #1 SMP PREEMPT Mon Jun 3 19:23:49 CDT 2024 aarch64 GNU/Linuxwith$ cam -l[7:44:17.130348809] [7839] INFO...
View ArticleOther RP2040 boards • Re: Debug probe issue: clock line driven low after...
Debug Probe [img]https://imagetolink.com/ib/1I6flNrcbl[/img]PicKit4 [img]https://imagetolink.com/ib/G6PAsN0QAH[/img]Your images don't work because the URL must end with *.jpg, *.gif or *.png.Try using...
View ArticleCamera board • Re: gstreamer on RPI 5, "Range format is ambiguous"
Hi i got the same problem with RPI5 + camera module v3i use apt as package manager. Here only version 0.2.0 from libcamera seems to be available my steps i did for installing 0.3.0:Code: sudo apt...
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 ArticleBeginners • Re: Trying to run the Pibenchmarks from github
The s in storage.sh should be capital S. 'Storage.sh' and 'storage.sh' are not the same thingStatistics: Posted by stubright — Sun Jun 16, 2024 11:11 am
View ArticlePython • Re: super user command from Python script
You could replace the running process by a new process, recalling the python program with root. When the work is done, the code could drop the privileges. The sudo command creates some environment...
View ArticleCompute Module • Re: CM4 eMMC wear leveling
Is the eMMC more durable than normal SD card? I found industrial eMMC with SLC flash but their price is higher than total price of CM4.What eMMC you get with the Compute Modules is not listed in the...
View ArticleBeginners • Send ir command with Lirc
Hi guys, I desperately need your help!! For a project what I'm trying to do is send ir commands via raspberry. I already have the conf file taken from the remote database but when I go to launch the...
View ArticleTroubleshooting • Re: Wlopm power mode
Alright seems like lightdm is not the problem here. The failed to set power mode issue appears only on the first instance of labwc.Statistics: Posted by steveiliop56 — Sun Jun 16, 2024 12:15 pm
View ArticleGeneral • Re: Help with Pico ADC project
Ok, im just going back to basics and looking at this diagram,How can I be getting 200k float and 100k pressed on the mode switch when only 1 resistor is used? Shouldnt I get a dead short on mode...
View ArticleFreeBSD • FreeBSD 14.1 on Raspberry Pi 4 boot problem
Trying to install FreeBSD 14 on a RaspberryPi 4, following info from https://wiki.freebsd.org/arm/Raspberry%20Pi.I'm aiming for a server setup, but installation is done with keyboard and monitor...
View Article