Advanced users • Re: GPIO headers on bottom, again
Any other ideas?Reroute the traces on your board and mount the Pi upside down?Statistics: Posted by thagrol — Mon Jan 13, 2025 5:11 pm
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
A couple of notes bearing in mind that while I've researched this and implemented only the SMbus Alert Response Command using the Pico SDK, I am really a beginner at this.It is worth noting that while...
View ArticleBeginners • MP4 video freezing after 1 minute
After many attempts I've managed to get a tiny 2 minute piece of video playing on startup from an rpi0 through a waveshare 2" display by using the disk image file from https://videolooper.de. On the...
View ArticleTroubleshooting • Re: RPI5 8GB - reboot gets 8 flashes
8 flashes is an SDRAM failure - this is an unfixable HW failure. If the device is still under warranty it should be returned for a replacement.Statistics: Posted by jamesh — Tue Jan 14, 2025 4:55 pm
View ArticleBeginners • Re: MP4 video freezing after 1 minute
Which OS ?Omxplayer is deprecated.viewtopic.php?t=346146#p2073713Statistics: Posted by gordon77 — Tue Jan 14, 2025 4:56 pm
View ArticleRaspberry Pi OS • Re: Buster -> Bullseye doesn't upgrade kernel
You might have not changed all the sources.list entries required.Please show the output of "apt policy raspberrypi-kernel" and also "apt policy".Here they areCode: root@nbagent-5eff:/home/netbeez# apt...
View ArticlePython • Re: GPIO busy in Flask Service
Thank you for your suggestions!I'm now only using the RPi.GPIO library and re-coded the buttons. Now everything works as desired.Statistics: Posted by LuMa97 — Tue Jan 14, 2025 5:13 pm
View ArticleRaspberry Pi 400 and 500 • Re: Bluetooth Full Fidelity Playback BT issue
I am using the headphones right at the keyboard. It was working on High fidelity playback one day and not the next day.Statistics: Posted by Fred1984 — Tue Jan 14, 2025 5:24 pm
View ArticleCamera board • Re: imx708 metadata
I'm aware of those parsers. My question is specifically whether you're able to share any information on the 5th metadata line for which, as far as I can tell, there is no parser. There is a comment in...
View ArticleHATs and other add-ons • Re: Pi 5 Case Recommendations - Looking to Integrate...
A KKSB with HAT installed viewtopic.php?p=2233478&hilit=KKSB#p2233478Not a recommendation when using the Pi at heavy loads as the case has a poor thermal performance!Statistics: Posted by...
View ArticleRaspberry Pi OS • Serial terminal software (PuTTY & minicom) not working...
I am running the latest version of Raspberry Pi OS (64-bit) on a Pi 4 with 8GB RAM. I have a need (go figure) to make use of serial terminal software to access some devices via serial ports.I have...
View ArticleTroubleshooting • CM5 Pi OS install error
Attempting to load Pi OS 64-bit on CM5 loaded on official Raspberry Pi Compute Module 5 IO Board. sudo ./reboot -d mass-storage-gadget64 runs with success.Results in this message on the serial...
View ArticleGeneral discussion • Re: 3.3V 5.5V Shortage Still A problem on RPi5
Hey,sadly my Pi5 has meet with a short between 3.3 and 5V.Im Wondering. This Problem was prominent on Rp3. How can it be that this Problem has not been resoved on Pi5(With a failsave for example).I...
View ArticleOff topic discussion • Re: AI is dangerous
Agreed, while it can be useful for brainstorming, generative AI cannot be trusted. Predictive AI, like computer vision, can be helpful to science.We love Asimov at my house. I need to re-read the...
View ArticleBeginners • Re: Video loop with button start
Have a look at this:https://stackoverflow.com/questions/491 ... python-3-6Code: Ended = 6current_state = player.get_state()while current_state != Ended: current_state = player.get_state() # do sth you...
View ArticleGraphics, sound and multimedia • Re: Working Handbrake v1.9 instructions-a...
Over the years and versions there have been many bug fixes and support for new codecs like H.265. A few of my favorites are:The HDR color space of H.265 is incorrectly mapped to that of H.264...
View ArticleGeneral • Re: Some queestions about raspberry pi pico
Good chance there is no hardware. Could be someone trying to generate training material for AI.I think this conspiracy theory is much less likely than a user having run into a problem which hasn't...
View ArticleTroubleshooting • Re: constant freezing with the raspberry pi 5 under any...
I'll try that and repost the errors. I could probably give more space. But i've had many setups since getting this and the issue persists through them all. I started with the bare heatsink that came...
View ArticleTroubleshooting • Re: No HDMI output when using Ai Hat+
assuming you are running bookworm:---snipThe 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,...
View ArticleBeginners • Re: Serial Communication with a PC
What am I missing here ?Here is my full config.txt file : Code: # For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality. See link above for...
View Article