Troubleshooting • Re: Please Help! RPi5
I suspect you have plugged the 40 pin cable in backwards, or attached some hardware to the GPIO incorrectly.Disconnect everything from the Pi 5. Remove the SD card. Connect HDMI to a monitor and apply...
View ArticleRaspberry Pi OS • Re: rc.local does not exist and cannot recreate function
Not sure what your point is, but never mind. It doesn't matter.Not surprised. Statistics: Posted by bls — Tue Jan 07, 2025 3:56 am
View ArticleBeginners • Re: PATH=/ ... :$PATH does not work?
~/bin is automatically added if it exists when you log inthere's no need to manually add, it's in .bashrcStatistics: Posted by kerry_s — Tue Jan 07, 2025 11:20 pm
View ArticleRaspberry Pi OS • Re: etc/rc.local does not exist
You could but the traditional incantation isCode: #!/bin/sh -eMeh. Some traditions are meant to be broken. Statistics: Posted by bls — Tue Jan 07, 2025 11:49 pm
View ArticleGeneral • Re: Raspberry Pi Pico W wifi
Prompt the user to input the details at Run time? How would you do that on a PICO that doesn't have a screen or KB?Serial port console / USBStatistics: Posted by gmx — Tue Jan 07, 2025 11:57 pm
View ArticleRaspberry Pi OS • Re: systemd kills all processes? Really? Since when?
All I know is that A) I haven't done anything - haven't called any weird programs or set any weird options or changed any config files and that B) Both screen and tmux work fine (since I use both, all...
View ArticleGeneral • Re: Problems trying to play audio using MAX98357 audio amplifier
In theory, this is a straightforward breakout board that should "just work", because Adafruit wired it in roughly the same way:https://learn.adafruit.com/adafruit-max ... p?view=allSince good low...
View ArticleGeneral • Re: Adding storage to the Pico
Hi,happy new year. I am currently working on this project: https://github.com/qubit999/senfOSI have a working example of a baremetal tls https server that serves static and dynamic pages with server...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C Communication Issue with the...
@aBUGSworstnightmareOur image sensor cannot generate voltages higher than 2.8V. However, it is designed to support I2C communication at voltages ranging from 1.8V to 3.3V.The red X mark indicates that...
View ArticleGeneral • Re: USB speed on PIO
The same. Split it into separate USB streams. And I assume you mean 'x 32' but you could try 20 or 24 bits maybe ? And 16 for the less important channels ?Yes, 24 bit is probably enough. so it would...
View ArticleDevice Tree • Re: For the life of me I can't make TLV320AIC3110 Audio chip...
If it helps, this is the schematics for the Audio CodecLoking for any idea on how widgets and routing works for the the class D speakers workingStatistics: Posted by laxamar — Thu Jan 09, 2025 1:44 am
View ArticleTroubleshooting • Re: ABC (Aus) IVIEW DRM error RP5 with latest RPOS
Well it seems that SBS on Demand is fixed. I don't know if it was SBS or this mornings updates to RPOS that fixed it though.End result is that it's fixed... Statistics: Posted by Mark_F — Thu Jan 09,...
View ArticleSDK • Re: Raw SDK performance is worse than arduino-pico
This is tragic, arduino-pico uses the SDK as well. Statistics: Posted by gmx — Thu Jan 09, 2025 1:56 am
View ArticleCamera board • Re: Help! Trouble Synchronising Global Shutter Camera (IMX296)...
I suggest you:First:1) verify you're starting the camera w/o the MAS soldered first (master). Then wait 2 seconds min. and start the slave/sink camera (MAS soldered).Second if needed:2) double check...
View ArticleGeneral discussion • Re: USB Button?
Do USB Buttons work with Raspberry Pi? Can you program what the key(s) are in Windows and then the Raspberry Pi will just thinks it is a regular keyboard? Or is there more to it?Which USB button are...
View ArticleGeneral • Re: Use debug probe with PICO 2
gmx, I'm looking for the connecter in this image.Thanks.Statistics: Posted by cpottle9 — Thu Jan 09, 2025 2:30 am
View ArticleGraphics programming • Re: Decoding H265 on Raspberry Pi 5 via V4L2
The HEVC decoder follows the stateless decoder API - https://www.kernel.org/doc/html/latest/ ... coder.htmlYes you need to have decoded the bitstream headers and provide the relevant controls via the...
View ArticleRaspberry Pi Connect • Re: I can't type on raspberry pi conect
i'm running the screen on pop os 22.04 on firefoxStatistics: Posted by pomnomnom — Thu Jan 09, 2025 2:57 am
View ArticleAdvanced users • How to select gpio in the device tree of CM5?
I will add gpio-beeper by modifying the device tree. Because now CM5 starts to use RP1 controller gpio40 (Standard 40-pin GPIO header via RP1 Southbridge).I used to have it working fine on cm4.Code:...
View ArticleAdvanced users • Re: Raspberry pi 5 won't boot automatically some times when...
no, all boards in wifi without plugged usb device Statistics: Posted by leonardolontra — Thu Jan 09, 2025 4:19 am
View Article