Troubleshooting • Raspberry Pi Pico IR Receiver
I am creating a system which will do some actions upon receiving an infrared signal from a remote. This is my first ever electronics project so I have nothing other than a pico, breadboard, IR...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I've posted a new update that should take care of the power button monitoring. The Pi 5 uses a different gpiochip device than the Pi 4B (Thanks for pointing that out!) The Deamon will now do a dumb...
View ArticleGeneral • Re: Pico W with GYBMEP BME/BMP280
Now the temperature it reports is about 4 degrees C higher than ambient, the pressure is to within a few % of 'local weather' but the altitude is reporting about 1/3 my actual altitude.Do you mean...
View ArticleSDK • Re: Increasing USB CDC Transfer Speeds
Hi there,First and foremost thank you for your answer. I have already increased the buffersize for the receive and send queues.What i do not understand is do i now have to change the CMakeLists.txt...
View ArticleRaspberry Pi OS • Re: searching for an updated version of a package (not main)
First I search Software in the official Repo with:Code: apt list "*name_of_the_package*"If you don't know the exact package name I prefer to useCode: apt-cache search packagenamePeterOStatistics:...
View ArticleBeginners • Re: Buster lite waiting for login info but can not use keyboard...
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT IS POSSIBLE THAT SOMEONE...
View ArticleGeneral • PIO hardware bug: Instruction-dependent sub-cycle jitter?
Some background first: I did a Pico project that outputted stereo audio directly to GPIO using a mixture of PWM and delta-sigma modulation, using PIO. During development, I discovered that some PIO...
View ArticleHATs and other add-ons • Re: Replacement Fans for POE+ Hat
Can you email applications@<youknowwho> and I'll have a chat with the commercial team.Good day,I having the same issue as Bob. I have a Raspberry Pi with the PoE Plus hat and the fan has become...
View ArticleHATs and other add-ons • Re: PoE Plus Hat fan replacement
Good day,I have the latest Raspberry Pi PoE Plus hat, but after running it for over a year, it has become extremely noisy. I suspect that the bearings are failing.I have unsuccessfully tried to find a...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
Size is a big advantage and pricing has dropped to the point where I'd no longer consider it premium.The price ratio seems to be around 1.3x nowadays at 4TB for an M.2 NVMe SSD vs a 3.5" NAS-rated...
View ArticlePython • Re: Autostart my Python/Pygame program
Please cany you explain your answer. I dont understand it.Thanks for your helpIt won't be. Unles you have manually changed it a 4B 8GB running RPiOS Bookworm will be using Wayland not X11. Which means...
View ArticleGeneral discussion • Re: 10 bit value storage
This might help...https://www.samplerbox.org/article/midiinwithrpiStatistics: Posted by gordon77 — Tue Feb 20, 2024 2:05 pm
View ArticleTroubleshooting • Re: problems with rpi5
WINE in and of itself is not enough. You need an x86 emulation layer as well. Most Windows applications are compiled for x86 CPUs and all Pi use ARM CPUs. The two are not compatinle. Thank you for...
View ArticleTroubleshooting • Re: RPI 4b not booting from SD Card.
I am sorry for mentioning that. I meant to say only the red light is on, not blinking. I will change in the other thread.Statistics: Posted by Darkwing_909 — Wed Feb 21, 2024 1:49 pm
View ArticleBeginners • media-ctl issue
Hi,I was playing around with media-ctl to increase the FPS while using libcamera-vid. Previously, if the resolution was not specified it defaulted to 1456x1088. After I ran this command :Code:...
View ArticleBeginners • Re: SPI Question
Hello everyone, I have a question about a project I am currently planning. I need a lot of digital potentiometers for the project (about 288 pieces). These potentiometers must be able to withstand a...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
Did you acquire and transfer 200ksamp of data for each second over the usb?Yes I did on Pi4 but not on PI5 ;-(It is possible to increase the transfer rate by using only the resolution of ADC which is...
View ArticleNetworking and servers • Re: Self hosted site very slow from outside
Could it be that your Virgin Media connection is faster for download than upload? They often are. Mine is something like 220Mb/s down and 25Mb/s up.Yes, I'd expected that (and also get around 25Mb/s...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
Cheers !I find picamera2 challenging enough without examples that don't work .Statistics: Posted by gordon77 — Wed Feb 21, 2024 1:56 pm
View ArticleTroubleshooting • Re: problems with apps on rpi5
Get an x86 PC and run Windows.However I see Metatrader runs on Android too?You could try Konsta's Android for Pi5.https://konstakang.com/devices/rpi5/AOSP14/That has a better chance than a hacked up...
View Article