Quantcast
Channel: Raspberry Pi Forums

General discussion • Re: Books/magazines on RPI5

You can save them to an usb drive and read it off another computerStatistics: Posted by RaspyHat — Tue Apr 01, 2025 10:20 am

View Article


General discussion • Re: STICKY: PINN - An enhanced version of NOOBS.

Still working to make 2 custom OSes available to PINN as per your doc here: https://github.com/procount/pinn/wiki/H ... using-PINNThanks, building bsdtar per your instructions worked. I'm down to the...

View Article


General 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 Article

General 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 Article

General 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 Article


General 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 Article

General 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 Article

General 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 Article


General 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 Article


General 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 Article

General 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 Article