SDK • Calling RP20240 SDK from another language
Just FYI - I posted this in the Other Languages forum because I was sure where to post it.Is it possible to call just pieces of the RP2040 SDK from another programming language? I'll post this in the...
View ArticleHATs and other add-ons • Re: impossible to use Google Coral
6.12.9+bpo-amd64amd64 would be an x86-64 platform, not arm or arm64.Jeff's wiki of PCIe devices tested on CM4/Pi5 is generally the best place to check.https://pipci.jeffgeerling.com/cards_m2 ......
View ArticleTroubleshooting • Re: Raspi5Pi
I want to say a BIG thank you to both W. H. Heydt && bensimmo W. H. Heydt I was able to open a Terminal and check to make sure the Lib.ini file was actually there after running the commands....
View ArticleCompute Module • Re: RTC Backup domain memory with battery (CM5)
Given that the whole board has to go through the boot cycle on an RTC wake (including SDRAM init and OS load) before you get to do anything, why not use the filesystem for persistence?Just my 2...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C communication issue between...
You're really after a support forum for your ATtiny, not for the Pi.Yes you can lock up the I2C bus totally if you mess up the ATtiny ISR handing the I2C. Been there, done that.The most likely reason...
View ArticleTroubleshooting • GPU load not displayed in LXTask task manager
HelloYesterday when I was browsing the local files, the system froze for a while and the desktop then became black, but I was still able to operate and reboot the system and the system worked as...
View ArticleSDK • Re: Handling (multiple) input pins in a PIO program and making sense of...
Why do you want a frequency of 500kHz?I guess it is the Nyquist rate wrongly understood (something like clock = 250 kHz ... sample rate = 2*250 = 500 kHz ... which is wrong).Actually, if one want to...
View ArticleTroubleshooting • Re: GPU load not displayed in LXTask task manager
I believe the per task gpu stats were dropped as it's more difficult to query with the upstream kernel's implementation.The overall gpu status should be correct.This won't be related to any issue with...
View ArticleNetworking and servers • Re: Need Help With Board Selection - RPi5 for PTP
Thank you, jahboater!Statistics: Posted by PhilJoe — Thu Apr 10, 2025 2:16 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: mipi-dbi-spi based displays no longer...
I've just tested with a piscreen clone, so "dtoverlay=piscreen,speed=18000000,drm,invx".labwc was working fine until I updated. I suspect a colleague has broken something in libliftoff /...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
If you don't see that either your soldering ia bad or the pin got damaged.Yeah I've confirmed GPIO 2 is dead. Which GPIO can I use instead? I have 3, 19, 26 and 21 available. Can I make an alternative...
View ArticleGeneral discussion • Re: Bullseye Apachee not rendering HTML from perl files
Thx for the replies. However, still not working.I had already installed libapache2-mod-perl2 and a2enmod cgi (repeated to make sure)Also: n > apache2ctl -t -D DUMP_MODULES | grep cgiAH00558:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Help with MIPI Clock and Link...
The sensor produces both those, not the Pi.Link frequency is literally the frequency of the MIPI D-PHY clock lane when in HS mode. That is determined by the PLL settings and clocking tree of the...
View ArticleGeneral • Re: Pico 2W (RP2350) Turn on a led without SDK
Thank you for your answers. It's understood: you have to use the SDK with the pico2 w unless you manage to create standalone cwy43 and lwip libraries.Statistics: Posted by VincentARM — Fri Apr 11,...
View ArticleAdvanced users • Gstreamer on raspberry pi 4
Greetings. I installed gstreamer 1.22 on raspberry pi 4 bullseye x64, I want to set up a webrtc connection to the signal server. However, this is a secondary task.Initially, when I installed gstreamer...
View ArticleTroubleshooting • Re: Bookworm: Error during sudo apt upgrade - kernel...
Don't worry about it, when .22 or later is released to apt then it'll just go with it..21 is think has some fixes for the SenseHAT (maybe) or serial port or I could go check.The version on just...
View ArticleItaliano • Re: Cavo femmina-maschio per pi4b con tasto on/off? O altro....
Hai provato anche questo https://thepihut.com/products/usb-c-cable-with-switch ?Consiglierei comunque di usare una bella "ciabatta" con gli interruttori, nessun problema di compabilità (e puoi anche...
View ArticleTroubleshooting • Rpi4 shutting down after last update
Hello,Since the last update I've noticed that my rpi4 (running standard debian) will shut itself down if left unattended.I tend to leave the pi busy with the screen turned off while its busy...
View ArticleRaspberry Pi OS • Issue with Chromium after latest updates.
Hello! After the latest updates of the Chromium Browser, I have been experiencing issues. More specifically, the browser stops responding for a few seconds, with CPU usage reaching 100% when this...
View ArticleCompute Module • Re: HDMI I2C busses usable when HDMI is unused?
You can, but you'll need to disable the HDMI port via device tree so that it doesn't get used for DDC purposes should the hot plug GPIO ever be asserted.HDMI1_HOTPLUG (Pin 143) is not connected, so...
View Article