Beginners • Re: Systemd Permission Denied on .venv directory
neilgl, thank you for your quick response!Adding the user got me through to the next gate. I googled and found that in addition I needed to change the ExecStart to:Code: ExecStart=/bin/bash The script...
View ArticleBeginners • Re: LED turned on by one script, need "reset" button to...
What's the code that turns the LED on via SSH message?How does that interact with this separate process trying to control the same hardware?You possibly need to stay in a program loop. I think...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
Well the lack of debug output I've found is down to systemd's default config on Raspbian:Code: $ sudo nano /etc/systemd/system.conf#LogLevel=infoSo at least I have some diagnostics now... still...
View ArticleCompute Module • Re: CM5 Dev Kit Fan Clearance issue
If they are going to use a poxy little fan that makes noise with little throughput it should be at the side, then a monitor could go on top.However, the best fans are as used in the pi5 active cooler...
View ArticleMedia centres • Re: Peppy player
The problem with rotation showed up after switching from the Buster OS to the Bookworm OS. The last release with Buster was Kandinsky Edition. Picasso Edition was based on the Buster OS and there is...
View ArticleBeginners • Re: Trying to get HMTECH touch screen to work with Pi running Ubuntu
You may want to try the Ubuntu Forms at https://ubuntuforums.org/. I have no idea what Ubuntu provides to support additional HW on RPI.Statistics: Posted by DS256 — Wed Dec 11, 2024 2:44 pm
View ArticleOther projects • Re: BBC Emulator as an O/S for Pi
Thanks for the replies.I guess the OS approach felt you were more in control and could ignore the bits that could not be easily mappedStatistics: Posted by piedpiperson — Wed Dec 11, 2024 3:07 pm
View ArticleGeneral • Re: A Snek port for a Pico ?
Looks like he has a Snekboard with an Atmel ARM MCU.Many thanks for pointing that out, reminding me it's not just AVR being targetted.The ARM ports are the ones I should be looking at when it comes to...
View ArticleGeneral discussion • Re: Raspberry PI Issues
Welcome. It will help if you provide additional information. Also, realize this is a user forum and not an official RPI support channel.What RPI's are you experiencing problems with?What OS's are you...
View ArticleTroubleshooting • Re: Need advice on portable battery to supply power to Rpi5
It's likely the slight sag that happens under load for anything regulated to exactly 5v. I find my devices do better when I actually regulate to ~5.18 or so.*Shrug*Statistics: Posted by loggiew — Thu...
View ArticleGeneral discussion • Re: Cm3 on a Cm4 carrier board?
never ever seen that!Me either. But I wish there was one out there.design one yourself! Don't see any real use case for it but hey! might be fun.Is there an schemtic for the Cm3 and one for the Cm4? I...
View ArticleAdvanced users • Re: Touchscreen power + data through USB C port
When I try to put the power in one port of the Viewsonic, and then chain the RPi from the other port of the Viewsonic using the various USB C - USB C cables (Android, Apple, Belkin TB3) I have lying...
View ArticleGeneral discussion • PCB Bent
I have a Raspberry Pi 5 with an active cooler that was stored away for a few months. I started using it again and noticed that the PCB was slightly bent. I removed the cooler and noticed that the...
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
An update - my original Pi4 doesn't like any usb attached storage, kept crapping out, so it now serves as a Pi-hole only.I bought a new one and that works perfectly with OMV as a NAS and also as a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI5 DSI LCD display alternatives
I don't recon seen any 'ready made' solution with that spec!closest you may get is https://www.waveshare.com/product/raspb ... si-lcd.htm NOTE: not a recommendation , for info onlyStatistics: Posted...
View ArticleAdvanced users • Re: RPI5: Unable to enable kvm in qemu after replacing host...
Hello @redvlicould you share again the configuration you used? (link does not work)I'm strugling with KVM and 6.12.ThanksIt is not me who posted the URL to configs (but @ruiqurm). I do not have a Pi5....
View ArticleGeneral • Re: Getting Out Of A UART Framing Error
Thank you for all your answers and clarifications. If I understand correctly this code snippet should do the trick ?Code: hw_set_bits (&uart_get_hw(uart1)->rsr, UART_UARTRSR_BITS)Probably it...
View ArticleOfficial Display • Re: How does the monitor know when it is powered by a Pi?
don't have a monitor so can't test but for you. In case you have one handy try this approach. The buttons on the screen might be treated in a different way then ddc...
View ArticleCamera board • Re: Sawtooth Pattern in Dark Current Readings
Thanks for the update. I think we're still trying to catch up with all the information here, plus of course we don't know anything about this rpicam-ascom-alpaca software.Firstly, from what I...
View ArticleGeneral • Re: Reserved bits on memory register
This probably varies according to which register you are talking about, but the vast majority of them read as zero and ignore writes.However, best practice when updating only some of the bits in a...
View Article