Camera board • Rpi-Cam-Web-Interface not working
HelloI'm noob to this program. Minor experience with RPi, but years with embedded systems.The instructions were written some time ago, before Bookworm. I did try Bookworm 32 lite, but had troubles...
View ArticleCamera board • Re: Rpi-Cam-Web-Interface not working
It's working.Pi OS Legacy (Bullseye) 32raspi-config Cam is listed and I turned it on. Got a msg that this is deprecated.Install went fine.URL: http://abc.local/html/index.php this brings it up. Now I...
View ArticleTroubleshooting • Re: RPI5: 22" touchscreen slow/buggy with Wayland, but...
run raspi-config, select X11 as the window manager and reboot. that's a one time activityStatistics: Posted by aBUGSworstnightmare — Tue Jun 24, 2025 4:34 am
View ArticleOther • Re: Browser Security
I have edited my post to include the previous paragraph in the Puppy forum. read. 'a more secure way' Just asking if any Rasbian coders could make it work, was hoping RonR would know, his Multiboot...
View ArticleAutomation, sensing and robotics • Re: Pico and chip(s) to measure tilt
calibration will increase the sensors Performance and accuracy. If you don't need that simply use it without having it calibrated.you can i.e. create a look-up table, take the average of some...
View ArticleSDK • Re: RP2040 printf to USB UART gets interrupted by an interrupt
The printf to USB UART stuff is quite complex -- the function has to copy your text elsewhere and queue it up for sending and so on, so it's best to always printf (or call complex functions) in the...
View ArticleSDK • Re: Strange picow wifi router problem
Hi,I have seen the Pico W and 2W lose networking packets and stall at times, suspect there are some issues with MicroPython, CYW43 drivers, or LwIP, but don't know what, don't think anyone has got to...
View ArticleTroubleshooting • Re: Please help! Raspberry Pi 5 Fails to boot after months...
Step One: STICKY: Is your Pi not booting? (The Boot Problems Sticky)Step Two: Undo the last things you did and see if that helps.Step Three: Disconnect everything except a screen (including boot...
View ArticleAutomation, sensing and robotics • Re: Using Raspberry Pi to Elevate Food...
Broad ideas are cheap. Implementation often isn't. And for common processes may very well have been done already.Taking "IoT-powered quality control systems in commercial kitchens" what you'll end up...
View ArticleTroubleshooting • Re: Raspeberry Zero W with USB Hat not booting from usb drive
Sorry I have 2W so the only way to get it to work is to used the as a with the boot code.bin file?IIRC the zero2W supports booting from a USB drive. What I don't know is whether it supports booting...
View ArticleBeginners • Re: cloning a Rpi 5
If you want to "multiply" the devices and do not want to deal with hostname and other things I would recommend using something like DockerThe idea is that you have a basic OS that you need to install...
View ArticleTroubleshooting • Re: My Raspberry Pi doesn't boot anymore
can you post the full logs here?or at least the relevant section of the logs, copied from the original output, not the LLMStatistics: Posted by cleverca22 — Wed Jun 25, 2025 12:34 am
View ArticleRaspberry Pi OS • Re: how to get to first boot wizard through serial console?
there is also a trick i use when i'm setting up userconf.txtCode: grep clever /etc/shadow | cut -d: -f1,2 > /mnt/userconf.txtit outputs a line like "clever:$6$8t...."which is my current username...
View ArticleCompute Module • CM5 external PCIe to FPGA for audio
I'm setting up a system with a CM5 using the external PCIe lane to transfer audio data (ie a music player) to an FPGA which has up to Gen3 PCIe lanes. This is a lot more than just a player (doing DSP...
View ArticleGeneral • Has your Raspberry Pi Pico vanished from COM ports?
I just found the solution! Dunno how I found it, but it worked! If your Raspberry Pi Pico has stopped showing up as a COM port in Windows 11 (or other earlier version if you use it), then go...
View ArticleBeginners • Gui on pi zero 2w
Can linux have different gui for different screens? Tiny screen with android-tablet like shortcuts, and on the big monitor regular kde plasma? Can a pi zero 2w even handle it? i bought it to play...
View ArticleGraphics, sound and multimedia • Re: Negative VGA voltage. How is this possible?
do you have 'disable_overscan=1‘ in your config.txt?which Pi is that?how did you enable the VGA Output? what HW is used?Statistics: Posted by aBUGSworstnightmare — Wed Jun 25, 2025 4:03 am
View ArticleGeneral discussion • Light weight portable Pi with screen
I am looking to put together a Pi 5, screen, keyboard, mouse, and battery for a portable demo kit. Who has something light weight, can run got an hour on battery, and can stand a little banging around...
View ArticleNetworking and servers • Re: Static IP address
The Debian wiki lists 4 ways to configure a network, three of which should work on RpiOS. <https://wiki.debian.org/NetworkConfigur ... he_network> If you're using NetworkManager the information...
View ArticleNetworking and servers • config.txt and other optimizations for dedicated...
I have a fresh Pi 4 4GB intended for a Linux/NAS server and as a target for Ansible playbooks and never intend to play around with the hardware side of things.What config.txt settings are suggested...
View Article