Beginners • Re: Rpi 5 and Pan Tilt hat
Thank you so much for yout reply and job done!!!Didn`t try to connect servos directly to rpi 5, will order connectors and try to repeat what you did.Looks like pca9685 chip in the middle of rpi and...
View ArticleBeginners • Re: Can I run different things at the same time on a Pi 5?
Absolutely, running multiple applications shouldn't be a problem.. It might be a good idea though to keep an eye on the usage (Not trying to put you off but, just worth keeping an eye on if you are...
View ArticleGeneral programming discussion • Re: libgpiod library
libgpiod is the standard library for driving GPIOs via the GPIO character device, /dev/gpiochipN, which is the standard GPIO userspace interface for Linux.That interface is the only one that works on...
View ArticleGeneral discussion • Can I create a security risk with my Pi?
Hello, can using the Pi exclusively within my private network create a security risk?Statistics: Posted by iyon — Sat Mar 16, 2024 3:55 pm
View ArticleGeneral discussion • Re: Can I create a security risk with my Pi?
Hello, can using the Pi exclusively within my private network create a security risk?in general, its the same risk as using any other computerif you install/run malicious, then bad things happenif you...
View ArticleBeginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
network install is not supported (yet) on Pi5 as far as I know![/quote]I cannot say if it works or not, but my Pi5 offers the option if I power it up it with no OS.Statistics: Posted by drgeoff — Sat...
View ArticleAdvanced users • Re: Reviving /sys/class/gpio on kernel 6.6 and later using FUSE
I have to admit I'm a noob with regards to GPIO. The most I've done is a few scripts using the sys interface to detect a button press or turn on a LED. And I'm always confused by the numbering I guess...
View ArticleGraphics, sound and multimedia • How to install picamera2
Running bookworm on Pi5. I have created a virtual environment in /home/pi/.venvI am having trouble installing picamera2If I follow the instructions in picamera-manual-4.pdf to install Code: sudo apt...
View ArticleTroubleshooting • Re: Rpi5 does not boot from SD card if I leave USD flash...
Thank you very much for the explanation. And the solution? Reformat the USB drive, or redo the partitions? Use the gparted app? Sorry for the naive questions, but I'm a beginner (in my 60s...
View ArticleNetworking and servers • create bridge ethernet
Dear,I have raspberry pi 5 with bookworm version and i set into : Code: /etc/network/interfacesCode: # interfaces(5) file used by ifup(8) and ifdown(8)# Include files from...
View ArticlePython • Re: Pi Day
Not in Python, but one I investigated last year for calculating π on an obscure BASIC system. It didn't have it as a constant and only used degrees, so the convenient 4*ATN(1) calculation wasn't...
View ArticleTroubleshooting • Re: I am having trouble setting up my pi 5
regarding no display:--------------------The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad,...
View ArticleGraphics, sound and multimedia • CM4+2G Ram+384 GPU Ram+8GB Memory = 4 photo...
As the title states, I am only able to record 4 (5mb) photos into a folder (using raspistill). After that no more photos are saved unless I offload (download) the existing 4 files to my PC. Note, I've...
View ArticlePython • Re: EOFError from input( )
You are right. The even more reduced version of the code works as expected. So it is a problem with the port.I do not think that is the intended, or the correct, conclusion. Removing the serial port...
View ArticleBeginners • Re: problem exporting gpio Linux raspberrypi version March 2024
Link to thread with more infos: viewtopic.php?t=367548Statistics: Posted by dividuum — Sun Mar 17, 2024 4:01 pm
View ArticleCompute Module • Re: VL805-06 chip.
Thank you.This maybe?https://forums.developer.nvidia.com/upl ... jhK8FE.zipSource: https://forums.developer.nvidia.com/t/p ... d/143085/5Statistics: Posted by josephchrzempiec — Sun Mar 17, 2024 4:06 pm
View ArticleCamera board • Re: Advice required about broken pipe error on camera
Maybe move TheCamera.start() out of TimedImage(), and move it up to just after TheCamera.configure(camera_config)? It looks like your code might be calling start() each time an image is taken with no...
View ArticleBeginners • Re: Servo Jitter with Python on Rasbperry Pi 5
Also I see that there is no Hardware PWM HAT for the Pi5.Is there any hardware PWM device I could use to smoothly operate the servos, that I could buy and control via the PI 5?Any of the servo control...
View ArticleTroubleshooting • Re: Raspberry PI 4B killing home WiFi
Thank You for Your reply. I've been testing few things and now I'm nearly 100% sure that the main problem with the setup is that U-shaped USB connector that connects M.2 drive with the Raspberry PI....
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks.What would cause the drive to be installed with root permissions vs user permissions? Did I do something wrong when installing or is it a standard procedure that you need to change...
View Article