Interfacing (DSI, CSI, I2C, etc.) • Re: PI5 miss to detect I2c devices where...
Yes, that timing's not great (*). I've opened an issue in our Linux repo on GitHub to track this: https://github.com/raspberrypi/linux/issues/5914(*) This is traditional British...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi Joystick examples
Hum ADC1115 isn't a servo control but an A/D converter. Sorry for ambiguous post. I meant ADC + Servo. In other words: Analog to Digital Converter + Servo motor driven via PCA9685 driver)Thanks for...
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
The Sleep Pixies reminded me that the SD Card may be mounted on a Windows or Mac computer and editors for those may be the ones which don't fully respect symlinks.They only see the boot partition...
View ArticleFrançais • Re: gpio c++
il vous suffit de modifierCode: for(auto sensor: {4,17})enCode: sensor = 17; // le bloc esst respectéouCode: int sensor = 17; // le bloc est respectéBTW: est t'il possible de les arrondirent a 0.50...
View ArticleGraphics, sound and multimedia • Re: RPi 5 composite 240p
Thanks. I was looking into reducing the horizontal resolution by half, but it looks like that won't help your use case.The problem is that scaling/compositing and video output are now on separate...
View ArticleTroubleshooting • Re: CM4 with Waveshare NANO-C - no boot
Is anybody of Raspbian engineers can analyze the problem and help me? I ready to test any idea operatively!If you know detailed how is it works you know the sequence of actions.Please help!Statistics:...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Is there more than one model of 64mp arducam camera for the pi ? I see a 64mp model with no name, https://www.arducam.com/64mp-ultra-high ... pberry-pi/ but talk of Hawkeye and owlsight.... They all...
View ArticleAdvanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
Linux has no trigger for NVME access because they can't agree on where to hook it in without compromising performance.and there is no generic disk trigger, that can fire on any disk activity?i can see...
View ArticleAdvanced users • Re: External LEDs on Pi 5
This is not a duplicate. The act_led_gpio option was absent from the Pi 5 DTB.An update to the DT file for Pi 5 including the act_led_gpio parameter has been pushed to our kernel repo and will be in...
View ArticleGraphics, sound and multimedia • Trouble with ALSA on Pi5/PiOS5
I have some long-standing code that uses the ALSA PCM API to produce sound effects.I've just built this code on a Pi5 with PiOS5 for the first time and it doesn't work....Well....It does produce the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pinctrl utility on 3b+/buster?
A quick search for reallocarray gives me https://man.archlinux.org/man/reallocarray.3.enCode: reallocarray(): Since glibc 2.29: _DEFAULT_SOURCE glibc 2.28 and earlier: _GNU_SOURCESo which version of...
View ArticleTroubleshooting • Re: Auto starting a file on startup
Trying to start a simple python script contains lodes up pygame window displaying text.OS is Debian version: 12 (bookworm)Python script location: /home/user/Desktop/py/main.pyFirst attempt:sudo nano...
View ArticleGraphics, sound and multimedia • Re: Trouble with ALSA on Pi5/PiOS5
Hi Peter, I think that might be better reported in the Pi Linux repo, but I will flag it up to the engineers here.Statistics: Posted by jamesh — Thu Feb 01, 2024 10:54 am
View ArticlePython • Re: Second Thought of 2nd video output with Python codes...
You have posted your answer in a Raspberry Pi Forum. Usually RPi users have RPi OS installed, which is not Windows.Your Code runs only on Windows.If you want to change the resolution, you could use...
View ArticleBeginners • Re: [SOLVED] pi-5-active-cooler
After some time I noticed the fan spinning (now stopped) so it appears to work.It would still be nice to have some documentation (and status monitoring).Statistics: Posted by Milliways — Thu Feb 01,...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
Code: mbr2gpt /dev/sdXormbr2gpt /dev/nvme0n1Just for info, they changed the syntax in firstbootIt seems acc. your code it was something with "whiptail --infobox Resizing root filesystem.", now it...
View ArticleTroubleshooting • Re: CM4 with Waveshare NANO-C - no boot
Is this a new CM4? You've not taken it out of some other device?Absolutely new device.Statistics: Posted by cobalt2435 — Fri Feb 02, 2024 10:53 am
View ArticleGeneral discussion • Re: Wifi chipset replacement for pi zero
I am not sure why it happened. Maybe the chip wasn't designed for the load as I was constantly streaming HD videos in YouTube on the desktop? Anyway the chip was super hot to touch and board wouldn't...
View ArticleNetworking and servers • SSH security
I have a headless Zero2W board set up with RPi Lite, Apache and PHP at my home which I use to host my own website. I have set up a port forwarding rule on my BT Hub/Router to direct website traffic to...
View ArticleMicroPython • Raspberry pi Pico W working only in Thonny IDE enviroment
i am making projec based on Raspberry pi Pico W and RFID-MR522 module. I encountered a problem, that my python script works onlt in Thonny IDE (using 'run' button). The code works perfectly in Thonny...
View Article