Automation, 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 ArticleTroubleshooting • Re: 5-Inch Touch Screen Display
o.k. seems to be a CCC LCD screen with an HDMI interface where the great developers have missed for adding an EDID.As said, I have no idea on that OS, which version of the official OS it is based on...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Always run on Ethernet, would never run anything like that on...
View ArticleTroubleshooting • Re: Chromium hardware acceleration Xorg Bookworm Lite
It all works as expected until the 99-fbdev.conf change is added.It's not a chromium issue. If you install mesa-utils and run glxgears -info you'll see that's using software rendering too.I haven't...
View ArticleMedia centres • Re: Peppy player
Hello, for some reasons after a recent "update" of the system components, peppy player service stopped working.Can anyone help ?pi@peppy:~ $ sudo systemctl status peppy.service× peppy.service - Peppy...
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 Article