General discussion • Raspberry pi Bluetooth
Hi , I am writing a code for raspberry pi which makes the Pi's bluetooth visible to everyone and it would connect automatically to your phone without connecting the pi to your monitor . 1)Could you...
View ArticleGeneral discussion • Re: No web browser 'globe' icon with a newly flashed...
It sounds like there is a lot going on there... Wish I could help more (but I honestly don't have a solid handle on what all you have going on, (overwhelming)...that said, maybe running multiple pi's...
View ArticleGeneral discussion • Re: Raspberry pi Bluetooth
try this... sudo pip3 install bluezeroStatistics: Posted by pfharlock — Sat Mar 29, 2025 1:55 pm
View ArticleGeneral discussion • Re: read from old camera in raspberry pi 5
See: viewtopic.php?t=369919Statistics: Posted by wildfire — Sat Mar 29, 2025 2:03 pm
View ArticleGeneral discussion • Suggestion
Do you think we should add a usb c output on the raspberry pi 6? I also want the RAM to be changable, the CPU, and other stuff to be changable like on a PCStatistics: Posted by raspberry_pi_5 — Sat...
View ArticleGeneral discussion • Re: Suggestion
plus regular HDMI, because i am tired of micro hdmiStatistics: Posted by raspberry_pi_5 — Sat Mar 29, 2025 4:26 pm
View ArticleGeneral discussion • Connecting 7 inch display with hat in place
Instructions for connecting the 7 inch display show the pi being powered by jumper cables from it. If a hat covers the gpio pins how is this best accomplished?Statistics: Posted by was698002 — Sun Mar...
View ArticleGeneral discussion • RPI5 alternate console interface - possible?
Hi there,I've just acquired a RPI5 and I'm looking to set it up via buildroot.Having flashed my OS image I'd like to view the console so that I can debug my build. I note that there is a 3-pin uart...
View ArticleGeneral discussion • Re: RPI5 alternate console interface - possible?
Have a look at UART configuration and earlycon for the Pi5 here: https://www.raspberrypi.com/documentati ... gure-uartsStatistics: Posted by neilgl — Sun Mar 30, 2025 11:24 am
View ArticleGeneral discussion • PIB Electronic Components
Has anyone built the PIB robot head using a RPI5 and a generic 7" screen? How did you connect the speakers and servos to the RPI?Statistics: Posted by dspiller — Sun Mar 30, 2025 1:20 pm
View ArticleGeneral discussion • Books/magazines on RPI5
Is there a way to access all the books and magazines that show up when you use the RPI OS and go to the accessories? I would like to be able to read and download these on another computer.Statistics:...
View ArticleGeneral 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 • 'apt update' kernel bump query
Ran a 'sudo apt update' and 'sudo apt full-upgrade' and it appears there has been a bump to the kernel version -Code: The following NEW packages will be installed: linux-headers-6.12.20+rpt-common-rpi...
View ArticleGeneral discussion • Trying to create a .service file
I am trying to add a service file to /etc/systemd/system. The service is called X10-lora.service.The service description is:Code:...
View ArticleGeneral discussion • Re: Trying to create a .service file
When I come to the command:Code: sudo chmod 644 etc/systemd/service/X10-lora.serviceI always get the reply:Code: chmod: cannot access 'etc/systemd/service/X10-lora.service': No such file or...
View ArticleGeneral discussion • Rasberry pi 5 overclocked to 3ghz
Over_voltage_delta=50000Arm_freq=3000Gpu_freq=1000Force_turbo=1Good day!Statistics: Posted by ismail81 — Tue Apr 01, 2025 8:43 am
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 • Parallel BMS ID Conflict – Need Better Logic for Dynamic...
Hello everyone,I’m working on a parallel BMS system where multiple BMS units communicate over a CAN bus. The system does not use a master-slave configuration, so each BMS must assign its own unique...
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 Article