Interfacing (DSI, CSI, I2C, etc.) • Re: Interfacing Sony IMX900
Theoretically possible, yes. The first hard limit I can think of is that of the ISP Front End: 400Mpix/s per port, which this is just under. PCIe bandwidth, ISP-BE throughput and SDRAM bandwidth...
View ArticleTroubleshooting • Re: Cloning SD card with autologin enabled
Thank you for the responses.I am using OS version 11.I have tested both methods: raspi-config and editing /etc/lightdm/lightdm.conf - no difference.Bit more info:I am using Win32DiskImager, to create...
View ArticleTroubleshooting • Re: Playing video Youtube or VLC audio out of sync
Thanks, yeah, I am using bluetooth as audio, maybe this is the issueStatistics: Posted by 44nato44 — Fri Nov 08, 2024 11:19 am
View ArticleSDK • Re: Include path not working for all files
Maybe try using #include <pico/stdlib.h> for include files found in include paths.or maybe even #include <stdlib.h>#include "something.h" is usually used for .h files found somewhere...
View ArticleGraphics, sound and multimedia • Cybo-Drummer | 6/6 MIDI router/mapper for...
I’m happy to announce the very first beta release of my project Cybo-Drummer!IntroductionI own an electronic drum kit and a bunch of drum computers and my dream was to use the former to play the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Many I2C-Devices on one Raspberry Pi
https://www.nxp.com/docs/en/user-guide/UM10204.pdfA Pi has sufficient amount of I2C busses where each bus can have 128 addresses (in theory). What you will have to take care of is the capacitive load...
View ArticleTroubleshooting • Re: Volume control with momentary buttons, works but not on...
If you try the cheating method, the ampersand (&) at the end of your crontab entry is important. The cheat will not work without it.Given Cron runs in the background anyway I'm surprised the &...
View ArticleSDK • Re: Programming the RPi pico in C++
https://github.com/daveythacher/RP2040_ ... /tree/mainNot all C++ features are available and/or recommended. I use C++17 with C11 currently.Statistics: Posted by dthacher — Sat Nov 09, 2024 11:02 am
View ArticleTroubleshooting • Wrong IP address in the Deluge window
Guys could someone help me with this problemI have put on my RP5 x64 Debian software IPvanish and its working wellThe problem is, what is showing in the Deluge IP windows is my ISP external IP...
View ArticleSDK • Re: pico-sdk 2.0.0 is a piece of troubles
You are concerned about interoperability between SDK versions? Are there features/fixes which require an upgrade?Hopefully these issues will be sorted out with a proper module management system. Each...
View ArticleGeneral • Re: No DCF77 reception without wifi?
Is the Pico W an authentic board (== from a RPi reseller) or a possible clone (== stuff from budget online sellers)?I am not aware of any RP2040 'clone boards' using the CYW43439 (*), and most seem to...
View ArticleSDK • Breakpoints on Exceptions
Hi allAfter switching from the windows v1.5.1 setup-kit to the latest VS-Code + Plugin and SDK V2.0 im struggle with debugging my project with the picoprobe. The reason for the update were some...
View ArticleBeginners • Re: Kiosk tutorial does not work with labwc
Have any of you gotten Code: sudo apt install squeekboard wfplug-squeek and then used squeekboard to have a easy autohiding on-screen keyboard as per: https://www.raspberrypi.com/news/a-new- ......
View ArticleGeneral discussion • Re: Surveilance Cameras in a 2x2 matrixpi5
Have you looked at zoneminder?Statistics: Posted by neilgl — Sat Nov 09, 2024 11:43 am
View ArticleBeginners • Re: How to install locales with a script
Thanks, @jojopi.Here is my particular use case: I have a script that incorporates all the necessary steps to set up a digital picture frame.It includes geolocation, meaning users can see where they...
View ArticleTroubleshooting • Re: Failing SSD-Boot
Hello,I tried everything from changing SSDs to different OSes, after buying an USB to SATA adapter with an external power supply it finally works.It seems that the issue is that the Raspberry Pi has...
View ArticleNetworking and servers • Re: one pi to rule them all....
Ok, have got to the point where I am using xfce terminal in a Bash script:Code: xfce4-terminal --tab --title="DoorPi4" --command='sshpass -p {PWord} ssh {IP}'Question - is it possible to pass a...
View ArticleCompute Module • Re: Dead CM4, possible cause of death?
No idea of any of these --> my advice is to use an official CM4IO to see if your CM4's are working.Issues might be related to your third party base boardsStatistics: Posted by aBUGSworstnightmare —...
View ArticleRaspberry Pi 400 • Re: Pi 400 stabile overclock
Do double check it's all enabled (shown in that thread) and pop your result there, I think the 2GB version doesn't show as great an improvement as it only single rank memory, not dual rank, see here...
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
Only one bit must be set, bit0 = 1 bit wide, bit1 = 2 bit wide ... bit 31 = 32 bit wide.Ahh. You are right, I was too blind to see it. This Thanks!Now I also get data that looks promising. I will see...
View Article