Troubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Does not sound like the official psu!I would test with a micro sd card.Statistics: Posted by rpiMike — Fri Jan 03, 2025 8:13 pm
View ArticleCompute Module • PWM Not Working with dtoverlay=pwm-2chan on GPIO 18...
Hello,I am working on a project to test an LD (Laser Diode) component that requires PWM control. I am using a Raspberry Pi CM4 and attempting to enable PWM on GPIO 18.Here’s what I’ve tried so far:1....
View ArticleTroubleshooting • Pi 5 installation / booting not correctly working
Hello,I don't know what else I can try. I've been trying to get the Pi up and running for over 5 hours.Today my new Raspberry Pi 5 (8 GB) arrived with the extra power supply for it (27 W). I first had...
View ArticleCompute Module • Re: PWM Not Working with dtoverlay=pwm-2chan on GPIO 18...
Does "dmesg -l err,warn" show anything interesting?Statistics: Posted by PhilE — Fri Jan 03, 2025 8:27 pm
View ArticleTroubleshooting • RPi 400: Bluetooth not showing devices to connect to
I have a RPI 400 running Buster release 10 and I've not connected up a bluetooth device to it in a while. Today I was working to connect a device and found that nothing was showing up in the Add...
View ArticleSDK • Re: C++23 and std::flat_map ?
You can try the experimental support.C++23 Support in GCCGCC has experimental support for the latest revision of the C++ standard, which was finalized in 2023 and published in 2024.C++23 features are...
View ArticleTroubleshooting • Re: Raspberry Pi 5 on a life support for no such reason
If you can, get a look to my pi:Tophttps://jmp.sh/s/BCPWWHtxGQal8hFZwebXBottomhttps://jmp.sh/s/vh6nU6WStLKmIr7VujBvStatistics: Posted by saveriokarol — Sat Jan 04, 2025 7:45 pm
View ArticleSDK • Re: Pico SDK tries to compile with MinGW GCC
After a lot of back and forth it came down to this: In my CMakeLists.txt I put the project(...) command before include(pico_sdk_import.cmake). This made CMake use MinGW gcc.exe for all ARM...
View ArticleRaspberry Pi 400 and 500 • Re: PINOUT command does not work on PI500
The amount of RAM fitted can be determined from the Revision Code or other means even if the Pi model, SoC and other features, cannot be determined so it might be worth filing a feature request to...
View ArticleGeneral discussion • Re: What is your experience on AI chatbot on computing...
The art of using it is asking the right question and knowing enough to judge the quality of the response. This is the problem with Googling too. ChatGPT is as confidently wrong as some human...
View ArticleOfficial Display • Re: Touch Display 2 does not function correctly with POE+...
The POE HAT fan control is possible through either the firmware or the kernel sending the I2C commands. You can't have the firmware doing it and also then use that I2C bus for the camera through...
View ArticleAdvanced users • Re: Pi Zero to 18 bit colour LCD
What makes you assume 18-bit is not supported on HDMI?Your driver needs to convert the data to DPi so question is which adapter do you use?A TFP401 from TI is all that you need...
View ArticleGeneral discussion • rotary-encoder overlay ?
Hi,I have an old RPi 2 plus V2.1 with fresh install of current day bullseye 24/10/22, (kernel says v7.x) that I am trying to find useful employment for. I have hit on a project involving a rotary...
View ArticleBeginners • Re: What is a Raspberry Pi Enclosure and How to Use It?
Thanks for the informative tipStatistics: Posted by neilgl — Sat Jan 04, 2025 8:06 pm
View ArticleGeneral • Re: Bluetooth between Pico and Pi 5 issues with receiving
I like this library, but I can't import it in any python file regardless of whether it is the btferret directory or outside. Code: Traceback (most recent call last): File "/home/pi/bletesting.py",...
View ArticleMedia centres • Re: Peppy player
My LCD is unusable. It looks like your top right image if you reduce the brightness by 98%. I barely can read anything.Statistics: Posted by peppy.player — Sat Jan 04, 2025 8:26 pm
View ArticleHATs and other add-ons • Re: Raspberry pi 500 rechargeable battery?
I'm not saying there aren't issues and costs involved but it seems to me that most manufacturers of products designed for use with rechargeable batteries seem to manage okay, supply those batteries...
View ArticleCompute Module • Re: CM4: USB xHCI documentation
The general idea is that your logs would include the error messages when devices don't work, not from a random subset. Please include the logs from the failing case.I'm assuming all your connected...
View ArticleAdvanced users • Re: Any changes around how sym link permissions work in...
Excuse me, but what do you have against security ?Nothing most of the time.But it's my machine and I'll do as I like with it, will decide on what security it needs and doesn't.Why change the...
View ArticleRaspberry Pi OS • Re: GUIDE: Ubuntu-like GNOME on Raspberry Pi OS Lite (NO SNAP)
I've been using the packages from http://archive.raspberrypi.com/debian/ for customizing the RPiOS environment. I noticed your mention of complete images for ARM devices available via Armbian. I'm...
View Article