Raspberry 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 ArticleTroubleshooting • Re: ABC (Aus) IVIEW DRM error RP5 with latest RPOS
Fresh install on RP5. Neither Chromium nor Firefox can play video on ABC Iview website claiming error 246007 which mentions DRM. However, both Firefox and Chromium both work on other sites requiring...
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 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 ArticleC/C++ • RPI Pico W as a bluetooth HOG keyboard can't pair with a hardcoded...
Hello, I've been struggling with this for a couple days.Using the Pico C SDK btstack (bluetooth stack), I am trying make my Pico W into a simplified virtual bluetooth keyboard for my phone (or another...
View ArticleBeginners • Re: Power
Why not get the official power supply?https://www.raspberrypi.com/products/27w-power-supply/Trying to use fewer plugs.And it's looking like I need a powered hub now Statistics: Posted by rwb — Fri Jan...
View ArticleGeneral discussion • Object detection trouble getting setup
Hi,I have a bunch of questions as I've been struggling to get TensorFlow Lite up and running.- Running Bookworm 64Bit (released 2024-11-19)- Have a Camera connected to the camera portI've followed the...
View Article