Other RP2040 boards • Re: New board can't program flash.
I'm working on a program to combine two UF2 files. Everybody merges the BIN files converts to ELF and then outputs the UF2 of the combined stuff. I think writing the UF2 combiner should be easier than...
View ArticleAdvanced users • Re: EEPROM settings documentation
WAKE_ON_GPIO does nothing on Pi5 - the power button is the wakeup GPIOthat explains my confusion when i looked at the decompilei can also see some signs of WAKE_ON_GPIO=2 in the pi5 firmware, but it...
View ArticlePython • Re: ModuleNotFoundError: No module named 'cv2'ModuleNotFoundError:...
Have you installed the python3-opencv package?Code: sudo apt updatesudo apt install python3-opencvStatistics: Posted by rpdom — Tue Feb 13, 2024 1:26 pm
View ArticleBeginners • Re: [SOLVED] pi-5-active-cooler
It would still be nice to have some documentation https://www.raspberrypi.com/documentati ... berry-pi-5status monitoringCode: $ cat /sys/devices/platform/cooling_fan/hwmon/*/fan1_input3209Thank you!...
View ArticleGeneral discussion • 10 bit value storage
Hi I'm a noob and I'm learning python and have a raspberry pi 5. I want to build a synthesizer with the pi that controls a 6581 sid chip via midi. I understand how to set the pins low and high but...
View ArticleTroubleshooting • 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 Article