Advanced users • Re: Installing Docker Package
Code: docker run -d \ --name=rdtclient \ --platform=arm64 \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ -p 6500:6500 \ -v /home/plex/Downloads \ -v /home/plex/Downloads \ --restart...
View ArticleNetworking and servers • Re: New Router from ISP - reset all my PI's
Would it be possible to change the Wifi settings on the new router to the same wireless network name and password as the current one?Statistics: Posted by jj_0 — Sat Jul 20, 2024 10:26 am
View ArticleTroubleshooting • Re: Powering Raspberry Pi 5 without official Power Adapter
My guess would be that your PSU has too slow a rise time. Search on these forums and you will find posts about it.Statistics: Posted by davidcoton — Sun Jul 21, 2024 8:17 am
View ArticleGeneral discussion • Re: Building C with libgpiod
Thanks @joan, that worked. Pity all of the examples put the -l in the middle of the line. Anyway moving on, one for the 'things I learnt today'I think the compiler used to accept the -l option earlier...
View ArticleAssistive technology and accessibility • Re: Can a raspberry pi be used with...
Thanks for that, I had no idea this kind of product even existed. I'll speak to him about getting one.I am curious about how complicated this project would be with a Raspberry Pi though.Very...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Are the two serial I/O pins 5v tolerant?
Hello!I have a project taking shape where a Raspberry Pi device is going to be accepting a stream of data flowing into it via its serial port on top. Now I know from previous discussions that the...
View ArticleBeginners • Re: Apparent conflict between tkinter and gpiozero
@ame Thank you, I did not realise it was possible to rename in that way. We definitely learn something new everyday with Raspberry Pi.@bensimmoThank you. I have already drawn my tkinter window and run...
View ArticleOff topic discussion • Re: Matrix style Katakana Fonts
Thanks.Statistics: Posted by bobster316 — Sun Jul 21, 2024 9:39 am
View ArticleGeneral discussion • Using TTF font
I downloaded a font ms mincho.ttf, when I go into the folder where the font is located it saystotal 8872-rw-r--r-- 1 pi pi 9081312 Jul 21 10:29 'MS Mincho.ttf'How do io use this font when it has...
View ArticleGeneral discussion • Re: Using TTF font
The apostrophes aren't part of the file name. 'ls' puts theme there because the name has spaces in it.If you use ls -N (or ls --literal) it will show the name without the quotes (apostrophes), or -b...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
I have solved the problem. For details, please follow the link in my previous post.Statistics: Posted by 1marc1 — Sun Jul 21, 2024 10:16 am
View ArticleRaspberry Pi Connect • Re: "systemctl --user disable...
How can I disable it for good?sudo apt remove rpi-connectStatistics: Posted by DougieLawson — Sun Jul 21, 2024 10:32 am
View ArticleBeginners • Re: Understanding PIR timeout
Code: from gpiozero import MotionSensorfrom signal import pausemotion_sensor = MotionSensor(4)def motion(): print("Motion detected")def no_motion(): print("Motion stopped")print("Readying...
View ArticleBeginners • Re: Trouble installing Face-Recognition
Hey there, I'm really struggling to install face-recognition on my pi.I've followed all of the steps successfully, [ ... ]Any ideas as to what's going on would be amazing. Thanks!Following the few...
View ArticleGeneral discussion • Re: Using a Pi as a "router"
Get OpenVPN running.https://openvpn.net/community-downloads/Which you can install with sudo apt update;sudo apt install openvpn.It needs a config file where you can embed the self-signed certificates....
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
Why don't you just plug in a USB3 Hub into the remaining working socket?That'll be a lot easier than trying to solder a new one on without damaging the board.Statistics: Posted by kip_the_elder — Sun...
View ArticleTroubleshooting • Switch audio output via CLI
Using a rpi-5, The PI is connected to my TV via HDMI, sound works fine. However I have a need to be able to switch Audio output from the HDMI over to the Audio output jack when I run a certain...
View ArticleTroubleshooting • Re: Switch audio output via CLI
Using a rpi-5, The PI is connected to my TV via HDMI, sound works fine. However I have a need to be able to switch Audio output from the HDMI over to the Audio output jack when I run a certain...
View ArticleBeginners • Re: Power Multiple PI's
Plug in some USB disks and the Pi 5 needs more than 5v * 3 amp. That means PD. PD is tricky.Yes, no and no.If you are using HDDs or SSDs via USB or via PCIe, a PSU with 5A or greater capacity is...
View ArticleTroubleshooting • Re: Bios does not recognize raspberry Pi in g_multi mode
However, I noticed that Windows only recognizes the drive from the RaspberryPi when it is connected to the usb-c port of the RaspberryPi... it does not recognize any device via the USB 3.0...
View Article