Networking and servers • Re: Deskflow - sharing mouse and keyboard across...
Doesn't work w/o upgrading to X11, which is why i'm in this mess.Fixed it for you. No charge.Nah, you didn't fix shit, as that'd be "broken for good". i want better performance than rpi4 now has, and...
View ArticleCamera board • Re: using pi5 camera with github apps for video
for information, I just succeeded in using rpicam_vid API for capturing real time video, with a "little help of my friend".I tested at different fps 15fps to 120fps (512*384 spatial resolution)....
View ArticleBeginners • Re: raspi5 - VNC on OS Lite versions do not work
I have no experience in Linux but i think the Pi OS Lite versions are missing some library packs related to VNC. Probably Wayvnc. But no idea.It is clear to me that raspberrypi team have no delivered...
View ArticleCamera board • Re: High FPS with RPi Zero 2 or 3 A+ : Is it possible?
Has anyone tried similar things with the HQ Camera ..........................?With a slightly modified version of the earlier code, here are some results with the same Pi3A+ and an HQ camera operating...
View ArticleBeginners • Re: Need help with temperature sensor and display project
Hello everyone,I am back with some updates and more questions related to reading the temperature.I have successfully installed Mosquitto on my server. I am also capable of publishing a topic from the...
View ArticleGeneral • Re: Pico not working on startup - LED flashing
Pico W LED ?Statistics: Posted by gmx — Sun Nov 24, 2024 1:15 pm
View ArticleRaspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
1) the bootfs has to be RAID 1 with 0.90 metadata. This way, the firmware "sees" no difference compared with a non-RAID rootfs. Other partitions can use 1.2 metadata and RAID1 or RAID 10 (also...
View ArticleBeginners • 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 ArticleSDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
One of the big things about C and C++ is scoping. C is mostly a proxy system, but this is optional. Many optimizations rely on the programmer to properly define independent sections of logic. The...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
I do not understand what about you are discussed here.Mine W-2023 boards starded working right out of the box without any manipulations with FW reflashing:all .py examples from mega archive works...
View ArticleSDK • Re: Pico SDK 2.0.0 adding an embedded block to RP2040 binaries?
SUCCESS! Kilograham, after your comments, I concentrated on getting 13.2 Rel 1 to work on the Raspberry Pi 5. I downloaded the arm-gnu-toolchain-13.3.rel1-aarch64-arm-none-eabi.tar.xz toolchain from...
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 Article