Beginners • Re: Surfshark App
thanks. I was trying to use Surfshark because I have an existing account with them. I can use it, I just would prefer the gui for convenience. It works with Linux so I was just wondering if I needed...
View ArticleGeneral programming discussion • Re: little project i was thinkin about
Also, in your main() function you check to see if the button is pressed and if it is you print the message and turn the LED on. Now think about what is going to happen when you release the button,...
View ArticleGraphics programming • Re: Raspberry Pi Zero 2W connected to C270 logitech...
Hey, did it end up working? wondering the same thing.I decided to use the Orange Pi Zero 3 board since it provides more RAM memory of up to 4 Gb. So, I believe it is more suitable for applications...
View ArticleGeneral discussion • Re: PI 4 overheating?
you should at least consider heat sinks, it'll run a little cooler & cool faster.heat rises, with a heat sink it move the hotter away from the part.currently the heat is massed on the part.as a...
View ArticleAdvanced users • Re: Image File Utilities
I've run into a problem with the RPi 5 backups I've made; let me provide some background: I made the first RPi 5 backup on Nov 20, and others on Jan 4, Jan 9, and Jan 19 of this year. My "system" is...
View ArticleOther projects • Seeking Advice on Reducing ADC Noise with Raspberry Pi
Hello Raspberry Pi Community,I'm working on a project that involves using the AD7924 ADC chip with a Raspberry Pi for tube PCR applications. Our main challenge has been dealing with noise,...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
himy configuratio is a RPi5 8Gb with Bookwarm and a c790 modulev4l2-ctl -d /dev/v4l-subdev2 --set-edid=file=/home/pi/Downloads/1080P50EDID.txt --fix-edid-checksumsv4l2-ctl -d /dev/v4l-subdev2...
View ArticleGeneral discussion • Re: How to use a 1TB SD card with Raspberry Pi 4
I run a stack of Pi 4s in the datacenter for various testing or experiments. Just used one to sub out a dead PXE boot server and installed a 1TB SDHC drive in it. I tried quite a few different ways to...
View ArticleOther projects • Re: Seeking Advice on Reducing ADC Noise with Raspberry Pi
We used to hook up a high impedance audio amp to the the ADC input and have a listen, there are a lot of noise sources that are difficult to identify with digital analysis or after digital...
View ArticleCamera board • Scripts don't run at boot
Hello,Two years ago, I successfully made this project to work on my RPi 4B (https://github.com/geerlingguy/pi-webcam). Two years later without using it, I try it on a new Linux distribution (Mint) and...
View ArticleBeginners • Re: I'm a beginner and I can't use sudo apt-get install anymore!...
Code: sudo rm /etc/apt/sources.list.d/jellyfin.listCode: sudo apt update && sudo apt full-upgradeget use to apt instead of apt-getStatistics: Posted by kerry_s — Fri Feb 09, 2024 3:23 am
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
Thanks willthrom for sharing your experiences with the Pico board with an ESP8285. I got caught out too and what you've shared helped me get to the point of being able to communicate with the ESP8285....
View ArticleAdvanced users • Re: Network boot pi5
Network boot does work and has been available since launch. Network install is currently in beta.I saw it was in Beta for PI4 back in November. Do you know if/how you can get into the beta for Pi5? To...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
.Hi SteveDual monitor is not supported in the current version 2.04.Mike is currently working on v3 which is not an update but rather a complete rewrite of the code and libraries used, its a major...
View ArticleTroubleshooting • Pi5 bookworm screen rotate
I'm sure I'm doing something wrong, but I can't figure it out. I have a monitor connecte to HDMI0 that is installed vertical/portrait.I'm changing the /boot/firmware/cmdline.txt to have it rotate 90...
View ArticleTroubleshooting • Re: Pi5 bookworm screen rotate
you sure your screen is 1920x1080 when rotated, not 1080x1920 for portraitStatistics: Posted by kerry_s — Fri Feb 09, 2024 4:07 am
View ArticleTeaching and learning resources • Re: Advent of Code 2023
No need for GMP. C++23 has float128_t.Using your data:Code: pi@pi5:~/AoC-2023-cplusplus/day24 $ g++ -O3 -std=c++23 day24.cpp pi@pi5:~/AoC-2023-cplusplus/day24 $ ./a.out --- Day 24: Never Tell Me The...
View ArticleNetworking and servers • Re: File transfer via home ethernet (NAS) very slow...
I don't know specifically what's slowing you down, but I have a suggestion..You can run NAS system OMV on a raspberry pi. A NAS distribution might be more reliable. You can install it over...
View ArticlePython • Re: Trying to install python GitHub program but keeps throwing...
As previously....Perhaps the owner of the Github project you are following would be a good source of advice?https://github.com/dbieber/GoNoteGo/issuesGiven that the instructions are for Raspbian and...
View ArticleAdvanced users • Re: Image File Utilities
Is there some way that I could pair the '/' partition from my backup with a `/boot` from my currently-installed system?Work on a copy of the image file (not the original).Mount the BOOT partition of...
View Article