General discussion • Re: Books/magazines on RPI5
Do you mean the Bookshelf program? PDFs are stored in ~/BookshelfYou could copy these.I actually stored them on a shared drive and created and linked ~/Bookshelf on various Pi to that shared...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hi everyone,Long time Pi user, but just new to the forums here.Anyone else been having problems recently when using PINN? I installed it via Raspberry Pi Imager but it can't contact the distribution...
View ArticleGeneral discussion • Raspberry Pi 5 Continuous Servo Complete Stop
I am attempting to make a mg996r continuous motion servo come to a complete stop using this code:from gpiozero import Servoservo=Servo(26)servo.value(0)while True:motion=input(“Enter value between -1...
View ArticleGeneral discussion • Tennis recording idea. Is using an Rpi5 overkill?
I need some help with a project I'm brainstorming:The idea is to have a camera mounted on one side of a tennis court. There will be a tablet/button that a player can press so that their game will be...
View ArticleGeneral discussion • Re: Rasberry pi 5 overclocked to 3ghz
My Raspberry Pi 5 CPU is overclocked to 2.7 GHz with the GPU clocked at 900 MHz, and the fan runs more often with the higher clock speeds.I am able to overclock the CPU to 3.0 GHz, but I noticed there...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Howdy. Pleased to make your acquaintance. I have a Raspad 3, with 4B inside (5 someday I hope). It has been a tinkering project for some i2c doohickeys. I have been trying to get it to become a daily...
View ArticleGeneral discussion • Kiosk writeable disk questions
Hi,I am setting up a kiosk type system that will be turned off daily. I still need a writeable drive. I have learnt from this forum that using an RPi setup with Overlay FS enabled with a separate disk...
View ArticleGeneral discussion • RASPBERRY PI 5
Please tell me whether Raspberry 5 supports the following interfaces?•I2C, SPI , NOR Flash, eMMC, 2 x GigE, 2 x USB 2.0, SATA and PCIeTHANKSStatistics: Posted by diwakarm9731 — Thu Apr 03, 2025 9:54 am
View ArticleGeneral discussion • Re: RASPBERRY PI 5
Please tell me whether Raspberry 5 supports the following interfaces?•I2C, SPI , NOR Flash, eMMC, 2 x GigE, 2 x USB 2.0, SATA and PCIeTHANKSSee official Documentation at...
View ArticleGeneral discussion • Re: Kiosk writeable disk questions
I am setting up a kiosk type system that will be turned off daily. I still need a writeable drive. I have learnt from this forum that using an RPi setup with Overlay FS enabled with a separate disk...
View ArticleGeneral discussion • Simple file share (with encryption)
I am running CasaOS on my Pi (4B) and created a simple file share, which works properly, although I want to store my data encrypted. Is there a way to create a file share which uses...
View ArticleGeneral discussion • Re: Simple file share (with encryption)
Maybe you should ask that question on a CasaOS forum.I don't know CasaOS but it appears to have the tag line "Your Personal Cloud OS" - maybe there's allready encryption in place?Statistics: Posted by...
View Article