General discussion • RPI NAS with 2x4TB storage: comments please
Hi. This is my first time on the forum. I’m new to Raspberry Pi.I’m thinking of putting together a NAS on a wired ethernet connection with 4TB of RAID1 storage. The box would ideally run a minimal...
View ArticleGeneral discussion • Re: Power Supply for RPI 3
This is the official power supply for Raspberry Pi 3.https://www.raspberrypi.com/products/ra ... er-supply/You can get one from pihut.Statistics: Posted by trickysolution — Sat May 25, 2024 6:36 pm
View ArticleGeneral discussion • Re: Kitronik Discovery Kit help
Could you please edit your post and use the code tags (5 from the left) around the code as indents are vital in Python...Please see viewtopic.php?t=84477 for more info.Pictures of your wiring could...
View ArticleGeneral discussion • Re: RPI NAS with 2x4TB storage: comments please
Stay away from waveshare, their tech support is practically non existent.Search the forums and you'll find plenty of posts here by people who come.here asking for help because they can't get any from...
View ArticleGeneral discussion • Wlrctl: the best Wayland replacement to xdotool
For those unfamiliar, xdotool lets you automate mouse and keyboard events. Combined with wmctrl and a few other tools, you can script just about any kind of desktop automation you can think of. I have...
View ArticleGeneral discussion • Raspberry Pi 4B and 5 Running Slow with Thonny compared...
Hello,I have been developing Python code in a Raspberry Pi 3B and the code works well. I thought I'd check how much better the graphics run with a Pi 5. It ran really slow in comparison which was a...
View ArticleGeneral discussion • Re: Raspberry Pi 4B and 5 Running Slow with Thonny...
Hi Brian, Have you tried following up on the Wayland / X suggestion and switching your 4/5 back to X, at least as a test to see how things perform under X? https://www.raspberrypi.com/documentati ......
View ArticleGeneral discussion • Re: Raspberry Pi IPO
RPF will surely start another trading company to reduce risk.Are RPF are going to hold onto the tradename and logo and licence it to RPL/RPH?Statistics: Posted by pidd — Sun May 26, 2024 8:57 am
View ArticleGeneral discussion • Raspberry pi hardware simulation
Hello, I've been reading about 'simulating' raspberry pi hardware on other devices, and I've heard about various different methods, from Microsoft Azure to the Raspberry Pi Desktop...
View ArticleGeneral discussion • Re: Raspberry pi hardware simulation
If they have versions for the Raspberry Pi OS (Linux Debian) on the pi (ARM64) then it will probably be OK.Statistics: Posted by neilgl — Sun May 26, 2024 7:43 pm
View ArticleGeneral discussion • Desktop Raspberry PI (Debian)
I am running the above (Buster) on an old Intel notepad (remember those). It's a used as a library/backup NFS server for my RPI projects.I happen to notice it was quite warm so put it up on end to try...
View ArticleGeneral discussion • Re: Desktop Raspberry PI (Debian)
I think I answered my own question. Further research showed me this option. Now to find out what the noise is from this old box.Code: $ sudo hdparm -C /dev/sda/dev/sda: drive state is:...
View ArticleGeneral discussion • unable to have fixed IP adress working correctly
Hi all .i use a pi3 b and i can't have an IP adress working correctly using network manager .Code: pi@k-pi3:~ $ nmcli c s "Connexion filaire 1" | grep ipv4ipv4.method: manualipv4.dns:...
View ArticleGeneral discussion • Re: unable to have fixed IP adress working correctly
Which version of the Raspberry Pi OS are you running?If you are running any of the legacy versions then you need to edit the file /etc/dhcpcd.conf and make the changes there. Network Manager was the...
View ArticleGeneral discussion • Re: Annoying boot problem
try unplugging the backupStatistics: Posted by kerry_s — Mon May 27, 2024 7:55 pm
View ArticleGeneral discussion • Re: Trying to decide which RPI to use for a robotics club
Quickly checking on prices locally (Canada for me) I see that a Pi 5 4Gb is a whole C$8 more than a Pi 4 4Gb. That’s about £5. Given that they’re 2.5 to 3X faster, I can’t see any reason not to use...
View ArticleGeneral discussion • Re: Top Photo Editing App & Free Download Guide
Download pics art mod apk its molded version. To you use all features. You need remini then download Remini mod apk app.huh?And another vote for gimp.Statistics: Posted by thagrol — Mon May 27, 2024...
View ArticleGeneral discussion • Can I disassemble start4.elf file?
Hello. I am a student studying with the Raspberry Pi 4.I would like to learn about the embedded boot process, and I want to disassemble the startup4.elf file, but I was unable to do so with objdump or...
View ArticleGeneral discussion • How to use gpiod library when I activate python3-venv
this is my buzzer.py, I can run this code when I do not activate python3-venv, but I cannot run when I activate python3-venvI tried pip3 install gpiod when I activate venv, line4's gpiodchip4 ->...
View ArticleGeneral discussion • Re: How to use gpiod library when I activate python3-venv
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [ Code ] tag markup to preserve indentation. You can - and should - retrospectively correct your...
View Article