General discussion • Fullsize keyboard kit?
I like the concept of the pi 500 / pi 500 plus... but I hate the size format.It is just too tiny of keyboard.I need a full size keyboard, for my big meaty man hands. ( ok they aren't that meaty )I...
View ArticleGeneral discussion • Re: What product would you like to see?
Maybe Raspberry Pi will temporarily drop out of the 'home PC' market, concentrate on top-end OEM and lower-spec maker offerings ?I suspect what we'll see is the same as the last chipageddon:...
View ArticleTroubleshooting • Re: USB Gadget Mode via rpi-usb-gadget
Hi,Just checked on my Windows 11 PC with Raspberry Pi Imager 2.0.6, and it's working for me.I used 'create_local_json.py' to create a custom manifest file (as described in the blog post).I double...
View ArticleCompute Module • Re: How to backup python files in RPi
To start working with Python venv:$ apt install python3-pip python3-venv$ cd your_python_project(copy your py files, data files, and no libraries into this folder... I recommend getting network...
View ArticleRaspberry Pi Connect • Remote shell but no screen sharing
On Pi OS Bookworm, I used Raspberry Pi Imager v2.0.1 to flash Pi OS Trixie 64-bit with desktop to a 32GB A1 SD card, configured a hostname, username, password, and raspberry pi connect authentication...
View ArticleGeneral discussion • Re: Question about Raspberry Pi 4 dual RAM variant
This is NOT a suggestion or feature request, but... This change look like it would support making a 16GB Pi4B variant. It'd be kind of silly to do so (anyone who REALLY needs 16GB is probably better...
View ArticleBeginners • Re: Skip Avahi (Bonjour)
To the best of my (limited) knowledge, on a Pi (or older versions of Windows), the only thing Avahi/Bonjour is actually needed for is making connections by hostname. E.g...Code: ssh...
View ArticleTroubleshooting • 4B No Display, Strange EEPROM behavior
Hello everyone, Currently having a horrible time getting a 4B, 64bit, 4GB model to boot for the first time. I initially loaded the imager, ran through the Rasp. Pi 4 settings, did 64 bit, disabled...
View ArticleMicroPython • 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 Article