Raspberry Pi OS • Re: weird GPIO issues on bookworm
For “fail on bullseye” did you mean bookworm or is the title wrong?Statistics: Posted by neilgl — Thu Mar 27, 2025 9:26 am
View ArticleTroubleshooting • Re: Cannot run a script at startup...
What was on that “disk image”?Maybe also have a look at the various pi based digital signage packages, e.g. Screenly (Anthias (free)), PiSignage, Yodeck etc.Statistics: Posted by neilgl — Thu Mar 27,...
View ArticleCompute Module • Re: Undetected MEMS IM69D
por favor añadir etiquetas CODE.Al activar una interfaz no se carga ningún controlador... y ¿hay algún controlador LINUX (y overlay para indicarlo) disponible para este dispositivo?I have followed the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: pci-e connector broken
There's a similar thread here: viewtopic.php?t=369675Statistics: Posted by PhilE — Thu Mar 27, 2025 10:57 am
View ArticleCamera board • Re: Supporting RPI cameras on my custom FPGA board
My I2C controller already operates at 1.8v do you think I should add a voltage translator between the FPGA and the connector on my board that translates 1.8v <-> 3.3v because the camera expects...
View ArticleCamera board • White balance gains offset?
Dear forum!I am having the issue with my Camera V3 that I need auto white balance (because of very changing lighting) but I find it consistently a bit cold and greenish.Is there any way I can specify...
View ArticleOff topic discussion • Concrete Ideas
Concrete Ideas is your source for a durable, beautiful, and high-performance flooring system that will make a perfect addition to your property. We have been in business for over 16 years and...
View ArticleC/C++ • Pi Zero 2 W, MMAL memcpy and segmentation fault - Part 2
This is related to viewtopic.php?t=332477. I tried to edit and post my latest findings to this, and my solution but I could not because it is locked so I created this message for closure. Just in case...
View ArticleGeneral discussion • Battery level
hello i am building a tablet running ASOP android 15 on my raspberry pi 5 and it is using a 12v 18650 battery pack with a step down board to provide 5v 5a. but i would like to be able to use the...
View ArticleCompute Module • Re: CM5 based laptop from Argon40 in the works
In the latest engineering sample, we have implemented two separate MCUs: one dedicated to keyboard control and another under consideration for power cutoff and screen brightness management. The...
View ArticlePython • Re: Sending lists over UART with Python
Reading binary data is easier as parsing ASCII. If well-structured, you have a start signature, then the data and maybe an ending signature. The messages can always be the same length.I worked with...
View ArticleFrançais • Re: Pb droit accès dossier public
Bonsoir,La question à se poser est: sous quel compte (utilisateur) tourne le serveur Web?Par exemple, pour apache le compte utilisé est www-data et c'est donc ce compte qui doit pouvoir accéder aux...
View ArticleTroubleshooting • Re: Issue with ports or me?
LLM output form my RAG systems: hope its not too longHow does this help?Statistics: Posted by ame — Thu Mar 27, 2025 8:01 pm
View ArticleTroubleshooting • Re: no sound
Yes. And "AV Jack" works. I just connected headphones to it. But no sound from the monitor.Statistics: Posted by AufDerSonne — Thu Mar 27, 2025 8:03 pm
View ArticleRaspberry Pi OS • Re: weird GPIO issues on bookworm
for further info, i installed a completly fresh copy of bookworm 64-bit on a spare sd card just incase the software setup was causing the issue,all that is set on this install is the overlay...
View ArticleGeneral programming discussion • Flask App developed from scratch using DeepSeek
https://github.com/pageauc/browse-dirI developed this completely from scratch using only DeepSeek generative AI prompts for the coding. I did add the import from config.py feature myself and the...
View ArticleBeginners • Re: Raspberry Pi 5, Cooler, M.2 HAT, and GPIO
If you want to connect M.2 hat+ and touch display:A quick hack is also possible. Remove the crimp connectors from the housing, carefully bend the end towards the cable slightly backwards and finally...
View ArticleOff topic discussion • Re: AI is dangerous
It's a bit like trying to use English without understanding spelling or grammar.https://www.youtube.com/shorts/u8KYh87fWVcStatistics: Posted by constantine00 — Fri Mar 28, 2025 7:06 pm
View ArticleHATs and other add-ons • Re: Pi4 TV-HAT continuity errors when ARM clock...
maybe some fix in firmware??Code: # zcat /usr/share/doc/raspi-firmware/changelog.Debian.gz | head -n20raspi-firmware (1:1.20250305-1) bookworm; urgency=medium * New upstream version 1.20250305 --...
View ArticleOther programming languages • Re: Basic on Raspberry
Should socket% and connected% each be closed after they are no longer used?The socket is indeed closed (in PROCcleanup) although it's not strictly necessary since PROC_exitsockets will close any open...
View Article