Quantcast
Channel: Raspberry Pi Forums

Troubleshooting • Re: Raspberry Pi 5 won’t turn on

What is plugged into the GPIO?Statistics: Posted by ame — Mon Mar 09, 2026 3:50 am

View Article


Image may be NSFW.
Clik here to view.

General • Encrypted boot example: otp.json changes between builds

Experimenting with the example project /bootloaders/encrypted, I noticed that the otp.json changes between builds. The values stored in pages 29 and 30 are completely different, while page 31 stays...

View Article


HATs and other add-ons • Re: Active Cooling Fan not runing on Rasperry Pi 5

Check for a bent pin.Statistics: Posted by pidd — Mon Mar 09, 2026 5:00 am

View Article

Image may be NSFW.
Clik here to view.

Other • Re: Ideas and discussion of capable browsers for low memory pi

How about conversion?There are systems that convert HTML pages to images by opening the page in a Web browser then screen capture. An alternative conversion would be to filter the CSS/HTML/Javascript...

View Article

Other • Re: Removing original User account and the added storage.

Two lines of code is all it took. I looked it up. "sudo deluser --remove-home username""sudo deluser username"Now anyone who looks for this information can find it.Why couldn't you just tell me...

View Article


General • Re: (Waveshare)Rp2350A Usb Pi Zero Not working as a Host

gmx's guidance or explanation is based on how USB 1.1/2 operates. The link provided explains the issue clearly. it's all in the USB specs.Look @z_rh0, if you are someone who trust an AI coder in such...

View Article

Camera board • Re: Using VC-MIPI-IMX226 camera with libcamera?

Hello everyone:My VC-MIPI-IMX226 black and white camera is also not working, can anyone help?I installed the bookworm system on CM4 and connected VC-MIPI-IMX226, then followed the instructions...

View Article

Beta testing • Re: Raspberry Pi Connect: Remote Update

I use rpi-image-gen in a docker environment on a MacBook M1.Code: # DockerfileFROM debian:bookwormwith docker-composeCode: services: rpi-image-gen: build: context: . dockerfile: Dockerfile platforms:...

View Article


General discussion • Re: STICKY: PINN - An enhanced version of NOOBS.

"I am having a problem rotating the screen to landscape mode when using PINN with the Waveshare 7.9-inch HDMI display...

View Article


Compute Module • Compute Module Zero Wifi Issue

Did anyone has a compute module zero on hand? I got one model ED-IPC1000-10008 that uses CM0 through Edatec. I got an issue with wifi signal where it is really hard to connect to the nearby access...

View Article

Camera board • Re: RPI5-camera: using rpicam-raw can get good raw image while...

You could save the captured images by adding, for example:Code: import cv2for i, image in enumerate(images): cv2.imwrite(f"image_{i}.jpg", image)If you don't have cv2 (OpenCV) installed on Raspberry...

View Article

Hailo • Re: Monitoring Hailo-10H Chip Usage in Hailo-Ollama/OpenWebUI

Right now the monitor tool does not work for the Hailo 10H device. However, it will be updated soon to add this functionality.Statistics: Posted by naushir — Mon Mar 09, 2026 8:42 am

View Article

Hailo • Re: AI NPU usage statistics

Right now the monitor tool does not work for the Hailo 10H device. However, it will be updated soon to add this functionality.Statistics: Posted by naushir — Mon Mar 09, 2026 8:42 am

View Article