C/C++ • Re: Cross-targeting for aarch64 / armhf bullseye and buster
There should be /usr/include/mosquitto.h if you have installed libmosquitto-devIf you are on aarch64 and "apt install libmosquitto-dev:armhf" then the armhf libs will be...
View ArticleTroubleshooting • Re: card reader not visible
Hi I use the organelle/recommended power supply the one specifically designed for the Raspberry Pi 5See imageStatistics: Posted by Usser22 — Sat May 04, 2024 11:21 am
View ArticleC/C++ • Re: WiringPi replacement?
'Gordon's wiringPi' which has been deprecatedNote that this is not the current wiringPi/wiringPi repository which has taken over from Gordons.Since 2024, GC2 has taken over maintenance of the project,...
View ArticleNederlands • Re: installatie
Opgelost, het wetkt Statistics: Posted by BabaYega — Sat May 04, 2024 11:23 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Force HDMI audio with custom EDID
Hi,I'm using a custom EDID for sending analog video via HDMI port to a HDMI2VGA adapter. So far so good, video is working properly but no sound. It is expected since I had no EDID audio information,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Software PWM - What is reasonable Max...
ive heard of pigpio and its waves function, can generate dma based pwm and get pretty high speedsbut ive not made use of those functionsStatistics: Posted by cleverca22 — Sat May 04, 2024 11:39 am
View ArticleDebian • Vanilla Debian on Raspberry Pi 5 ?
Has anyone found an effective way of running plain vanilla Debian on a Raspberry Pi 5 and is actually using it ?I use both Raspberry Pi OS and vanilla Debian ( from Debian Tested Images) on Raspberry...
View ArticleBeginners • Re: Bookworm 'Updater' not running
Powered my Pi 4B Bookworm up today. It showed the desktop, the IP Address pop-up, no Updater icon in the system tray.A couple of minutes later I logged in over Telnet, ran 'sudo apt update', and...
View ArticleBeginners • problem
hello , i am dutch so sorry for my english but the problem i have , i have build in in my creality printer a raspberry and it works fine fot a few yearsbut for fine tuning the printer a need a PID...
View ArticleTroubleshooting • Re: RPi cannot see Xfinity wifi
It did work on your previous router. The thing that has changed is the new router. So something must be different on that to the previous one that is causing issues with the PIs. I'm not aware of any...
View ArticleRaspberry Pi OS • raspi-utils recommends pastebinit
HiDuring the last package upgrade apt wanted to install pastebinit. I then checked why this was the case and saw that raspi-utils now recommends this package. Why?Code: # aptitude why pastebiniti...
View ArticleNetworking and servers • Re: ssh: connect to host 10.0.0.234 port 22: Host is...
SO - we now know that it is not OS drivenActually, we don't.All we know is that it isn't specific to RPiOS lite. It could be a common default option, it could be something in your code or your...
View ArticleTroubleshooting • Raspberry Pi pin not toggling regularly (Zero 2W)
Good day to all! Got this Freenove Breakout Board for Raspberry Pi. (https://store.freenove.com/products/fnk0080)The idea was simply to test that the GPIO pins all functioning correctly by toggling...
View ArticleCamera board • Re: Failing to get a YUV preview stream from libcamera...
I tried picking a pixel format from the Vector of available pixel formats. I rewrote the code this way:Code: std::vector<PixelFormat> formats = streamConfig.formats().pixelformats();for (int i =...
View ArticleUbuntu • Re: New OS?
I have heard a lot about Ubuntu, but is it worth getting it on my RPI, and can I keep existing projects and files?Don't know and yes but only if you're willing to jump through some hoops.As already...
View ArticleTroubleshooting • Re: Raspberry Pi pin not toggling regularly (Zero 2W)
Everything works as expected (always a nice feeling), but what I noticed is that the GPIO4 pin after one or two iterations stops working. If I restart the program again, it works a couple of times...
View ArticleTroubleshooting • Re: How to get USB Speaker on Raspberry Pi to run on boot-up?
Couple of things though I'm not an expert on sound and Linux..bashrc is not a good choice:If no user logs in it is not run.bashrc is processed multiple times - on every login regardless of method,...
View ArticleBeginners • Re: What books should Raspberry PI kernel driver development...
i read https://lwn.net/Kernel/LDD3/ several years back, and it has all of the basics you need for kernel developmentthank youStatistics: Posted by jieweizero — Sun May 05, 2024 11:47 am
View ArticleAdvanced users • Re: CIFS share doesn't 'see' newly created files.
However, this only happens for pre-existing files before the mount. I don't see files created on the pc AFTER the mounting operation.I think you have to clarify a bit here.What are you using to "see...
View ArticleDebian • Re: Vanilla Debian on Raspberry Pi 5 ?
People on this forum are very fond of doing what one (high volume) poster calls "root cause analysis".But it is very hard to do that w/o some idea of what the underlying issue is.Statistics: Posted by...
View Article