Raspberry Pi OS • Re: rdesktop slow
We normally use VNC Viewer, not rdesktop (MS RDP), so what happens if you use that?Note I also use RDP with my Debian 12 Bookworm AMD64 - all fine.Statistics: Posted by neilgl — Fri Mar 29, 2024 10:08...
View ArticleGeneral discussion • Re: Raspberry Pi OV5647 camera not working
[0:01:39.241077338] [2701] ERROR RPI pipeline_base.cpp:1377 Please check that your camera sensor connector is attached securely.[0:01:39.241090801] [2701] ERROR RPI pipeline_base.cpp:1378...
View ArticleTroubleshooting • Re: Wifi unstable
I see you are on 2.4Ghz wifi. I have been having issues if i select a 40mhz channel. Try 20mhz. The wifi/bluetooth chip on the RPI (3, 4 and 5, all of them) has been given me all kinds of problems...
View ArticleAdvanced users • XZ compression
On both of my raspberries, one on bookworm, one on bullseye, they show:Code: $ ldd $(which sshd) | grep liblzma | grep -o '/[^ ]*'/lib/aarch64-linux-gnu/liblzma.so.5I am worried, please...
View ArticleSDK • Re: FreeRTOS+TCP vs lwip?
Mongoose peaked my interest, however I also need FreeRTOS and it also took me some time as a newbie to understand LwIP. Specially when it comes to when to copy data, when sockets get's closed etc.....
View ArticleBeginners • Re: raspberry pi5 cluster to use in a multi-charger hub
If you plan to add an NVMe or USB flash storage device to any of the PI 5 computers in the cluster that Pi will need 5A. If they all run no monitor, no keyboard and no storage except SD card, then 3A...
View ArticleSDK • 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 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 Article