Camera board • Re: V2 camera coding stopped working
...[/code]Any idea on how to fix?It sounds like you have an old version of libcamera. Can you state what kind of Pi you have, what the camera is, what OS you are running ("cat /etc/os-release"), what...
View ArticleAdvanced users • libpqxx on kirkstone!
Hi All,Thanks to all of you.I am working on yocto kirkstone sato with RPI CM4 board. I want to add libpqxx (https://pqxx.org/libpqxx/) library into it.Can anybody help with recipe, layer.conf, bbapend...
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++
merci ,je l'ai pas modifier mes ds18B20 sont sur la GPIO 04 est t'il possible de les arrondirent a 0.50 degree ?encore merciStatistics: Posted by ludoraspberry — Wed Jan 31, 2024 9:38 am
View ArticleTroubleshooting • I2C Sensor returning obviously incorrect readings.
Hello all,I have this air quality sensor (https://github.com/DFRobot/DFRobot_AirQ ... ree/master) which i am using with a raspberry pi zero via I2C. For context this has worked in the past until it...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not starting up only flash Green 4 slow...
https://www.raspberrypi.com/documentati ... lash-codesare you sure its 4 4? thats a weird code to see on a pi5Sorry my bad, it flashes 4 Long and 3 short.See this recent similar thread for a very...
View ArticleGaming • Re: BooBoo - new language with game engine
2.0.20 on the website is an optimized build. I have been too tired to update the Windows/amd64 Linux versions, but the Pi version has been updated.Statistics: Posted by skinmarquee — Wed Jan 31, 2024...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Great. Now I just have to not break it before it can be merged. (It will show up in the Raspberry Pi branch of Linux 6.6, along with some other changes. Meanwhile I will keep this PR/branch around for...
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
I don't think so, most of the times I have tried it, it's been via ssh and nothing plugged into the usb. At least 15 times.Statistics: Posted by cliff48 — Wed Jan 31, 2024 9:55 am
View ArticleOther RP2040 boards • Re: Thonny Errors RP2040 Custom PCB
Do you mean ground connections as in the ground connections that on the end of the 3V3 decoupling capacitors? Or are you referring to the ground pad in the center of the chip. I’m fairly competent...
View ArticleTroubleshooting • Re: Raspberrypi 5 not booting directly when powered over GPiO
When powering my RPI5 with the a standard power supply over USB-C it boots directly, but when I power it over 5V GPIO, the only visible reaction is the red LED turning on and staying on (no boot)....
View ArticleGraphics, sound and multimedia • Re: pi5 use dpi screen, xrandr --panning has...
You only have one screen connected.Is your HDMI screen connected and working?I only want to use the dpi screen with panning and do not connect any other screens.which content do you think will you be...
View ArticleTroubleshooting • Re: New raspberrypi 5 won’t boot. Just green flashing light.
We are happy with the packaging. The cardboard box provides enough protection during transit, and there is an anti-static insert in the box instead of the often used plastic bag. I am not aware of any...
View ArticleInterfacing (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 ArticleTroubleshooting • Re: [Help!] Accurate signal frequency control at C++
https://github.com/librerpi/rpi-tools/b ... pp#L24-L55the DPI hardware block on the rpi, was meant for driving videoyou give it an array of 24bit color dataand on each pixel clock, it will present a...
View ArticleNetworking and servers • Re: Sharing a Windows-share with RPi
Hi,In my ongoing quest to get to the root of the mountingproblem, after a reboot, I found the following (using 'dmesg'):Code: [....] CIFS: VFS: Attempted mounting \\192.168.1.81\D-partition[....]...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
I am attempting the same combination, but I have two different nvme HAT's and both return the same issue.I have the 6 port NVME ASM1166 based SATA card.I am yet to get mine working also.On both HATS,...
View ArticleGeneral • Re: PICO W Getting Started - I2C scanner Build Errors
arg001Thank you for the observation.Looking at the example code I see:CMakeLists.txtCode: add_executable(i2c_bus_scan bus_scan.c )# pull in common dependencies and additional i2c hardware...
View ArticleAdvanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
According to the Readmemmc - disk activity (all disks)mmc override should be translated into that.The description in the README isn't correct. mmc is for MMC/SD controller activity.Statistics: Posted...
View Article