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 ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
It sounds a bit like https://github.com/procount/pinn/issues/770.A copy of the debug log and dmesg output might be useful (see troubleshooting). You may need to enable ssh and connect via that if your...
View ArticleTroubleshooting • Keyboard/mouse doesn't work on raspberry pi zero W 2
Hi, I'm running a zero 2 W with kali installed, I want to turn it into a pentesting machine, but my keyboard or mouse apparently just do not work. I had Raspbian installed before, and rhey both worked...
View ArticleBeginners • Re: Pi 5 1500mhz
i was saying i have arm_freq_min=1000 set and it works fine.but does it actually run at 1ghz like you think?Code: root@raspberrypi:~# echo userspace >...
View ArticleTroubleshooting • Re: Keyboard/mouse doesn't work on raspberry pi zero W 2
You might get better help if you ask on a Kali forum. It's not an OS we support on here.Statistics: Posted by rpdom — Tue Jan 30, 2024 10:28 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
I'll try to work out what's happening.Thanks. Without knowing the internal architecture it smells rather like a pointer into an interleaved frame buffer is getting misaligned to me.P.S. Earlier you...
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 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 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 ArticleSDK • Re: TinyUSB 0.16.0
Thanks - that worked.Comparing source, looks like 0.16.0 is a massive change and unfortunately it has, for me, a show stopper bugScenario 1:Plug in a keyboard, tuh_hid_interface_protocol returns the...
View ArticleRaspberry Pi OS • Re: Wayland window size and position
Wayfire settings go in~/.config/wayfire.iniI think you need to add a section called placeCode: [place]mode=randomStatistics: Posted by jamesh — Thu Feb 01, 2024 10:05 am
View Article