Networking and servers • Re: New Router from ISP - reset all my PI's
I still have the old router from my ISP. I plugged it into an Ethernet port on my new router. Now I have a new wifi network and the old one running at the same time and talking to each other via the...
View ArticleCamera board • Re: Waterproof low latency camera compatible with esp32 or...
I also ask to suggest other boards, so I asked here if a Raspberry product might be the best option for my project. But for me the low cost is also important (under 50$ per board and camera...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Just a quick question, I installed kodi 21 based on the first thread in this post: sudo apt install kodi21. Installation went fine, but for some reason the CEC adapter is not showing up under...
View ArticleBeginners • Re: 256G SSD - creating image on 32G USB
On bookworm you could try changing that ntfs-3g to ntfs3. That will use the newer ntfs3 kernel driver instead of the old ntfs-3g userspace driver. You should see an improvement in performance.I'd be...
View ArticlePython • Re: Need help for read numbers from a picture
Great, So simple and so effective, it works perfectly on the command line but I have a problem when doing it from a script, it tells me that the module does not exist.Code: import ssocrimport...
View ArticleMicroPython • Re: Pico W - MQTT
Probably the posted code is like that as credentials have been removed?YeahStatistics: Posted by Ab25 — Sat Jul 20, 2024 11:01 am
View ArticleAdvanced users • Re: Warming "your fstab has been modified"
If someone can shed some light on witch service it is that is running the daemon-reload, then should it not be easily fixed by just adding 2 lines?Before=whatever-the-servicenameis.service in...
View ArticleGeneral discussion • Cantenna variation?
I've got a dongle similar to this one knocking about .I need to move a raspberry pi to the bottom of the garden away from RF interference but still want to access it via ssh, thinking a cantenna would...
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 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 Article