Beginners • LED turned on by one script, need "reset" button to...
I am using Tasker to send an SSH message to a RasPi when I get a message. That script turns on an LED so I can see that I missed an incoming text message. I would like to have a physical GPIO button...
View ArticleTroubleshooting • Re: Pi 5 LED glows solid green and M.2 AI Hat glows solid...
Hi, I recently purchased a Raspberry Pi 5 with the AI kit. I carefully installed the M.2 AI hat and fastened the screws and also installed the OS on an SD card and have made sure it is mounted...
View ArticleTroubleshooting • Re: Screenshot gnome version fails
Hi,I'm on Pi5 64-bit Desktop OS and installed the Gnome Screenshot.I select the typical options of select screenshot or screenshot the window, but nothing happens?That tool is not compatible with...
View ArticleBeginners • 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: Firmware not found ( rpi4 )
I'v downloaded Raspberry Pi ImagerUnder Windows 10 and 8.1 (Both Imager 1.8.5 and 1.9.0 )It stay "empty" clicking on [all] does nothingUnder Devuan The 1.9.0 .appimage is not starting :/If you have...
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 ArticleGeneral discussion • Re: Raspberry Pi Monitor, Black - confirmed?
I feel it is more likely this time around as the entire case is a single color, as is the new mouse. Feels like that would be easier to color swap over than dual colors like the 400 but who knows.It...
View ArticleGeneral discussion • Cm3 on a Cm4 carrier board?
Hello, I was wondering If anyone has saw a Cm3 to Cm4 adapter board So I can use my Cm3 on a Cm4 carrier board? I know a lot of things won't work such as the second HDMI and the PCIe. And that is...
View ArticleRaspberry Pi Connect • Re: Connect service fails to start with out of memory...
Sounds like your best course of action might be to make a backup of any important data, and start again with a fresh OS image?Statistics: Posted by AndrewS — Thu Dec 12, 2024 2:24 pm
View ArticleTroubleshooting • Re: CM5 trouble with 7inch display on DSI
I appreciate the response. I currently have it plugged into dsi1 but I've tried it on both. I noticed the jumper setting for j6 and ripped apart an old desktop in the middle of the night for jumpers....
View ArticleDevice Tree • Re: Configuring MCP2518FD on SPI3 of CM4makes sense
!. You'll need to have enabled SPI3 using one of the "spi3-<n>cs" overlays, e.g.:Code: dtoverlay=spi3-1cs,cs0_spidev=offYou may also want to set a custom CS0 GPIO. For more information:Code: $...
View ArticleAdvanced users • Re: kernel: Upstreaming NVMEM driver for OTP
Alternatively, would it be possible for me to do the porting work, to make this driver available in the mainline kernel (with relevant credit to the original writers which integrated it in the...
View ArticleAdvanced users • Re: using SD1card blocks all IO on CM4 using bcm2835-sdhost.c
Thanks for the reply on the device tree, I'll see if I can make progress on that. This issue is completely unrelated.Statistics: Posted by AndyGPS — Thu Dec 12, 2024 2:29 pm
View ArticleRaspberry Pi OS • Re: labwc Multiple desktops
This doesn't work for me... the rest did though.<keybind key="W-S-Left"> <action name="MoveToOutput" direction="left" />Must be a key conflict as the following works for meCode:...
View ArticleGeneral discussion • Re: Cm3 on a Cm4 carrier board?
never ever seen that!Statistics: Posted by aBUGSworstnightmare — Thu Dec 12, 2024 2:31 pm
View ArticleGeneral • Re: A Snek port for a Pico ?
I have never believed 'doesn't make sense' really comes into it. It's always better to have something than not in my book. It's just an option and choices are always good to have. What I meant is that...
View ArticleAdvanced users • Re: Image File Utilities
Hi, again, Image File Utilities are intended for systems running Raspberry Pi OS.I understand that you only developed it for Raspbian.Nevertheless could you please comment this error?rsync: [receiver]...
View ArticleTroubleshooting • Re: LIRC and IR-KEYTABLE behavior issue
What you are describing makes me think of a couple problems.#1 makes sure the buffers are flushed properly after each read. Make sure subsequent reads (without a press) never return previous...
View ArticleTroubleshooting • Re: USB gadget on a Zero W, what I'm missing
Maybe start using Raspberry Pi Imager to write the OS and set WiFi, login, enable SSH etc. without having to create any SSH file etc.Have a look at thagrol’s excellent guide to using a zero in...
View ArticleCamera board • Re: Sawtooth Pattern in Dark Current Readings
Thank you for sharing these results, quite interesting. One thing to note that these values are given in 16-bits, but the sensor works in 12-bits and the final ISP processed output is 8-bits. So the...
View Article