Beginners • Re: How to do Peripheral Pin Select?
I conclude at this moment, for Rasp Pi4B,In file /boot/firmware/config.txt under section [all]:Code:...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
It's a shame that we can't openly discuss our problems and expectations. I understand that we don't live in an ideal world, but I believe it's worth having discussions and sharing ideas because it...
View ArticleAutomation, sensing and robotics • Re: How to get reading from LDR Matrix
Build a 'single square' prototype first and check whether your approach is working.Statistics: Posted by ghp — Mon Nov 25, 2024 2:00 pm
View ArticleCamera board • Re: Switching between colour and mono while streaming - how?
Is there any way to enable the ability to send commands while the script is running?All guidance welcome.....You could try putting the .set_controls inside the StreamingHandler Class.Something like...
View ArticleTroubleshooting • Pi 4/4Gb; Open media Vault Won't Boot
Hi,On my Pi 4 I was trying to boot Open media Vault following this article (you have to go quite a way down the page): https://www.seeedstudio.com/blog/2019/1 ... a-and-omv/However, it won't boot as...
View ArticleGeneral • Re: Downloading a log file from a RPi Pico
I would push the logs to a server instead of running a server on Pico.I'd like to give that a try. I've tried to write directly to the server with something like this, but I'm unsure about how to...
View ArticleAdvanced users • libcamera frame callback
Hello,i use libcamera and all works so far correct, now i will extend my callback methode for each frame, and i will transfer an this pointer from my baseclassi start also my camera with :Code:...
View ArticleBeginners • Best NAS Software
Hi,For reasons I've yet to understand, I can't get my preferred NAS software (Open Media Vault) running on my Pi 4 4Gb so I'm looking for something else that will do more-or-less the same. I would...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Here are my versions:Code: $ bladeRF-cli -e version bladeRF-cli version: 1.9.0-git-e50f28fb libbladeRF version: 2.5.0-git-e50f28fb Firmware version: 2.4.0-git-a3d5c55f FPGA version: 0.15.3 (configured...
View ArticleCamera board • Re: Raspberry Pi Zero W2 with Camera Module 3: Camera not...
What to do if your camera is not detectedYou can tell if a tutorial is talking about the obsolete camera stack if you see the following: Command line applications such as: raspistill, raspivid Use of...
View ArticleTroubleshooting • Re: PCIe port may be bad
A. Not a SATAB. CompatibleC.- D. I have tried 3 different hats and ribbon cable with the same result. Wired correctly.Raspberry Pi's official hatGeekwormMcuzonesudo apt updatesudo apt full-upgradesudo...
View ArticleSDK • Re: Support for Pico2-W
My bad, I've tried to update the SDK before the extension (auto-update disabled), probably some old URL of tools, the SDK itself was fully downloaded.Yes, there was a bug in the picotool download for...
View ArticleDevice Tree • Re: Using dtoverlay GPIO expander gpios in kernel driver
Thank you both for your help, it was indeed the _cansleep method that was mandatory.That is great and helps me a lot.Just to know, where could I have found this information by myself ? The device tree...
View ArticleMicroPython • About the core use when using _thread module?
I read "Raspberry Pi Pico Python SDK" document, 3.5 Multicore Support write:"Only one thread can be started/running at any one time, because there is no RTOS just a second core. The GIL is notenabled...
View ArticleRaspberry Pi OS • Re: Best way to disable WiFi Power Save?
One way is to create a file (using sudo) in /etc/NetworkManager/conf.d with the file type ".conf" e.g., powersave.conf, with the contentsCode: wifi.powersave=offMake the file protection 600 and...
View ArticleAutomation, sensing and robotics • New to Pi and need help
Hello, I am planning a project and i know there are easier ways but decided this is how im going to get my feet wet. I am hoping to have a Pi the will take simple momentary inputs from an array of...
View ArticleAutomation, sensing and robotics • Re: New to Pi and need help
If your using Pi4's I think this should work:https://gpiozero.readthedocs.io/en/stab ... _gpio.htmlStatistics: Posted by rpiMike — Tue Nov 26, 2024 2:22 pm
View ArticleRaspberry Pi OS • Buildroot + Raspberry PI CM4 IO Board
Hello, i've been working with buildroot and raspberry pi CM4 IO board. I have been able to fully compile the system and get the system to boot to graphical GUI within 5 seconds which has been...
View ArticleRaspberry Pi OS • Re: Mega App install
The app won't work. Use rclone + rclone-browser (or rclone-shuttle).https://rclone.org/mega/https://help.mega.io/megas4/setup-guide ... or-mega-s4Statistics: Posted by craigevil — Tue Nov 26, 2024...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
The https://elinux.org/RPi-Cam-Web-Interface works very well on a Zero . Doesn't work on Bookworm, though.Statistics: Posted by CharlyDelta — Tue Nov 26, 2024 2:31 pm
View Article