Troubleshooting • Re: CM5 trouble with 7inch display on DSI
That was a fresh install from scratch, but you are correct that is from a LOT of goofing off and finally just pasting what I have in the middle of the night.The screen does the same thing regardless...
View ArticleGeneral discussion • Re: Raspberry Pi Monitor, Black - confirmed?
"the Raspberry Pi Monitor is available in white and red now, with a black version due in early 2025"I'm disappointed the power LED isn't black as well.Statistics: Posted by rpdom — Thu Dec 12, 2024...
View ArticleGraphics programming • Re: 7" Display 2 and rotating content using DRM
To anyone reading this discussion: The kernel now explicitly disallows producing glitch art and validates the rotation property: https://github.com/raspberrypi/linux/co ... e1ee5d609f...
View ArticleTroubleshooting • Re: SUDO problem
Something about sudo looks broken on your system. That shouldn't happen.Can you check the permissions on the sudo file with this commandCode: ls -ln /usr/bin/sudoThe output should look like thisCode:...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
I now wish to start the script and want it to run 24/7 at 5min intervals, but I am not sure this will do that?"add the following line in your crontab -e:2 5 * * * ~/solis/solis.sh >...
View ArticleSDK • Re: VSCode - CMake cannot be configured
Did you delete the build directory? This is needed when you switch between RP2350 and RP2040 and visa versaStatistics: Posted by matherp — Fri Dec 13, 2024 1:01 pm
View ArticleTroubleshooting • USB gadget on a Zero W, what I'm missing
Hi,I'm trying to get connect in SSH on a ZeroW, over the USB connector.I follow several tuto on this and they all according on the same very simple steps :1. Burn ISO on SD card2. Before booting Pi,...
View ArticleGeneral • Re: E-paper + pi pico?
Something is wrong with the Amazon product info. It has 296x128 and then 400 x 300 further down. 296x128 is more likely this kind of display aspect...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • RPI5 DSI LCD display alternatives
Hello,Does anyone know of any DSI LCD displays alternatives? I would be interested in a 7-8" display with a better resolution and smaller bezel that will work with RPI5.Thank you!Statistics: Posted by...
View ArticleTroubleshooting • Stuck at the Welcome Page
Hi, everyone. This is my first time working with a Raspberry Pi, and I’m running into an issue with my Raspberry Pi 4. After I boot it up, it gets stuck on the welcome page. I’m a beginner, so I might...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI5 DSI LCD display alternatives
what is your understanding of 'display'? display only or display + touch (on cover lens)?What does 'higher resolution' mean? Higher than 800x480 (=V1 Touch https://www.raspberrypi.com/products/ra ......
View ArticleGeneral • Re: Getting Out Of A UART Framing Error
I got caught out by the 'write a 1 to clear the bit' when using some other 'read/write-clear' register. The problem is the RP2040 and RP235X datasheets only says -"This bit is cleared to 0 by a write...
View ArticleGeneral programming discussion • How to use "pinctrl poll" in bash...
Hi allI use bash for my hardware projects because it is the only "language" i know.To query a switch for example i use something like this:Code: while true; doif [ "$(pinctrl lev ${SWITCHPIN})" = "0"...
View ArticleAI Camera - IMX500 • Re: some resources in SONY github
A good place to start would be to look at the readme in the https://github.com/SonySemiconductorSol ... ample-apps repo. Each example directory has instructions on how to run the...
View ArticleCompute Module • RTC PCF8523 issues
Hello everyone,I'm asking for your help because a friend of mine is having issues with his PCF8523 :We did everything I did for it to run well, but at one point, he got errors. We first checked if it...
View ArticleBeginners • Re: Best NAS Software
Hi,Thanks for your help; it appears to be working fine. I'd like to spread the idea... I've documented the process from a Windows POV and I'd like to post it on my computing website. I would, of...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
Thanks. Hmm, seems clunky if you include list vs list=. I can't copy/paste from a word document either. Guess I just won't be using lists.Any thoughts on my other questions? Is there a good place for...
View ArticleTroubleshooting • Re: Failed to connect to a screen
The idea of using a spare microSD card is to start from a known baseline configuration - we can do the same.But the fact that I'm trying to run without card at all and still no output, means that it's...
View ArticleGeneral discussion • Re: Is Raspberry Pi More Reliable Than China Made Intel...
Some offer cheaper alternatives to N100, Celeron and Pentium. Still 6 watts. Similar peak speeds. I like the router variations with a heap of Ethernet ports and massive heatsink cases. By the time you...
View ArticleTroubleshooting • ABC (Aus) IVIEW DRM error RP5 with latest RPOS
Fresh install on RP5. Neither Chromium nor Firefox can play video on ABC Iview website claiming error 246007 which mentions DRM. However, both Firefox and Chromium both work on other sites requiring...
View Article