Troubleshooting • Re: How to add volume-control for external I2S DAC on zero 2w?
Page 22 of https://cdn.sparkfun.com/assets/e/6/5/a ... IO_v32.pdfThank you for your reply.I think I was not clear in my first post.I do not need a hardware volume control base on potentiometer or...
View ArticleTroubleshooting • Re: Raspberry doesnt boot on new device, boots on old...
Hi All,Fix applied. working solution.Thanks for the help!Statistics: Posted by Zerycian — Tue Jul 09, 2024 6:42 am
View ArticleOfficial Display • Re: Display Only Shows Backlight
two different FPC cables. They're not official raspberry cables, but they were advertised for rp5s. I have some official cables on order.Are they specifically display cables? The camera cables look...
View ArticleNetworking and servers • Re: networkmanager bridge to access point fails...
Solved sort of maybe.The first few times I used nmcli to set a password, I followed the examples and wrapped the password in double quotes. When nothing could connect, I edited the connection and...
View ArticleTroubleshooting • Re: Raspberry Pi 3 B Ethernet stops working after a while
Is the dhcp server for your LAN closely-coupled with the Ethernet switch?Might it be that the IP address lease from the dhcp server is expiring and that is being communicated to the switch so that the...
View ArticleTroubleshooting • Under voltage icon displayed when plugging in usb keyboard
Hi everyone,I’m using a RP3B+ with retropie installed. I am using the Nespi Case + along with an official raspberry pi power supply. When I plug in my official raspberry pi keyboard and mouse through...
View ArticleFor sale • Re: IMX327/462(RGB/MONO)/662(RGB/MONO)/678/585 Excellent...
MIPI 4 Lane connection to RPI5, now available for IMX219 and IMX258.https://x.com/ltd_soho/status/1810854930783371347Our camera modules and boards support MIPI 4 lane connection.Please contact us from...
View ArticleHATs and other add-ons • Help Needed - EM060K-GL LTE Cat-6 HAT
Hi,Does anyone have any experience the following Waveshare EM060K-GL LTE Cat-6 HAT please.All I am trying to do is use this hat to give my Pi 4 an internet connection so the Pi can be remotely...
View ArticleGeneral • Re: What percentage of MicroSD card supports SPI and FatFS
I am also interested in the current status and trends.It is clearly stated in SD Specifications Physical Layer Simplified Specification and other documents that SDUC cards larger than 2 TB do not...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
How much power does that lonely led consume?Felling adventurous? Put an inverter between it and the rest of the board.For the ones I have around that I want to make the bugging light go away, a drop...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The official Pi products fit some use cases but not others. Hence the need for products designed for a Pi. I sure wool like to see reports from people who have installed some of the stuff as the...
View ArticleGeneral • Re: any existing high-speed pico-to-pico bus?
My Proof of Concept codeThanks hippy!Statistics: Posted by cellularmitosis — Wed Jul 10, 2024 4:37 am
View ArticleTroubleshooting • Re: Cannot install updates, clock not synchronized
ITYM, ntp_adjtime()No, I did not. In Linux, ntp_adjtime() is just a library function that calls clock_adjtime(). You can synchronize the clock without the library function, but you cannot do it...
View ArticleTroubleshooting • GPIO interrupt
I am writing the gpio interrupt code.I dont know how it is work on Raspberry Pi5. I am configuring GPIO 18 pn as gpio input pin in config.txt file Code: import gpiodimport time# ConstantsCHIP_NAME =...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
GStreamer was only used to test the TC358743 is working. The video stream shall be used as OpenGL texture in own C/C++ code. My current implementation for Pi 4 uses DMA buffers to transfer the video...
View ArticlePython • Re: Running python script from PHP - crashes at "import...
I managed to fix this in the end and post what I did here in case it helps others. I decided to test my php script from the command line logged in as my daytoday user first with and without sudo....
View ArticleMicroPython • Re: Bluetooth Extended Advertising with MicroPython on...
"Computer says no":Code: 07/10/24 08:36:16.624 COM23@115200 c> Reset HCI CommandCOM23@115200[03 0C 00 ]opcode = 0x0C03 (3075, "Reset")07/10/24 08:36:16.630 COM23@115200 <c Reset HCI Command...
View ArticleAndroid • Re: [DEV] AOSP (Android 14) for Raspberry Pi 4 & Pi 5
I built AAOS for RPI5 from the work you put into raspberry-vanilla,so thank you. I first built r36, but there was that issue with not booting fully into the UI so I went back to r22 and built from...
View ArticleRaspberry Pi Connect • Re: Updating a file on a remote PI
On the default (or minimal) RaspiOS it would be (under Linux)scp newfilel pi@RaspPi-ip-address:newfilerso scp would just copy 'newfilel' to the home directory of user pi on your raspi and use...
View ArticleTroubleshooting • Geany 2.0
I'm attempting to build Geany 2.0 for my Raspberry pi 3B board because the older version of Geany's debugger plug-in is not working. An Internet search shows that this has been a problem for a long...
View Article