Troubleshooting • Re: Raspberry Pi 5 USB sticks issue
Still no fixOff topic question,is xu4 faster than pi4,pi5?8 cores vs 4 cores, total frequency xu4 13.6ghz vs pi5 9.6ghz vs pi4 6ghzStatistics: Posted by xeliman24 — Fri Nov 08, 2024 11:01 am
View ArticleRaspberry Pi 400 • Re: Pi 400 stabile overclock
Nice to see a Pi400 being used for good old fun and trying things outNext text to try and feedback is NUMA, it in development but hasn't broken anything so far, you may get newer eeproms too, I can't...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Many I2C-Devices on one Raspberry Pi
Hello folksI'm planning a project, where I want to communicate with many hardware devices like sensors, displays, switches. I'm planning to add two i2C Expanders and around 8 more I2C-Devices which...
View ArticleGeneral discussion • Surveilance Cameras in a 2x2 matrixpi5
I used to use displaycameras to show 4 security cameras in a 2x2 matrix,with the newer operating systems displaycameras and omxplayer is no longer available,the cameras are rtspand i need the output...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Here's the thing. Over the past five years or six years I have installed the Pi OS on four different machines; two at home and two away. They do lots of stuff for me including • grabbing, badging and...
View ArticleRaspberry Pi OS • Re: 2 kernel versions on PiOS Bookworm
needrestart is not compatible with the pi kernel naming convention.It will complain with almost any pi kernel (not just v8 / 2712) installedSee e.g. https://www.raspberrypi.com/documentati ......
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
I am also critical of the direction of version 2.0. You are concerned about interoperability between SDK versions? Are there features which require an upgrade?Statistics: Posted by dthacher — Sat Nov...
View ArticleCompute Module • Re: Dead CM4, possible cause of death?
Oh, the big tree tech manta M8P and then just a generic carrier board of AliExpress that I brought for testing the pi.Statistics: Posted by TigsterUK — Sun Nov 10, 2024 8:02 am
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 ArticleRaspberry Pi OS • Re: Stuck at update-initramfs: Generating...
I did further tests, and after also switching to a more powerful Micro-USB power supply, this time all went thru after ages So are all my previous statements pure imagination? maybe... maybe not......
View ArticleAI Camera - IMX500 • Hello world for Raspberry Pi AI camera
Hello,I am not an AI oriented guy, but I am interested in the AI camera because it is a visual processing unit with built-in convolution and matrix operations. I am also not a Python developer, but it...
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 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 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