General discussion • Re: Protect Your Jazz Balance on Raspberry Pi Projects...
Seems like spam?Statistics: Posted by neilgl — Wed May 07, 2025 5:11 pm
View ArticleGeneral • Re: Update on RP2354 (A or B) availability?
https://www.raspberrypi.com/news/rp2350 ... xt-project"For smaller-footprint applications, our RP2354A and RP2354B variants - featuring 2MB of stacked flash memory - are in the final stages of...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Although the kittens may have other ideas, that finishes this Advent of Code for me.Looking through the forum there've been threads for Advent of Code starting in...
View ArticlePython • Re: Speech dialogue on a Raspberry Pi using Python and Pocket Sphinx
This site has been unresponsive to my queries so I would still appreciate any and all feedback.Statistics: Posted by DevGuy — Wed May 07, 2025 5:21 pm
View ArticleDeutsch • Rpi4 am 3d drucker bootet nicht
Hi, habe an einem RPI4 folgende Hardware zum testen angeschlossen, ein skrmini e3v3 bzw. EBB42 und ein SHT42... Beide sind im USB Modus konfiguriert (klipper) pa 11/12 da ich diese über usb steuern...
View ArticleAutomation, sensing and robotics • Re: Onboard UART
Yes, as the wiki for it https://www.waveshare.com/wiki/HMMD_mmWave_Sensor has the "Working with Raspberry Pi" section, showing the connections to GPIO pins UART etc.Statistics: Posted by neilgl — Wed...
View ArticleTroubleshooting • Re: Pi Zero 2 w motioneye wpa supplicant
Which instructions did you use to install Motioneye?Which OS are you running on that Pi Zero 2 W - if it is the current "Bookworm" version, that does not use wpa_supplicant any more...Statistics:...
View ArticleTroubleshooting • Re: Raspberry Pi5 Boots into Emergency Mode When Both SSD...
Do the SD card and the SSD have the same UUIDs/PARTUUIDs?What's the SD card been formatted to?What OS are you using?Try changing splash to nosplash and removing quiet from cmdline.txt. You'll see a...
View ArticleGeneral programming discussion • Re: 'Best' language for user Services
Then we're back to logging resource usage over time.The usual "goto" is paging. You might try manually stopping each service when it's reboot time to perhaps get a vague idea as to which service is...
View ArticleAdvanced users • Re: Active Directory Domain Controller on Pi4/5
Interesting but I'd have preferred you'd left the instructions for manual setup in place.I learn more by following the steps than I do by running a script and I don't have to trust (or analyse) a...
View ArticleNetworking and servers • Wlan bridge to eth. Extending wired network to...
So I've tried to get this for 3 weeks and have only half way succeeded in making an isolated network on eth0 that will talk to the wlan0 network, but that's not what I'm after.Make a quick diagram to...
View ArticleDevice Tree • CM4 move overlay apply logic to u-boot
Hi everyone,we're using U-Boot as our primary bootloader on the Raspberry Pi Compute Module 4 - meaning the CM4 firmware does not directly boot the kernel, but hands over control to U-Boot instead. As...
View ArticleDevice Tree • Re: CM4 move overlay apply logic to u-boot
I can't help you with the U-boot side of things, but there are multiple ways to apply overlays offline:1. dtmerge (https://github.com/raspberrypi/utils/tr ... er/dtmerge) dtmerge is a tool for...
View ArticleHATs and other add-ons • Re: Pi 5 with a pcm5102a little problems. A starter...
Pi5 has new and different peripherials.On Pi4 and earlier the audio interface was a bit more flexible. You are limited to a stereo audio stream but could configure the data words within the output...
View ArticleCamera board • Re: Copying frames during high-fps (120FPS) recording without...
Thanks therealdavidp, I'm a bit delayed, but will test your options. My guess is none work - let's see (and hope) I'm wrong.A quick response to your more general point - indeed time stamps from...
View ArticleDeutsch • Re: Rpi4 am 3d drucker bootet nicht
Mein erster Gedanke war, die Stromversorgung reicht für den 4B möglicherweise nicht.Mein zweiter - der 3B+ hat nur USB2 Anschlüsse, der 4B hat zwei USB3 Anschlüsse (die blauen in der Mitte). Versuch...
View ArticleGeneral • Re: Pico2 does not reboot properly when flashing via SWD
Yes, when I press reset key or powercycle, HDMI picture appears on screen. Only after flashing via SWD there is no HDMI picture.Then could be the resetting procedure, the debugger looks to be using...
View ArticleCamera board • Re: Raspberry Pi Camera module 3 noir autofocus
So I did more tests.speeds.normal.pdaf_frames did not have any effect on continuous AF, and I still experienced the AF pumping and sometimes a blurry fix with IR light. So no much change :/I had a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Send multiple bytes from PIC to Pi
Read this:https://www.msweet.org/serial/serial.htmlThis teaches you the basics of serial communication on Unix like OSses and C.For the PIC side you will use MPLABX. MCC Microchip Code Configurator...
View ArticleTroubleshooting • Raspios failing to install programs
Hi , I have installed Raspios Bookworm on a Raspberry Pi model B in a headless fashion. I am connected via Ethernet while I try and get Wifi working. It fails to install programs and gets into a loop...
View Article