General • How do Pico-range and RP2 users do things ?
One for Raspberry Pi ... but others may wish to comment ...Given we have little insight into how users undertake development for their Pico-range and RP2 devices; would it be useful to add some...
View ArticleOff topic discussion • Re: AI is dangerous
That's way beyond "there are some aspects of the Expropriation Act which concern me".Is this thread still about AI?It is an issue AI has notoriously commented upon in a manner which requires...
View ArticleBeginners • Re: "Help with Installation of OpenMediaVault and Docker"
Check which ports are in use by the Docker containers and check which ports OMV uses by default (80/443?)Statistics: Posted by neilgl — Tue May 20, 2025 8:15 pm
View ArticleAdvanced users • Re: Controlling IR LEDs for Night Surveillance with GPIO...
This has the basics https://projects.raspberrypi.org/en/pro ... apse-setup (but we use picamera2 now)In that for loop you will need to set a GPIO high to turn on the IR LEDS - e,g, via a suitable...
View ArticleCamera board • Re: HQ Camera XVS trigger with Raspberry PI 5
I 've tried with this code and I reached a precision of about 15-20milliseconds between images on the same raspberryPi5 (server-client setup of the cameras), using video mode and half resolution. If I...
View ArticleSDK • Re: Storing data (credentials) to flash keeps getting overwritten (Pico...
Have just tried, cleaned from debugger the last sector of the flash (was full of EFEF...), then loading a UF2 with E10 block present, no partitions:Code: picotool load ./picow_wifi_scan_background.uf2...
View ArticleDevice Tree • Re: ttymidi not working
hi all I have asked Grok to It didn't work. Right?I didn't check any of these... I'm still figuring out what should I do... Like... I don't want to compromise my main OS image, most probably I will...
View ArticleGeneral • How can i put a file .h in another section of memory? rp2040
Hi to all!I want to know how can i put a file (or various), in diferent location in memory, to use later.I use a sound generator, for example, voice numbers, from 0-9.Later in the code, use that...
View ArticleRaspberry Pi OS • Pi OS - Network Manager Automatic(DHCP) not falling back to...
I am setting up some point-to-point connection from Pi5 (running bookworm) to a another PC (Windows), I want the connection to get LLA automatically without setting Link-Local Only IPv4...
View ArticlePython • Re: How do I learn how to use lgpio?
What features does gpiozero not have?Statistics: Posted by rpiMike — Wed May 21, 2025 8:48 pm
View ArticleGeneral discussion • Re: PIR motion sensor with outdoor case?
I find it hard to believe you can't find a similar replacement. My local DIY store has dozens of exterior PIR sensors and lamp assemblies. The butt-ugly two-floodlamps-and-pir-on-stalks model has been...
View ArticleTroubleshooting • Re: Server does not have the DPMS Extension for turning off...
Raspberry OS is a custom setupit's like an ever-changing beta setup, just enough function for release Statistics: Posted by kerry_s — Wed May 21, 2025 8:59 pm
View ArticleRaspberry Pi OS • Re: Pi OS - Network Manager Automatic(DHCP) not falling...
[shameless self promotion]Bookworm, Point to Point Ethernet (inc g_ether)Bookworm vs Bullseye - A Guide[/shameless self promotion]Statistics: Posted by thagrol — Wed May 21, 2025 9:22 pm
View ArticleGeneral • Re: How can i put a file .h in another section of memory? rp2040
It's been a looooong time since I used C on anything so my understanding could trivially be wrong.Header files (.h) exist so that you don't need to pull the source of the library into your program....
View ArticleNetworking and servers • Re: RPi4b - vnc - laptop
Trouble in Paradise!I tried it twice last night:1. Only showed 'remote shell'. Screen sharing had disappeared.2. Worked wellThis morning I tried to log in and see neither screen sharing nor remote...
View ArticleTroubleshooting • Re: Pi 5 trashes SD Cards
OK, Pi Hut were excellent and after trying some diagnostic steps they replace my Pi 5 without quibble. With the new pi and an existing SD card I had instant sucess. So I plugged back in the cooler and...
View ArticleFor sale • Hackberry Pi Zero Cyberdeck 9900 keyboard
I am selling a HackberryPi Zero cyberdeck with bb 9900 keyboard - £100. It's been hardly used and is in mint condition (the screen protector sticky plastic has not even been removed)Youtube video -...
View ArticleGraphics, sound and multimedia • Re: Aggregate Usb audio device like in Mac...
On the Mac it's possible to aggregate all Usb audio devices, like a Usb Synth, multiple Sound cards, etc.Then open a DAW, and choose the newly created Agregate device, and you get immediate access to...
View ArticleOther RP2040 boards • Do I need a protecting diode?
I have a RP2040-Zero to control a high current LED with PWM through a LED-Driver. GP14 should be used to transmit a PWM signal to control the LED-Driver, which controls the LED. GP28 should be used to...
View ArticleCamera board • [Help] Not able to seek rpicam-vid output videos
Hello,on my 2W on bookworm and picam3i run Code: rpicam-vid -t 300s --width 1920 --height 1080 --framerate 50 -o "output.mkv"the output will play but you are not able to seek in the video. What am i...
View Article