Camera board • Re: IR cut, how do I use it?
You're welcome, by the way.ThanksDo you think an L9910s would substitute an L293D?I have one spareI'm using them to control the motorized zoom and focusProbably. Why don't you try it? I've explained...
View ArticleBeginners • Re: Beginner's Guide to Install Raspberry PI OS on a SSD
LillyOps has posted before, to equally great acclaim...viewtopic.php?p=2193012#p2193012Yeah but it's a bit better than that one was.Though the entire "stage 1" is unnecessary. Well, unless you have a...
View ArticleC/C++ • Re: libgpiod RPI 5, C++, libgpiod-led not working.
I made a small class embedded the libgpiod like the arduino.And yes /dev/gpiomem4 is the trick for the Pi5https://github.com/danjperron/gpiod_cppHi! Thanks for code on your github. Can you take a look...
View ArticleFrançais • Re: Project console de jeu sur Raspberry Pi 4
Bonsoir,Il existe 4 systèmes retrogaming pour le pi 4 :Recalbox : https://www.recalbox.com/fr/download/stable/rpi/Batocera : https://batocera.org/downloadRetropie :...
View ArticleBeginners • Re: Is this a good SD card?
I think the hardest game for it to run that i will end up playing is wave rider, Would that be able to work? Also I found a Rasberry pi 3 B+ i found was $35 on the Pishop.us website, is that a good...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Decided to try https://github.com/danjperron/Pi5PWM_HARDWARECan`t get any movement from servo =(Code: qDebug() << "start"; Pi5PWM * pwm12 = new Pi5PWM(12); qDebug() << "one"; Pi5PWM *...
View ArticleBeginners • Re: Mount network paths fstab
@Ernst and @hortimech:Guys, it's not a failure to mount problem it's a permissions after mount problem the OP is asking about.As for //server/share vs //server/share/directory, my experience is that...
View ArticleBeginners • Re: rpi4 enable audio output on both usb 3 ports simultaneously
good suggestion! title now corrected...Statistics: Posted by beaker152 — Fri Mar 15, 2024 6:59 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI+HDMI output on custom LCD
Trying to use vc4-kms-dsi-7inch or vc4-kms-dsi-waveshare-panel for a random panel is just nonsense. There is far more to panel control than just the resolution.YourCode:...
View ArticleOpenGLES • Re: Failed to create KMS FB! FrameBuffer not available. Cannot flip
QT6 appears to be in the 64bit Raspberry Pi OS repos (I haven't got a 32bit system to hand), so why the need to build it for yourself?Statistics: Posted by 6by9 — Fri Mar 15, 2024 7:07 pm
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonsoir,Petit message (cette fois pour faire de la publicité!) pour mettre en avant Expressvpn.Je les ai contacté en début de semaine car le vpn n'était pas compatible avec Bookworm sur Pi 5. Nous...
View ArticleBeginners • Re: Pi 5 - display too large on flatscreen TV
Presumably over scan is on at the moment.Info on how to change the setting:https://www.techcoil.com/blog/how-to-ma ... verscan%3AHopefully that's current enough.Looked at these instructions for...
View ArticleNetworking and servers • Re: SSH password authentification or Public Key?
Hello, should I use SSH password authentification or Public Key?I use both. Particularly on headless machines - those are a PITA if you lose the keys.Key based auth is a lot more convient once setup...
View ArticleRaspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files
Without files I mentioned VNC won't start. After copying files manually, VNC works and no issues anywhere else either. Not sure this is related to xRDP issue, I mean in terms of the root-cause.Which...
View ArticleArch • Re: Manjaro kde plasma on rpi5
After an update of manjaro arm kde plasma on rpi5 jumps to kde6.Beautiful desktop.Some minor problems with taskbar (unstable branch) but very beautiful desktop.All works but mini icons in taskbar...
View ArticleCompute Module • Can't compile module anymore :-( (was: Re: CM4+Python+Bit...
Everything worked so well... I reinstalled the OS and I though I just run Make and I have a driver again. But I do not.I did the same thing (installed kernel-headers etc.). Now the version is:Linux...
View ArticleGeneral • How to report compile time values ?
I am wanting to report the compile time values of A, B and C as set in the below by way of example -Code: #define XTR(x) # x#define STR(x) XTR(x)enum { A, // 0 B, // 1};#define C 2#pragma message "A =...
View ArticleSDK • How debug a Pico without the elf?
Hello everyone, I've been working on my Pico Lua computer project and suffered a system crash that wiped out all my recent changes the only place a working copy exists is in my Pico's flash but I...
View ArticleMicroPython • Re: Web page re-direct from Pico?
OK, it may be a bit of brute force and not elegant, but it works.I found an HTML command to redirect the page periodically to another page. I added this line to my HTML string:Code: <meta...
View ArticleTroubleshooting • Re: How Do I Clone A Micro SD Card From An Existing...
i use the "Sd card copier" using a VNC connection to my pi.yes, i do have the graphical desktop... it's used both headless and with output to my TV.works great.Statistics: Posted by terribleted — Sat...
View Article