Automation, sensing and robotics • Re: Updated Object Recognition Tutorial?
Would it be any different with an arducam instead of a picam?If you have the arducam camera working it should work okStatistics: Posted by gordon77 — Mon Apr 01, 2024 7:24 am
View ArticleRaspberry Pi OS • Re: Firefox 124 on bookworm?
Thanks for the heads-up. Just learned from you that Firefox 125 is still in beta/Nightly.Hoping this version fixes the key repeat bug. https://bugzilla.mozilla.org/show_bug.cgi?id=1880458Looking...
View ArticleTroubleshooting • Some apps on LXDE-Wayfire desktop have huge title bar font
RPi 5 with LXDE-Wayfire desktop. Some applications such as Thunderbird, VLC Media Player, and others (I think they are GTK 4 apps) have an ugly title bar with a large font and different style icons...
View ArticleTroubleshooting • Re: PI Zero W heats up soon
What are you using for a power supply? Is it the official RPi unit? If not, give the input/output specifications from the power supply.Thank you, Butch.I use not official power supply.Input: 100-240 V...
View ArticleBeginners • Re: Rpi to Rpi communication (long distance)
If the distance reduces is it still possible?You really don't know what you are asking.You have two devices. Could be a Pi, could be anything.They can communicate point-to-point, or via some kind of...
View ArticleC/C++ • Re: Pi5 gpio library for LED driver?
For now many years I have tested many GPIO libraries for the PI (wiringPi, Pigpio, etc...). I was not really happy with. My major concern was that the size of the libraries and their structures were...
View ArticleBeginners • Re: Problems installing raspian
Hi,I am using the installer to flash an SD card for raspbian. I'm using a RPI 3B.But I have tried flashing a 32 on 64 bit OS but in both cases even when I add a wpa_supilicant and ssh file the RPI do...
View ArticleNetworking and servers • Re: Help with Network Gateway? Bridge?
I'm an idiot, there was a firewall on the other end...Statistics: Posted by jrfiggz — Tue Apr 02, 2024 6:20 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting official display with Pi 0 2W
by any chance we can officially display with itIt is still no. Asking again won't change the answer...can you suggest some display which will work best !!!Statistics: Posted by mistrysiddh — Tue Apr...
View ArticleSDK • Re: Using variable text is posible ?
The first proposal with #define will not work, as #define are evaluated at build time and you mix this with run time data 'flag'.Second proposal looks reasonable, although c, cpp syntax needs...
View ArticleSDK • Re: build error SDK C
I go into the build folder (CD) and try to execute make. I write 'make' and I am getting the following message:make: *** No targets specified and no makefile found. Stop.(As a reference if I execute...
View ArticleFrançais • Re: RPI Zero 2W installer pip pour python2
Bonjour; Vous trouverez quelques instructions ici https://pip.pypa.io/en/stable/installation/Essayez aussi ceci:Code: wget https://bootstrap.pypa.io/pip/2.7/get-pip.pypython2 get-pip.pyA+Statistics:...
View ArticlePython • Re: Reading GPS
You could use the gpsd service: https://maker.pro/raspberry-pi/tutorial ... berry-pi-4On PyPi you can get packages, which supports gpsd: https://pypi.org/search/?q=gpsdStatistics: Posted by DeaD_EyE —...
View ArticleTroubleshooting • Re: Loss of route to internet gateway
Thanks for the details. Will try that out in a few days. Away from the pi for the time being Statistics: Posted by asn20003 — Tue Apr 02, 2024 7:52 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Solved: strange behavior of pigpio PWM...
Still strange but it seems the root cause is the Raspberry Pi Imager (v1.8.5). I selected the device Raspi zero 2W and write the image, but if using the other imager, the symptom disappeared. Then I...
View ArticleTroubleshooting • Re: Pi 3B+ screen image too large to fit on TV screen
sudo nano /boot/firmware/cmdline.txtadd it at the beginning of the line and make sure all is a single line onlyThank you, I see it's the same file that I was previously modifying. I'm keen to try your...
View ArticleAdvanced users • Re: How to reproduce official kernel builds to get...
How do I reproduce the official kernel build at least to a degree enough for modules to be compatible? FWIW...build-kernel downloads the source and cross-compiles a working kernel for hash...
View ArticleFrançais • Re: gpio c++
ma question est as quoi sert : BIB := gpioPinlib.a ????A rien ici.Je separe cependant ce qui a peu de chances de necessiter des modifs et qui peut être partagé avec plein de programmes (la, c'est une...
View ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
Hello,Sorry at the time no the Dymo was connected to the other working RPI.Could you advise. On which driver i should try please?Statistics: Posted by ejwjohn — Wed Apr 03, 2024 6:52 am
View ArticleTroubleshooting • Re: Zero 2w dt-blob.dts
Thank you for your help!I want to use a Pi Camera with a very short flash for high speed macro photography. AFAIK the new libcamera does not support a flash signal yet. Therefore i have to revert back...
View Article