SDK • Re: flash_get_unique_id causes exception
From the documentation here : https://www.raspberrypi.com/documentati ... ware_flash One should use any of these functions : https://www.raspberrypi.com/documentati ... re_lockoutHowever, why not call...
View ArticleAdvanced users • Re: XZ compression
For the uninitiated, a major compromise has been discovered in liblzma, where an apparent backdoor has been inserted that breaks ssh-rsa authentication in sshd. The backdoor is intentionally...
View ArticleSDK • Re: pico_w instability with wifi and freertos
I have it running with FreeRTOS in SMP mode and two cores and USE_PREEMPTION . At least for a few days calling the HTTP service I made worked fine.I have set this in my cmake:Code:...
View ArticleSDK • Re: Get Substrings using Delimiter
If you are ok to use C++, you can look into https://www.etlcpp.com Examples to do what you want to do is on: https://www.etlcpp.com/string_utilities.htmlIt's a pretty cool library!Statistics: Posted...
View ArticlePython • Re: Bookworm & Python library hell
Thank you all for your replies. What initially seemed like a big change for working with Python in Bookworm, now seems rather more manageable!To summarise:Installing:Install Python packages with apt...
View ArticleCamera board • Re: Camera Modul not working
I tried make a security cam, thanks for your anwser i got it workingStatistics: Posted by DoGame5 — Sat Mar 30, 2024 10:09 pm
View ArticleRaspberry Pi OS • Re: "who" command displays a large # instead of...
Thanks everyone for your time and effort looking in to this.The build of 9.4 from source did fix the problem.After the build and test, I copied "who" into /bin, then tested again by just typing "who"...
View ArticleRaspberry Pi OS • Re: Installing and running omxplayer under Bookworm (on a 3B+)
But why go Bookworm not Bullseye on that Pi3?Indeed. The simplest solution would just be to run an older version. Most of my Pis run Jessie, since that does everything I need and does it...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
@avarvit:First of all, thank you again for the solution on the missing keyboard layout switcher/indicator.I am wondering, is there any feedback from spl237 to your pull request in the official repo?...
View ArticleOther RP2040 boards • Re: Custom RP2040 board not going into BOOTSEL.
Your layout doesn't seem to connect 3V3 to RP2040 pins 48,49 - they've just got decouplers attached, and I can't see any other connection from those capacitors back to the main 3V3 supply.One of those...
View ArticleGeneral discussion • Building local documentation: sass-embedded http error 403
Am building a local copy of documentation as described here https://github.com/raspberrypi/document ... umentation for a Pi 4 I'm going to use in an RV. When running 'bundle install', I'm receiving an...
View ArticleTroubleshooting • USB-GPIO input issue
Hello everyone,I have a program running on my Raspberry Pi that utilizes GPIO pins for input. Everything works perfectly fine until I connect any device to one of the Pi's USB ports. As soon as I do...
View ArticleTroubleshooting • Re: USB-GPIO input issue
CORRECTION:Its working fine when I connect a mouse or keyboard. The issue starts when I connect a USB Audio Sound Adapter through the USB ports.Statistics: Posted by ms.sadik — Sun Mar 31, 2024 9:48 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
The mistake IMO is not in having done it, but not better explaining what was done, why, and the consequences of that. They have simply left people to discover their, not unreasonable, expectations...
View ArticleRaspberry Pi OS • Re: rdesktop slow
Sorry...I expressed myself badly. I am using Raspberry PI OS that is based on Debian Stable (bookworm).P.S. Also the cable is working ok. I don't have lost packages and it was plug in my desktopI...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • How to interface with Ender 3 LCD
I have a spare Ender 3 LCD I want to reuse on my Raspberry Pi. I was wondering how I could connect it to the RPi? I managed to find the 5v and gnd pins on it but that's about it. Here's a photo of the...
View ArticleCamera board • Rebuilding rpicam-apps Failed
Hello all, I wished to rebuild rpicam-apps in an attempt to use OpenCV with my camera. I am running a Raspberry Pi 5 headless with the Lite OS, and an HQ camera. I followed the instructions given in...
View ArticleSDK • Re: build error SDK C
Can you post the error output from make?Statistics: Posted by breaker — Mon Apr 01, 2024 9:17 pm
View ArticleC/C++ • Re: Need help to build a working make file
Possibly slightly confusing: Your preprocessor which may be integrated into the compiler, needs a path to the header files Your linker needs a path to the librariesThe full process to build from...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
CEC for PI5 is on my list, but I have to fix some other things first.It looks like I will need to use libcec or the KMS API instead of the current method.Statistics: Posted by procount — Mon Apr 01,...
View Article