Troubleshooting • Re: "i2cdetect" detects unconnected addresses.
Please check if your I2C devices are properly connected, and inspect for any loose connections or possible issues with the hardware on the Raspberry Pi 3 Model B.Statistics: Posted by embeddedbarsha —...
View ArticleTroubleshooting • Re: Composite out of sync on Zero W
Is your power supply sufficient by the way?Statistics: Posted by embeddedbarsha — Mon Feb 05, 2024 7:46 pm
View ArticleTroubleshooting • Re: Error while updating
I ran few commands to check status of my network, here are the results.PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.64 bytes from 8.8.8.8: icmp_seq=1 ttl=110 time=19.4 ms--- 8.8.8.8 ping statistics...
View ArticleTroubleshooting • Re: Is Raspberry Pi OS hardware video decode broken?
It's not a decoder. It accelerates a tiny part of the decode process (cabac), but was found to provide little measurable benefit across the whole decode.i'm guessing it was also more complex to...
View ArticleTroubleshooting • Waveshare 2.8 LCD Blinking Video
I am building the Pi Zero powered Simpsons TV project herehttps://withrow.io/simpsons-tv-build-guide-waveshareNot my first Pi project project soldering. Had everything together and did a test fit for...
View ArticleTroubleshooting • Need help with Telepot
Hi. Please be indulgent since i'm a beginner.I am trying to delete the outgoing message sent by myself to telegram without success.Here is the part of my script :Code: import timeimport oscurrentTime...
View ArticleTroubleshooting • Pi Failing to boot
Hi all.I bought a Pi 4 8GB (not 5) soon after it was released.Installed it. it didn't boot, thought I must be doing something wrong. Tried a couple of times got busy with other things.Today I've...
View ArticleTroubleshooting • Re: no WIFI no LAN on new installed image Pi4
To be honest, I did not look into getting the wifi to work as I don't need it myself. Though I am curious to know as the wifi device(s) are recognized but do not get an IP..Only got eth0 to...
View ArticleTroubleshooting • Re: Upgraded to Bullseye - Taskbar Flashes 5x and Disappears
-SAME PROBLEM HERE and MY SOLUTION ->-same problem. taskbar blinks 6 or 7 times on reboot, and dissapear completely. Only desktop and basket icon.-From terminal or winscp, copy this fileFROM...
View ArticleTroubleshooting • Re: Need help with Telepot
Hi. Please be indulgent since i'm a beginner.I am trying to delete the outgoing message sent by myself to telegram without success.Here is the part of my script :Code: import timeimport oscurrentTime...
View ArticleTroubleshooting • Re: Pi 5 bookworm HDMI Audio Channel Order
I'm not sure if this is exactly the same issue, but I found this post after googling for my issue which is very similar - 5.1 surround sound via HDMI into a home theater system, but some of the...
View ArticleTroubleshooting • Re: USB-C extension to official 27W power supply for RPi5?
USB Type C extension cables aren't compliant with the PD specification.Some dumb extension cables are but whether they can carry 5A of current is another matter.Ooh can you show my where in the Type C...
View ArticleTroubleshooting • Re: Pi Failing to boot
might just be a display issueThe latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or...
View ArticleTroubleshooting • HDMI ports destroyed
I recently got a Raspberry Pi 5 8GB with Raspberry Pi OS (preinstalled latest version by Pi Hut. I had been using a Dell G2724D monitor, which had worked fine for a couple of weeks of occasional use....
View ArticleTroubleshooting • Re: raspberry pi 5 mediamtx camera error
You followed https://github.com/bluenviron/mediamtx# ... pi-cameras, including the line Make sure that the following packages are installed:libcamera0 (≥ 0.0.5)It's complaining it can't find...
View ArticleTroubleshooting • Re: Test GPIO pins on Pi5
Is pinctrl any use? - help says "...it is designed as a debug tool.."Statistics: Posted by neilgl — Wed Feb 07, 2024 6:30 pm
View ArticleTroubleshooting • Re: HDMI ports destroyed
You cannot kill the HDMI ports just by changing the frequency, or we would have a lot of dead PisHave you tried changing the lead? Tried different displays?How did you change the frequency?Statistics:...
View ArticleTroubleshooting • Re: Inquiry about uBlock Origin and h264ify Extensions in...
I cant remove these two extensions no matter what I do. They just come back.Statistics: Posted by tbandtg — Wed Feb 07, 2024 7:22 pm
View ArticleTroubleshooting • Re: How to fix broken/missing Kernel after failed upgrade
Yes. Your split is correct.Statistics: Posted by dom — Wed Feb 07, 2024 7:31 pm
View ArticleTroubleshooting • Problems using Raspberry Pi PicoW with FreeRTOS
I want to use picoW with FreeRTOS. I sort of have it. My directory structure for the project is below. In src/main.cpp I have the following and it works fine. I get different tasks...
View Article