Quantcast
Channel: Raspberry Pi Forums
Browsing all 7995 articles
Browse latest View live

Compute Module • Re: HDMI DDC backdrive problem keeps CM5 from booting

Can you work out what the pull up resistors in the monitor are? E.g. with a 47K to ground and nothing else connected you should see half the supply. I suspect the pullup is too strong and thus...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting • 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 Article


Image may be NSFW.
Clik here to view.

Compute 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 Article

Raspberry 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 Article

Hailo • Re: Raspberry Pi 5 with P33 NVME HAT and AI HAT+ 2

Hi, Thanks for the reply, here is a little details of my setup and what I have currently found out.I have a raspberry pi 5 setup currently with the 52Pi P33 M.2 NVMe 2280 PoE+ HAT. I am trying to add...

View Article


General • Re: CMake can't find Ninja, Pico extension on VSCode

I am trying to start a new project at home using the pico extension on vscode on Windows 11.When starting a new project, deselect 'Enable CMake-Tools extension integration'.Or downgrade pico extension...

View Article

Compute Module • Re: Heatsink attachment to RPi CM4

.Statistics: Posted by Bugg_png — Tue Feb 03, 2026 12:50 am

View Article

Image may be NSFW.
Clik here to view.

HATs and other add-ons • Re: Need the ability to boot multiple OSes installed...

I've said for some time that the installer should allow for partitioning of disks, & not take over the whole disk for the O/S. What would be even better is to have a boot loader that can be...

View Article


Raspberry Pi Connect • Re: Remote shell but no screen sharing

Turns out that Imager seems to have only applied customizations for raspberry pi connect, and nothing else. I connected my pi to a display and had to go through the full first-boot setup from scratch...

View Article


C/C++ • Re: Little BASH file For Adding New Source File to Multi-File Project

A few suggestions.In the beginning you have a filename passed to the script. You test it with -z, which instead you should use -r (see `man test`). That'll show if the file exists and is readable.In...

View Article

Camera 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 Article

Image may be NSFW.
Clik here to view.

Beginners • 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 Article

Raspberry 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 Article


Networking 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 Article

MicroPython • Re: Micropython on the RP2354B using internal flash

I am not sure you can have a build with no frozen code, but you might get away without 'mpy-cross' if you can. You could try renaming or emptying the 'modules' directory but at least one of the...

View Article


Troubleshooting • 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 Article

Beginners • 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 Article


General • 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 Article

Troubleshooting • Re: Cannot install I cannot find ' squid-deb-proxy ' with '...

Bullseye was the last Debian Release to have it.Statistics: Posted by craigevil — Wed Feb 04, 2026 12:20 am

View Article

SDK • 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 Article
Browsing all 7995 articles
Browse latest View live