Networking and servers • Re: Perforce P4 - Raspberry Pi 3B+
what advantage does it have over git lfs?Hi, thanks for replying!P4 is a VCS optimized for performance and strict binary file control, ideal for large or centralized environments. Git LFS, in...
View ArticleAutomation, sensing and robotics • Re: GPS Stationary Algorithm
At work a few years ago I made a prototype GPS application where I used a Moving Average function to dampen the noise of the GPS coordinates. I averaged latitude and longitude separately of...
View ArticleC/C++ • Re: Best way to determine "bitted-ness" from a running...
All those memory models were ways to optimise for good performance. On those early processors there was no need to carry 32-bits around when all the addresses fit within a 16-bit range. I'm happy to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • [SOLVED] Re: Pi Zero 2W, with I2C and SPI...
Thank you @6by9 and @fchk!This explains it. I guess the concern over reducing drain on the PI by switching the 3v3 voltage to the breadboard with other GPIO pins connected was a bad idea. However, as...
View ArticleTroubleshooting • Re: Gaps In Logs - How to find out what happened?
I'm in the same location as this Pi. Just before we arrived, the person who cleaned the place knocked this Pi around a bit, broke the case, unplugged the power supply and left the thing on the...
View ArticleTroubleshooting • IR receiver not getting data
After 3 hours of trial and error I still cant get a signal from my IR Reciver model.I have a Raspbery Pi 3 running version 13.1.I have bought this set: https://www.roboter-bausatz.de/p/infrar ......
View ArticleRaspberry Pi OS • Re: Trixie and motion software
Houtson we have lift off - a clean install of motion on a raspberry pi 3B running Trixie 64 bit works!! Thanks everyone for you help especially Kudos to Neilgl Statistics: Posted by Jbarnett12 — Sat...
View ArticleSDK • Using multiple SDK's
I've been using SDK1.5 with the Pico1 and want to keep that SDK, but I just received a Pico2 so I want to install the latest SDK as well. Can I make this happen easily? Like, can I just have different...
View ArticleNetworking and servers • Re: Security risk running Pi4 in 2025?
wifi is not the newest kid on the block, but one the biggest dangers to human health,Do you have any evidence for this? Please link to a peer-reviewed published study.it is consierered only "possibly...
View ArticleLinux Kernel • Re: Mainline support status?
So technically once 6.18 lands, will we be able to use mainline kernel? Or is there still something missing?Splendid, if it is the case.Statistics: Posted by AkulaMD — Sat Oct 25, 2025 1:12 am
View ArticleNetworking and servers • Re: Compatible Wi-Fi Adapter For Raspberry Pi 4...
Have you plugged it in and seen that it doesn't work? I expect it actually will.Presumably you are aware that the Pi 4 has wifi built in.Yes, I am aware the raspi has built-in wifi. But our plan was...
View ArticleRaspberry Pi OS • Re: RPi5 seems to be stuck on older firmware.
My Pi5 Bookworm has Code: rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Wed 27 Aug 19:01:47 UTC 2025 (1756321307) LATEST: Wed 27 Aug 19:01:47 UTC 2025 (1756321307) RELEASE: latest...
View ArticleAdvanced users • Re: autoboot.txt, tryboot and automatic restarts on common...
Thanks again Tim.I enabled UART for bootcode.ini (https://www.raspberrypi.com/documentati ... art-enable)and for 2ndstage (https://www.raspberrypi.com/documentati ... art-enable) and was able to see...
View ArticleGeneral • Re: How do I access the Bluetooth examples?
I think that answers your question.https://www.raspberrypi.com/news/pico-vscode-extension/Statistics: Posted by Gustavo_Murta — Sat Oct 25, 2025 2:58 am
View ArticleGeneral • Re: Synchronize timer to external clock / Reset timer
I developed a project using the RP2040's Systick Timer. I was impressed with its speed and accuracy. It has a lot of interesting features. Maybe you can use it. Note: I used the Tinygo programming...
View ArticleBeginners • Re: Imager 1.9.6. Auth via Public-Key only?
Is there a way to get it to work using just user/pass? I have tried turning off the use SSH Key and it's still wanting to use the SSH Key. I am at a loss how I need to configure the Pi Imager settings...
View ArticleBeginners • Re: PowerPoint (or similar) display project
See @thagrols guide. (boot.pdf)yea, you create a bash script, invoke the bash script on startup using one of the methods he describes.or you could use the entire command when invoked. i prefer the...
View ArticleRaspberry Pi OS • Compose key works everywhere except Chromium on Wayland...
Summary:The Compose key is configured and works correctly across the system (terminal, editors, GTK apps, Firefox). However, it does NOT work in Chromium when Chromium is running via Wayland. If...
View ArticleWanted • Re: DA9091 Source / where to buy
Though, despite asking, we haven't been told which official resellers stock them, and I haven't been able to identify any which do.All I can find is the DA9090 for the Pi 4. Is there a "secret" SKU...
View ArticleSDK • Re: Using multiple SDK's
Since you are using Linux, you could consider using containers. That way the entire environment is preserved and independent of other containers. So if a new release comes along you can create a new...
View Article