Automation, sensing and robotics • Re: Programming a shipmodel and...
Just wanted to add that I want you to succeed, but when you post things like "I also add the results of the print commands at the end of the program, it shows the total miscalculations by Python" it...
View ArticleBeginners • Re: What is the difference between include, require,...
require will exit on error, include will carry on.include_once is self explanatory, if it has already been included then it will not include it again, it saves using flags to achieve the same.You can...
View ArticleCompute Module • Re: CM5 IO board cannot boot from NVMe
Hi there,just got my CM5 lite module (16GB RAM) and the original RPi CM5 IO board...booted from MicroSD card, flashed the NVMe drive (WD SN850X 1TB) with the Pi Imager (CM5/RPi OS 64 Bit with...
View ArticleBeginners • Re: I changed my password and now the login screen doesn't take...
There is no 'your password was wrong' message.You had not forgotten your password. Something was stopping your desktop session from launching.This could be caused by running out of disk space, or by...
View ArticleTroubleshooting • messages from ieee80211 module
Can anyone tell me whatCode: ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8is an indication of?I'm supposing that it is network related, and says that there are...
View ArticleAutomation, sensing and robotics • Voice controlled lights with problems
Good morning,I recently ventured into the fascinating world of Raspberry Pi and attempted this project https://adrienball.fr/2018/06/17/voice- ... ed-lights/ which on paper seemed very easy even for a...
View ArticleTroubleshooting • Re: Official Raspberry Pi M.2 HAT+ Raspberry Pi SSD
Please run uname -a and check that the kernel version is 6.12.25 or later. If not, re-run apt update.Then, add the parameter pcie-brcmstb.trace_ltssm=1 to /boot/firmware/cmdline.txt (on the same...
View ArticleAutomation, sensing and robotics • Re: Voice controlled lights with problems
The repository and documentation still exists:https://github.com/snipsco/snips-nluCan you install from source?Statistics: Posted by ame — Fri May 16, 2025 9:50 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • touchscreen linux or yocto (DSI-Port)
Hello everyone,I am trying to get the official 7" Raspberry Pi DSI touchscreen display working on a Raspberry Pi 5 using Yocto.The display works perfectly under Raspberry Pi OS (both image and touch),...
View ArticleRaspberry Pi OS • Re: Bug in Raspberry Pi Desktop: Icon sticks to mouse pointer
This problem still exists. All updates are applied. Pi 5 B Rev 1 Wayfire WM. Please fix this!Have you followed the link above to the GitHub issue? There are some workarounds there.Statistics: Posted...
View ArticleGeneral • Re: PIO SM clock alignment
Aaaand... my assumption was wrong. You really have to aligned them using CLKDIV_RESTART, just enabling them at the same time is worthless, which makes sense since you're not "starting" the state...
View Article