Raspberry 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: Enabling UART for Raspberry Pi 5 without disabling other...
you want to enabled a UART and you don't want to have a console (for outputing boot messages i.e,), right?https://github.com/raspberrypi/linux/bl ... 5289-L5292Code: dtoverlay=uart0-pi5is all that's...
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 ArticleFor sale • Re: RPi4b & 3b for sale
Wildfire,You are correct. The 3b is only 1Gb RAM.Anyway are you still interested in buying the lot?Statistics: Posted by Peter Linu — Sat Oct 25, 2025 11:15 pm
View ArticleKeyboard computers (400, 500, 500+) • 500+ screw pattern for mounting plate
So, previously i tried to mount a 400 for an install in a hard case. It sort of worked.Thus i am very happy with the decision for the 500 plus to use screws. I've already confirmed that the screw...
View ArticleBeginners • Re: Asking for pointers with a humidity sensor plan.
I do something similar with the dht22 sensor. The simple way to collect all the readings in a central location is have the sensor program write to a log file on the zero (you can save...
View ArticleRaspberry Pi OS • Re: Compose key works everywhere except Chromium on Wayland...
Are you running trixie, or bookworm? Is it only your custom sequences that fail?Compose works for me in Chromium in Wayland (labwc) in RPiOS trixie with default sequences like ss→ß, :)→☺. Chromium...
View ArticleOther projects • outdoor Pi enclosure that works well
IDK if this is the right place, anyway: I have a semi-permanent GNSS receiver station. The longer your antenna cable, the more signal loss you have so the electronics should be reasonably close to the...
View ArticleGeneral • Re: Programming via debugger causes very significant slowdowns in...
OK, I tested this by enabling FreeRTOS SMP, and having a task on each core that prints (I only have two tasks)printf("Loop! %d\n", get_core_num());amongst the other things and I see that both cores...
View ArticleMedia centres • Re: Suggestions for software to make standalone media player...
what's wrong with KODi?Works good with touchscreen?If the screen has the correct DRM drivers, then it should work just like an HDMI display and mouse.Statistics: Posted by jamesh — Sun Oct 26, 2025...
View Article