HATs and other add-ons • Re: TV Hat reliability
Cross-posting from the other thread, as there may be different people subscribed to this one:viewtopic.php?t=359876&start=25#p2239044There is a candidate fix in rpi-update for this issue. Closing...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4B mounted to the...
Thank you for the helpful feedback and the test trial as well to confirm, I'm still relatively new in the world of Pi/Linux, so any insights are appreciated. I'm using a Debian Bullseye OS, and...
View ArticleCamera board • Re: Picamera2 save cropped(?) raw/dng
Hey, sorry for not replying earlier. I did what you suggested, managed to crop an image and then save it as png. Then I decided I'd just use the supported resolutions and postponed the whole thing....
View ArticleTroubleshooting • Re: RasPi 4 Model B 4G HDMI0 display black screen 1st time...
I'm first time RasPi user. I know lot of people ask similar topic and I have been through most of them and still unlucky to resolve my problem. I bought CanaKit Raspberry Pi 4 4GB start Pro kit this...
View ArticleBeginners • Re: What PI model should I choose?
Buy the best you can afford, (making sure to buy an official power supply, phone chargers don't work). If you find a project that doesn't need all that power, you can always buy a cheaper unit later...
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
I hope to achieve a Pi that stays connected or if it does disconnect then it reconnects without a shedload of b/s and drama. And...Windows predates 1995 and it doesn't work properly yet...Statistics:...
View ArticleAdvanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
Which camera board and cable? I've heard that it's quite easy to find a cable that looks correct but isn't.Statistics: Posted by PhilE — Thu Jul 25, 2024 1:52 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: '/dev/i2c-1' Missing after apt update...
Have a look at/for /boot/config.txt and /boot/firmware/config.txt. When enabling I2C1, raspi-config modifies config.txt and applies the setting (a dtparam) at runtime. If the persistent config.txt...
View ArticleAdvanced users • Re: How do I revert kernel 6.6.28--> 6.6.16 offline?
Why offline? Can't you use the onboard WiFi for the update?Statistics: Posted by PhilE — Thu Jul 25, 2024 1:57 pm
View ArticleGeneral • Re: Pico (W) case
Possibly an all-black version of - https://www.youtube.com/watch?v=6ZcjfJQWC8k ?This has been my favourite Pico W case so far - https://i5.walmartimages.com/asr/6b7112 ... f88a6.jpegA little bit of...
View ArticleBeginners • 32GB SD card shown at 256MB when plug into Windows PC
I have an old brandname endurance sd card marked with "32" which normally means 32GB (as on their current model)Time ago, it was used to test RPi, may be by "etcher" software or similar? Cannot...
View ArticlePython • Re: Entering digits without pressing "Enter'
This topic has come up many times, but it is difficult to search for unless you already know that the traditional name for a function that reads a single input character without line buffering is...
View ArticleGeneral • Re: Pico W Wlan modul overheating
It sounds like something may be broken - I can't think what would hammer the WiFi chip so badly that it gets warm, let alone so hot you can't touch it.To delete your 'main.py' the simplest way is to...
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [_Code_ ] tag markup to preserve indentation. This is found on the fifth 'button' from the left at...
View ArticleTroubleshooting • Re: Raspberry Pi 4 Not working
Hi I have been using my Pi 4 as a headless machine and using my pc to ssh into it. I was using it for a couple days and then I stopped for about 5 days, I go to power it on today. I can no longer ssh...
View ArticleCompute Module • Custom Device Tree Model Property
I'm working on a project that needs a custom device tree. I have a custom carrier board for the CM4 that has a lot of on board devices that needs to be configured and it doesn't make a lot of sense to...
View ArticleGraphics, sound and multimedia • Re: Can not get udemy drm protected videos...
If you go here, does it show as "using widevine" and play the test video?widevine should work out of the box on chromium and firefox on RPiOS (without needing to adjust settings or install...
View ArticleCompute Module • Re: Custom Device Tree Model Property
Yes, the bootloader sets the model string so that it includes the board revision, etc. I can't think of a way of preventing that.Statistics: Posted by PhilE — Fri Jul 26, 2024 1:50 pm
View ArticleGeneral discussion • Re: Discount on multiple pi4 order?
I don't particularly like such contracts as I consider them to be fundamentally anti-competitive, market interference, bad for resellers and consumers. It's often done to stop resellers under-cutting...
View ArticleSDK • Re: How can I profile basic functions for the RP2040?
Learning about the disassembly file really helps!I can now at least see what the compiler is generating. In fact, I will be starting a new topic on what I *thought* would have been optimized code but...
View Article