Interfacing (DSI, CSI, I2C, etc.) • Screen duplication artifacts with DSI...
Hello, This is a continuation of this thread (viewtopic.php?p=2207258#p2207258) on the ICN6211, but I think this is more of a DSI configuration or Panel Timing issue so I'm breaking it off to another...
View ArticleCamera board • Re: Take a small picture by setting size but use scale not crop
Thank you for that exact location to check.Maybe what I'm after doesn't make sense (scaling down full image eg. 4000 to 300) vs. cropping to 300.Doesn't make sense as in it would be slower to do the...
View ArticleCamera board • Re: Your best camera module v3 shots?
Debugging code this was a nice oneSo far the V3 standards are doing a good job for quick photos/sharpness with up close subjectsfull resthis is a bell pepperhttps://i.imgur.com/oWTcXIv.jpegStatistics:...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not working with touchscreen
I found where the touchscreen is failing to be initialized by the Raspberry Pi 5. Any idea why this may be happening?[ 2.738061] usb 3-1: Product: MTouch[ 2.738064] usb 3-1: Manufacturer: TSTP[...
View ArticleRaspberry Pi OS • Re: OS problem
If you power the Pi5 with no sd card the diagnostics screen should show power supply 5000 mA.When you did get the Pi5 booted, did you load all updates?it says that there is 5000 mA going in, and when...
View ArticleC/C++ • Re: library for WiFi NINA
I'm trying to port Arduino's WIFININA library to Raspberry Pi: change the pins numbers, replace the SPI functions with the ones from Raspberry SDK etc. Unfortunately already when sending first SPI...
View ArticleRaspberry Pi OS • Re: Kernel modules missing for "softdog"?
Anyone else having any idea or could at least confirm that the problem is related to the Pi OS Kernel?If related to the Kernel, I'd assume it would get fixed by the OS in near future?!Statistics:...
View ArticleGraphics, sound and multimedia • Re: Analog video was improved for RPi5 !!!!...
You have caught us on the hop, as we are changing the OS version from Linux 6.1 to 6.6 and changing the method for selecting TV standards.In the older version (this was never documented and will...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Screen duplication artifacts with DSI...
Incorrect timing.There is a limit in the lenght on a line in config.txt. Restructure it like below and test again.Code:...
View ArticleBeginners • Re: Autostart configuration
If you had searched, you would have found this great guide viewtopic.php?t=314455Statistics: Posted by memjr — Fri Mar 29, 2024 2:09 am
View ArticleBeginners • Re: Active cooling fan
Even beginners should search before asking. If you thought of asking about something, chances are very high that many others have already asked the same question before. Especially in the beginners...
View ArticleTroubleshooting • Re: Rpi5 - Solid red light, no booting
If I were in Vegas, i'd put a small pile of chips on "it's dead".To confirm, carefully read and follow the instructions here viewtopic.php?t=58151Statistics: Posted by memjr — Fri Mar 29, 2024 2:19 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB wont boot from SD card
Troubleshooting 101: try a different SD card.Statistics: Posted by memjr — Fri Mar 29, 2024 2:20 am
View ArticleTroubleshooting • Re: No wifi or HDMI after soldering to gpio pins -...
Troubleshooting 101: if hooking things up made it behave this way, then disconnect everything and see if it still works.Power it down, disconnect everything, then connect a mouse, a keyboard and a...
View ArticleTroubleshooting • Re: Making a solar powered PI
You are going to need a much bigger solar panel as already suggested.Statistics: Posted by memjr — Fri Mar 29, 2024 2:30 am
View ArticleTroubleshooting • Re: Bookwork raspi-config wait for network
This means you can no longer run your Pi off-network? What is you are out in the woods, far away from either WiFi or an ethernet connection?I doubt that's true. It wasn't true for the old method - you...
View ArticleAdvanced users • Re: Image File Utilities
I use 'image-backup' to create and update backups on my RPi systems. This includes an RPi4 running 'bullseye Lite', and an RPi5 running 'bookworm Lite'. The RPi5/'bookworm Lite' system also uses an...
View ArticlePidora / Fedora • Re: F40
does rawhide is 40?Statistics: Posted by cjan — Fri Mar 29, 2024 3:31 am
View ArticleBeginners • Re: I want to easily and affordably speed up my raspberry pi 3 b...
Get a Pi 4. Very easy AND very affordable.Or a Pi5.Statistics: Posted by W. H. Heydt — Fri Mar 29, 2024 4:06 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: gpio export 17 out not working
libgpiod is the supported API for GPIO access.The gpiod package contains the command line tools for libgpiod, and the gpioset command from that is probably what you are looking for.Statistics: Posted...
View Article