Quantcast
Channel: Raspberry Pi Forums
Browsing all 5674 articles
Browse latest View live

General discussion • Re: What is your experience on AI chatbot on computing...

I’ve been struggling with a particular programming problem, ChatGPT has come up trumps for me, providing code samples that I’ve adapted into my work. It’s also provided decent suggestions for...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting • Re: Raspberry Pi 5 on a life support for no such reason

I managed to throw 80$ at the most terrifying company and buy another one, just because i'm tired of these problems. THIS BROKEN RASPI 5 IS BECOMING A SLEEP PARALYSIS DEMON. Statistics: Posted by...

View Article


SDK • 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 Article

Raspberry 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 Article

Official 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 Article


Image may be NSFW.
Clik here to view.

Advanced 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 Article

General 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 Article

Beginners • 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 Article


General • 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 Article


Image may be NSFW.
Clik here to view.

Troubleshooting • Re: constant freezing with the raspberry pi 5 under any...

I'll grab the errors shortly and post the boot diagnostic screenStatistics: Posted by Fee — Sun Jan 05, 2025 7:01 pm

View Article

Beginners • Re: Which to get for my use case?

Appreciate everyone's response! After I'm done with this prototype, I'm likely going to go down various rabbit holes for other projects so I think I'm going to go for a Zero 2 WH so I can future proof...

View Article

Image may be NSFW.
Clik here to view.

Gaming • Gyro Aiming in any Raspberry Pi with SDL >= 2.0.22

IntroPlaystation and (specially) Nintendo gamers can testify on how practical it is to aim in shooters by just tilting the gamepad. While not as accurate as a high quality mouse, it is ridiculously...

View Article

General • Re: Problems trying to play audio using MAX98357 audio amplifier

• Powered by 2xAA batteriesMight not be the problem but when you plugged the batteries in one of the power pins seems to have popped out.A circuit diagram of how it's wired to your Pico will probably...

View Article


Compute Module • CM5 doesn't complete boot

I recently purchase a Compute Module 5 Development Kit. I have not been able to get it to boot properly with a newly flashed Raspberry Pi OS.  It recognizes the CM5 module but gets stuck and says it...

View Article

Troubleshooting • No module named 'rpi_backlight'

I used the lineCode: from rpi_backlight import backlightBut get the errorModuleNotFoundError: No module named 'rpi_backlight'Running python 3, and the library is made for python 3. When I run a pip3...

View Article


Python • Re: Help with my motor control code showing GPIO busy error

ChatGPT does not know how flask works, if you want to get this working, you will have to.The GPIO was indeed busy from a previous run before flask restarted by a code change you made clearly seen by...

View Article

General discussion • Re: does the raspberry pi 5 has PPS support (programable...

there is github issue related to it https://github.com/raspberrypi/rpi-eeprom/issues/497 with some more technical infoand since that issue is closed for comments and forum is suggested we can continue...

View Article


Troubleshooting • Re: Screenshot apps do not work with "Bookworm"

At a guess it's because you're using tools designed for X11 on the default Wayland with labwc desktop.Try using sudo raspi-config to switch to X11 (under advanced options) or try finding tools that...

View Article

Raspberry 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

General discussion • Re: rc.local does not exist and cannot recreate function

For starters, rc.local should be 755 not 777. Next, the first line should probably beCode: #!/bin/sh -eAfter that, what log file are you referring to?Statistics: Posted by thagrol — Sun Jan 05, 2025...

View Article
Browsing all 5674 articles
Browse latest View live