MicroPython • Re: Micropython on the RP2354B using internal flash
Is mpy-cross required for a basic build (no frozen code)?Statistics: Posted by gmx — Tue Feb 03, 2026 10:05 pm
View ArticleCamera board • ScalerCrops min and max values
after generating a 2 stream configuration (v2 camera 1640x1232 10 bpp sensor config with stream 0 being 1920X1080 and stream 1 being 1280x720) when I find the min and max values in camera controls I...
View ArticleBeginners • Re: windows 10 laptop to PI 3B+ using ethernet cable
When you folks do connect to your Pi using ethernet cable,.. you just type the IP address into the address bar in your browser right?When I connect the ethernet cable, it shows up in the list of...
View ArticleRaspberry Pi OS • Re: Installed Trixie and cant add a bottom toolbar
RaspiOS Desktop is a basic and lightweight DE.It does not come with all the bells and whistles, but it runs fast even on old RPI with a lot less CPU powerIf you have a RPI5, as already suggested, KDE...
View ArticleNetworking and servers • Re: Connecting RPi to Windows PC with...
We have a straight-through network cable. We are wondering if we can use this cable (straight-through network cable) to connect between RPi CM4 IO board and Windows PC without a router in between....
View ArticleTroubleshooting • Cannot install I cannot find ' squid-deb-proxy ' with ' apt...
I want to install ' squid ' and ' squidguard ' on my PI-5 BookWorm. A module ' squid-deb-proxy ' is not available. Has anyone found this code that I might either install or compile if necessary?Thanks...
View ArticleBeginners • Re: BlueTooth on my PI-5 doesn't connect ...
Which OS is on that Pi5? (Legacy is too vague)It was the older Raspian OS but I have now switched to BookWorm and I managed to get everything working. Tnanks for the post. Sorry I was so late getting...
View ArticleGeneral • Re: RP2350: Secure/Non-secure Separation
The current SDK version does not support building NS and S binaries for you.That said there is a WIP PR here https://github.com/raspberrypi/pico-sdk/pull/2753 which lets you do so, however it is still...
View ArticleSDK • Re: Setting up a new project – my approach is probably not the intended...
CMake integration extension helps with any project that has more than one target.Statistics: Posted by breaker — Wed Feb 04, 2026 9:55 pm
View ArticleRaspberry Pi OS • Re: ran sudo apt update and got this any help would be great
This tells me that some configuration file *somewhere*That "somewhere" is going to be in /etc/apt/sources.list.d/ where there will be files ending in .list or .sourcesEh... not my quoteStatistics:...
View ArticleSDK • Re: Making SSID and WiFi password accessible via USB
One option would be to make these variables configurable with picotool. Picotool has `config` command that allow viewing and editing configurable variables in the firmware image or directly on a...
View ArticleGeneral discussion • Re: Adding HDMI or VGA monitors using USB
There is opportunity for maximising profit in having a modular system; a basic USB to HDMI module with button interface modules and whatever which can be stacked on top. Maybe a Wi-Fi or Ethernet...
View ArticleMedia centres • Bluetooth speaker x Pi Zero retrofit
Hi forum. I'm looking to do a small project adding WiFi music player capabilities to a basic, small (but nice looking!) bluetooth speaker.The speaker is very simple: one knob to turn it on and control...
View ArticleHATs and other add-ons • Re: Official Pi 5 PoE+(+?) HAT product still to come?
OK, so the POE+ HAT I was using is now slightly borked - the fan is rubbish, and suddenly got rather noisy - I think some dirt blew in the window and contaminated the bearings. For anyone following...
View ArticleGeneral • Re: State machine pio question.
I have tried reading the datasheet RP2350, and found the limit is 32 instructions, but am unsure if that's 32 per PIO block, or 32 per state machine?Per PIO block, SMs inside a PIO block can execute...
View ArticleSDK • Re: PICO 2 + HDMI Ext board
I've imported the project with VSCode, it builds for Pimoroni Pico Plus 2 with the latest SDK 2.2.0 without a hiss.Moreover, it generates valid DVI/HDMI signals, should work. :Statistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB LED light
If the pi is powered by a battery, and I turn off USB power, will it also turn off the pi?Statistics: Posted by diracleo — Thu Feb 05, 2026 10:16 pm
View ArticleBeginners • Re: Anthias
Updating Anthias content is just done via the URL which it essentially displays. We'd change the URL content rather than anything else. It's effectively used as a full screen web browser at the...
View ArticleGeneral discussion • Remote battery parameters measurement on android app
Hello everyone. I can't find a thread on this forum that allows me to use my Raspberry PI for multiple remote measurements on an Android app. Let me explain: I have five lead-acid batteries that are...
View ArticleTroubleshooting • Re: RPI Imager v 2.0.6
See https://github.com/raspberrypi/rpi-imag ... local_jsonUsing the python script you create a json file that pi-imager will use to apply customisations to downloaded official PiOS imagesAIUI that...
View Article