General discussion • Re: Raspberry Pi 5 discussion thread
You choose what people want! At the minimum the Tegra X1 (though that can only encode 4k at 30fps for the recording obsessed, so obviously not good enough) so why not go modern and hit the Immortalis*...
View ArticleBeginners • Re: ADS-B Setup
You may get better answers on the flightaware forums ? https://discussions.flightaware.com/Statistics: Posted by neilgl — Fri Jan 26, 2024 4:26 pm
View ArticleUbuntu • Re: Wifi and network services failing
It may be worth checking the regulatory domain setting to ensure you're not on the default "world" domain, which can cause issues in certain setups (most particularly those using 5GHz channels). The...
View ArticleGeneral discussion • Re: RP i5 Active cooler or not?
Just use a passive cooler such as this:https://thepihut.com/products/black-alu ... berry-pi-5Or the FLIRC case:https://thepihut.com/products/flirc-raspberry-pi-5-caseIve just ordered a passive cooler...
View ArticleAdvanced users • Re: Generated initramfs_2712 requires grep, but does not...
Thanks for the update. Good that you've found the fix.Statistics: Posted by trejan — Sat Jan 27, 2024 3:44 pm
View ArticlePython • Can't launch external completely independent of script
HelloI want to launch an external application and have it completely independent of my script. I have tried subprocess.Popen os.system() and been searching without finding any way of just launching it...
View ArticleCamera board • Re: Picamera2 - How to rotate image 90, 180, 270 degrees?
I ended up using the piexif and PIL libraries. I rotate the image immediately after successful capture.This is the code for anyone's future reference. The method expects the file path of the image you...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Waveshare 1200x800 DSI screen not working...
Hi everyone, I'm hoping to get some help getting the Waveshare 10.1inch DSI LCD (C) working on my RPi5. Running uname -a, I get:Linux raspberrypi 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian...
View ArticleCamera board • Pixel binning behavior question
I am capturing still JPEGs with a Camera Module V3 and picamera2 Python library.If I capture my images at 1920x1080...Code: stillConfiguration = camera.create_still_configuration(main={"size": (1920,...
View ArticleGeneral discussion • Re: 4GB vs. 8GB [Re: RPi 5 as a desktop daily driver?]
Some will say that if what I do now is too much for 4GB I should go for 8GB but I wonder does an ARM processor and Pi software use less RAM?What do you say?The Pi runs Linux same as that Ubuntu PC so...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
I don't have HW for testing this, but you may want to try this (boot into GUI or CLI):add below to your config.txtCode:...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
NVMe is faster but you will have to find a suitable interface with adequate power provision.Do you need the speed, how many concurrent streams is plex going to be serving?What resolution is the...
View ArticleTroubleshooting • rpi4 freezes when monitor turned off
Searched forum and cannot find anything related to this. Have a relatively new rPi4 running from USB HDD. Everything works great until I turn the monitor (a 1080p TV) off. I was going to use this in...
View ArticleGeneral • Re: Static IP on Raspberry Pico
Nice! Similar to 4.2 here, I guess? https://docs.micropython.org/en/latest/ ... /wlan.htmlStatistics: Posted by breaker — Sat Jan 27, 2024 4:25 pm
View ArticleNetworking and servers • Re: Have No Clue
Ah, thanks for that. I did not realize that, since I just log in as root when I do that stuff and never use sudo!Statistics: Posted by breaker — Sat Jan 27, 2024 4:27 pm
View ArticleMicroPython • Re: Security Concern with Raspberry Pi Pico W: Reconnecting to...
Test four, handling loss of connection, AP being powered off -Code: import gcimport networkimport timewhile True: ssid, password = "mesh", "passmesh" print("Try {} {}".format(ssid, password)) wlan =...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 1200x800 DSI screen not...
Remove all the stuff that the Waveshare script added. They don't keep it up to date and never released source for it. Have you done anything else to this OS install? If it is new then write a fresh...
View ArticleMedia centres • Re: Peppy player
I've almost finished coding but there are several other issues which should be resolved - Bluetooth support on new OS (Bookworm) etc. If all that will be resolved I hope to release a new version some...
View ArticleBeginners • Re: Smarti pi touch case 2
Well, I’ve gotten the pie to turn on after three trips to Central computer store in San Mateo. I need a fourth trip because the touchscreen is not working and I have absolutely no idea why I’m on week...
View ArticleAdvanced users • Re: Execute a program at start up - BookWorm
I use the systemd method mentioned above.But i use [Install] as WantedBy=basic.target to start it as soon as possible (after network just like above) instead of multi.target.I also use both ExecStart...
View Article