Raspberry Pi OS • Re: Raspberry Pi updates
In the spirit of education that spawned the Pi in the first place; maybe there should be a special thread on here where the "old timers" can share amusing anecdotes of their past mistakes...as a...
View ArticleBeginners • I am looking to setup a pi zero in ad-hoc or access point mode...
As stated, I am looking to set up a pi zero in ad-hoc or access point mode... I am unable to find any newer guides on doing this with Pi OS, Bookworm. I am planning on placing this Pi Zero (with an...
View ArticleBeginners • Re: I am looking to setup a pi zero in ad-hoc or access point...
Is this the documentation you are looking for?Statistics: Posted by rpdom — Sun Mar 03, 2024 4:03 pm
View ArticleGeneral • Re: Problem with Pico's RTC, daylight saving time, and daytime_t
The RTC does not implement daylight savings, and the SDK makes no attempt to translate between hardware and local time. If something is happening at the wrong hour, I would check the hour field,...
View ArticleTroubleshooting • Help Needed Newbie with Zero 2W with Camera v2
I am a newbie to the pi zero 2 w. I need guidance and help to understand what I am doing wrong. I have connected the camera module 2 to the zero 2 w and cannot get it to detect or work. Activating the...
View ArticleCamera board • Re: IR cut, how do I use it?
So I need to reverse the polarity assuming it works the same to switch it back?Yes if it's similar.The DC resistance of the coil in mine is only ~~ 60 Ω so not suitable for direct connection to a GPIO...
View ArticleTroubleshooting • Re: Help Needed Newbie with Zero 2W with Camera v2
Are you running Raspberry Pi OS with desktop (64-bit) Bookworm or something else (Bullseye) etc.?How to tell: Code: cat /etc/os-release And does Code: getconf LONG_BIT give 32 or 64?Statistics: Posted...
View ArticleCamera board • raw .dng video and Pyqt5 ThreadPoolExecutor/QThreadPool?
Hi,A few months ago, therealdavidp helped me build a python script that allowed me to record uncompressed .dng files at a high enough framerate to turn them into a video sequence. Here's the code in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Adapting CEC from vchi to KMS
I have an implementation of CEC that monitors button presses from a TV remote over CEC and translates them to keypresses.It uses the old vchi interfaces such as:Code: vc_vchi_cec_init(vchiq,...
View ArticleBeginners • Re: ip link settings on boot?
I spoke to soon I also needed to add:usbip --debug bind -b 1-1usbip -dFor some reason which I don't understand, executing usbip -d kills the can0 which is then no longer visible when typing ip...
View ArticleGeneral • Re: Wrong Pixels Lighting Up on WS2812B Strip
I mean, like I said I'm 99% sure that it doesn't have to do with the code. But I guess I can take another look through itStatistics: Posted by devinator9876 — Mon Mar 04, 2024 3:48 pm
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Bonjour,Le problème c'est que j'ai plu eth0... à la place j'ai enxb827eba95257 ... et donc enxb827eba95257:0 apparemment ça fonctionne moins bien que eth0:0 !A mois que vous ayez une suggestion...
View ArticleTroubleshooting • Re: Hardware PWM not working with Raspberry Pi 5 4GB
I can only do not the 'noob' way!Here is the overlay which I've wrote for this demo. Might not be the most elegant one, but working.Code: /* * pwm-gpio12-overlay.dts *//dts-v1/;/plugin/;//#include...
View ArticleGeneral discussion • Re: Why 32bit Bookworm Not Recommended in PI Imager for...
IIRC There are odd posts around on here pointing to Wayland not being optimised for the older / lower powered boards yet and that it will come at some point.Statistics: Posted by MiscBits — Mon Mar...
View ArticleTroubleshooting • Re: Pi3 showing throttled at 60 degrees?
Apparently it is being throttled at 60 degrees. From the documentation:"For Raspberry Pi 3 Model B+, the PCB technology has been changed to provide better heat dissipation and increased thermal mass....
View ArticleCompute Module • CM4 HDMI QUESTIONS
Hi!I am designing a hat with a CM4.The question is to the HDMI.I am trying to see if I need:1. ESD/EMI common mode filter on data / Clock, and if there is recommendation. I know the CM4 has some...
View ArticleGeneral discussion • NVME M.2 card from RPi Foundation
Good morning,Is there a planned release date for RPi5 NVME M.2 card from RPi Foundation ?Regards.Statistics: Posted by phil995511 — Mon Mar 04, 2024 4:19 pm
View ArticleCompute Module • Re: CM4 HDMI QUESTIONS
FOund this partECMF4-2450A60N10 by STStatistics: Posted by morzh — Mon Mar 04, 2024 4:22 pm
View ArticleGeneral discussion • Re: BCM chip offset base /dev/gpiomem for AARCH64 platform
the whole point of /dev/gpiomem is to not need an offsetyou just mmap it, and you get the gpio peripheralStatistics: Posted by cleverca22 — Mon Mar 04, 2024 4:22 pm
View ArticleGeneral discussion • Re: NVME M.2 card from RPi Foundation
Good morning,Is there a planned release date for RPi5 NVME M.2 card from RPi Foundation ?Regards.probably, but you'll most likely only find out when it happens...Statistics: Posted by DirkS — Mon Mar...
View Article