Troubleshooting • Re: Update Buster to Bullseye - stuck with libc6-dev...
Managed to successfully do a "sudo apt full-upgrade" as written before. Cleaning up things and fixing stuff currently. It's still a miracle to me why the original short apt install (only 3 packages)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset not working on sc16is752
Hyperpixel displays are using a bit-bashed I2C on GPIO10/11. That get's asigned to I2C0https://github.com/raspberrypi/linux/bl ... l.dtsi#L80Code: __overlay__ {i2c_gpio: i2c@0 {compatible =...
View ArticleSDK • Re: What is the code path to main()?
The only possible issue that exists is, does the SDK play nice with itself? I can create an application which is a bootloader using the SDK. However can I create a loadable application using the SDK?...
View ArticleOther • Re: MX-23 Xfce (Bookworm) released as Final
MX-23.3 Raspberry Pi Respin has just been released that brings the RPi Respin ISO up to date (details). Note that for people already using it THERE IS NO NEED TO REINSTALL since all changes will come...
View ArticleBeginners • Re: Unable to connect imx219 camera using raspberry pi 5
There is no need to uncomment this line. Code: #dtparam=i2c_arm=on Applying the imx219 overlay needs to be on a line of it's own, so return the Code: dtoverlay=vc4-kms-v3d,imx219 to just Code:...
View ArticleTroubleshooting • Re: SOLVED: Update Buster to Bullseye - stuck with...
I was wondering if a kernel update should have happened during the update. My Pi 4 B had Linux 5.10.103-v7l+ auf armv7l before and still has it after the v11/Bullseye update. Did explicitly NOT run...
View ArticleRaspberry Pi OS • Re: Lxpanel and other elements background black - how to...
Indeed, found it @ "/home/pi/.config/lxpanel/LXDE/panels".But how to fix the black parts? As mentioned I also see them in other parts of the GUI, not only lxpanel:That black line is just a selected...
View ArticleGaming • Re: Raspberry Pi 5 GameCube and Playstation 2 emulation help
Based on this article about PlayStation 2 Emulators, AetherSX2 runs on ARM computers, and PCSX2 is only compatible with X86 computers:https://www.slashgear.com/1577886/raspb ... what-know/For anyone...
View ArticleAdvanced users • Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleBeginners • Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleAutomation, sensing and robotics • Raspberry pi 4 + IMU(MPU6050) +...
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleGeneral discussion • Re: Pi5 Power Supply - Can I use one?
Why not buy the official Pi5 5A power supply?https://www.raspberrypi.com/products/27w-power-supply/Statistics: Posted by rpiMike — Mon May 20, 2024 10:00 pm
View ArticlePython • Re: GPIO.wait_for_edge >>> RuntimeError: Error waiting for...
i can confirm that GPIO.wait_for_edge() does not work in RPi5 but used to work in RPi4. What I see is somewhat different - function never returns despite there being an edge on the port pin. This has...
View ArticleAdvanced users • Re: Priority of loading the OS from different drives.
https://www.raspberrypi.com/documentati ... oot-filterI studied the article on your link, it is quite informative. However, I still haven't figured out exactly what needs to be done in my case.Could...
View ArticlePython • Re: Pi 5 pigpio no longer available. How to read 9 bit serial
pySerial has a bytesize parameter which you could try setting to 9.Code: >>> ser Serial<id=0xa81c10, open=False>(port='COM1', baudrate=19200, bytesize=8, parity='N', stopbits=1,...
View ArticleGraphics, sound and multimedia • Re: C790 HDMI Board with RPi5
The colour issue is something transposing RGB888 for BGR888.I did look at this recently and i believe my conclusion was that the V4L2 layers were consistent. I do recall looking at the RGB888 format...
View ArticleHATs and other add-ons • Re: Has anyone successfully used this product to get...
Impossible to tell from the image. I’ve had success with similar looking devices but success does not always mean quality audio. See here for a recent discussion that may...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
So if you do want to invest in the Raspberry IPO, whats the best way to do it ?Statistics: Posted by nickeng68 — Tue May 21, 2024 9:16 pm
View ArticleAndroid • Re: RPI Camera Module 3 Wide not working with Lineage OS 20 Konstakang
Hi 6by9,I tried the things you said to take out and the camera still does not work... is there anything else I can try to make it work? Thanks,AsherStatistics: Posted by asherdundas — Tue May 21, 2024...
View ArticleBeginners • Re: Bootloader doesn't appear to be working.
My Rasberry Pi 4B with nothing connected except for power shows solid green and red light. And it boots fine from SD card or USB stick. Not blinking 4 times means nothing.You could try to find a HDMI...
View Article