Automation, sensing and robotics • Re: I need help with my raspberry pi 4...
I used the Raspberry Pi Imager v1.8.5; the SD card was brand new to install the recommended Raspberry Pi OS(64 bit). Is it impossible to format the SD card and reinstall the OS instead of finding a...
View ArticleRaspberry Pi OS • Openvpn installl on Bookworm (RPi5)
Hi,I was moving along quite nicely with RPi and Debian and though I was making progress, until Bookworm, now I am struggling..I had an RPi set up as an OpenVPN server which worked fine, my family...
View ArticlePython • Python and FTP not working
As a total python beginner with zero experience, I'm trying to make a script that takes a photo with the camera module V2 every x minutes and then uploads it to FTP. So far it's a nightmare and I am...
View ArticleSDK • Re: Determine CPU core
That doesn't however resolve the issue of knowing when documentation has been updated or what has been changed.this is something ive complained about several times in the pastthe documentation used to...
View ArticleRaspberry Pi OS • Disabling pop-ups and notifications
Hello! I'm currently working on a project where the goal is for the user to never see the rpi desktop, notifications, anything at all other than an image sent from my phone by bluetooth that I'm...
View ArticleTroubleshooting • Re: pi4b selects random HDMI port for output on each reboot
This has been my experience with the Pi4 as well. That when you reboot, it often comes up trying to write to the wrong monitor. When this happens, I just reboot it again until it comes up right.Some...
View ArticleRaspberry Pi OS • Re: Disabling pop-ups and notifications
right click the panel, find notifications & turn it offall that other crap you did is for xfce desktop, raspberry uses lxde desktop on a rpi0so make sure you remove all that other crap you...
View ArticleRaspberry Pi 400 • Re: Looking for a specific kind of DNS server
Update: I ran into an interesting "glitch" in using dnsmasq. I've been running dnsmasq on one of my Pis as the solution to another problem now since about Jun 10th.Anyway, I won't go into all the...
View ArticlePython • Re: Python and FTP not working
First: the FTP issue. It won't do anything, so I just wanted to see what happens when I execute this small script:Code: import ftplibfrom ftplib import FTPsession =...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
@sleepyD - I installed PINN 3.9.2 with Raspberry Pi OS 64 standard desktop. I let Raspios update to the latest version. I then git cloned the pironman5 repos and executed the pironman5 install script...
View ArticleGraphics, sound and multimedia • Re: Are there no USB speakers that are...
I want to get externally powered speakers. But after much googling, there don't appear to be any that can also take in audio over USB? I have no experience with that particular Waveshare product [...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Upload to a file sharing site and post a link. There is a 64 KB limit for attachments on here.The limit seems to have been increased to 256 KB recently.Statistics: Posted by rpdom — Tue Jul 02, 2024...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
I was under the impression (after a very quick test) that the VNC Server required a VNC client at the remote endat least with the old realvnc server, it included an http and java client in the...
View ArticleBeginners • Re: Raspberry Pi Os Lite Questions
From the "Illegal Instruction" message, I'd say that the browser you're trying has been compiled for ARMv7 or later. The 1B+ has an ARMv6 so it won't run on that Pi (as well as too slow and not enough...
View ArticleRaspberry Pi OS • apt source chromium-browser not work
Hello,tried to get sources of chromium-browser used in Raspbian OS. Found this topic viewtopic.php?p=2142775 which discussed exactly same question. But I already enabled deb-src option in Code:...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Also my IQAudio device isn't working either I downgraded to Kodi 20 but still have the problem. I can't remember for sure but it is it because Pulseaudio is now being used again? My audio devices are...
View ArticleTroubleshooting • Re: Apache web server with added flash drive...?
The path you suggested for the mount ( mount /dev/sda1 /var/www/cctv ) is OUTSIDE the Apache document root: /var/www/htmlYes. Try changing the mount point to /var/www/html/cctv and creating that...
View ArticleAdvanced users • New behaviour when closing I2C lines with the GPIO v2 API
Hi,I updated my system recently and observed a strange new behaviour:The I2C port is enabled at boot in config.txt (dtparam=i2c_arm=on)For some reason I open the GPIO 2 line with the GPIO v2 API but I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to my 4k Monitor? First...
Is this it? Yes. That's exactly the info Raspberry Pi engineers (and other volunteers) need to look at. It looks to me like the Pi has detected the monitor and has selected a 3840x2160 mode. But I'll...
View ArticlePython • Re: How to get Python to use a custom library path
Would be useful to have a schema of this robot board (the webpages of this GoPiGo3 at first glance do not have a link like 'here is the schema'). Needed to know which GPIO pins are used and e.g. to...
View Article