Camera board • Re: Problem with the external trigger of the GS camera
Thank you very much.The "prefix the environment variable" variant works:The "export" variant does not work (failed open yaml file):After my short test, always the first trigger pulse works on the...
View ArticleTroubleshooting • Re: lens.google.com using 100% GPU constantly
Seemed to work OK for me nlo lag on a Pi5 running Bookworm 64-bit - CPU spiked to 64% then settled down to 36%.Were you watching GPU usage though? CPU seems unaffected.Statistics: Posted by Botspot —...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Pour passer en mode non predictible, raspi-config pass les 2 commandes suivantes:Code: ln -sf /dev/null /etc/systemd/network/99-default.linkln -sf /dev/null...
View ArticleGeneral discussion • Re: Y Cable for OTG (5amp Power not available),...
A Y cable may not make the warning disapear.You get it because the PMIC on the Pi is unable to negotiate a 5v 5A supply with the power source over USB PD. While within the standard it's apparently...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
Check the kernel logs ("dmesg") for any errors. Check if the dummy_sensor module is loaded with "lsmod". Check if it has been built with "modinfo dummy_csi_sensor".The fact that "v4l2-ctl...
View ArticleBeginners • Re: Arduino create agent for Raspberry Pi 5, arm64
Again, have you already tried their instructions on github “How to compile on Raspberry Pi”Statistics: Posted by neilgl — Tue Mar 05, 2024 5:15 pm
View ArticleGeneral programming discussion • Raspberry BT 5 Long Range & WiFi NaN
HI,I would like to use Bluetooth 5 Long Range and WiFi NaN on Raspberry Pi 4 or 5 (not RP2040), but I don't read any detailed information on the BT/WiFi specs or the chip the Raspberry PI uses.Can I...
View ArticleSDK • Re: pico_sdk_import.cmake question
Yes, ENV means a system / shell environment variable.https://cmake.org/cmake/help/latest/variable/ENV.htmlWhat configuration file did you use to set the environmental variable and how so, export or...
View ArticleSDK • Re: Intercepting printf() calls, redirecting to a ring_buffer, sending...
The SDK has the concept of stdio drivers and you can write your own. ...Ah, that looks like the Right Way!Statistics: Posted by carlk3 — Tue Mar 05, 2024 5:36 pm
View ArticleAutomation, sensing and robotics • Trash sorting Robot with Rasberry Pi 4 8Gb
Hello to all of you.I'm starting a project to construct a robot that sorts trash, and I need some advice on a few important points. My objective is to use self-learning AI algorithms to build a system...
View ArticleRaspberry Pi OS • Re: Can't change keyboard layout from GB
Never mind. I re-downloaded the 64bit lite image file and reburned it to the SD cards and started over. Everything worked after that. It was pretty weird, though. Thanks for responding.Statistics:...
View ArticleFrançais • Re: Pb X après mise à niveau vers Bookworm...
J'ai un RPi 3 qui fonctionne très bien sur bookworm:Model: Raspberry Pi 3 Model B Plus Rev 1.3$ uname -aLinux sensor 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Trying to use the script to compile the Daemon on Fedora Workstation Edition on a Rpi4 8GB. I am getting a similar error I got when I was running Ubuntu Mate:(SNIP)Help please? I suggest you run the...
View ArticleAdvanced users • Re: Virtualisation on RaPi5
Docker works.Statistics: Posted by drgeoff — Tue Mar 05, 2024 5:58 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Unable to Use WaveShare SIM7600G-H 4G
Did you ever get this to work? I am having trouble understanding how to send a Get or Post command to a website API. If you have resolved, would appreciate some tips...Statistics: Posted by krm240 —...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
would love to see such kinds of limits stated in the RP1 data sheet.The information is published, just in RP1's driver source and DTS files. Which is where I get it from.Statistics: Posted by PhilE —...
View ArticleTroubleshooting • Fruitbox Freezing
Running Fruitbox on my Pi 4 has been very inconsistent. Sometimes when I launch it, the program loads, but is then frozen and none of the touchscreen buttons work. If I press a button and wait a few...
View ArticleTroubleshooting • Re: Understanding sudo -u
See the sudo man page: -U user, --other-user=user Used in conjunction with the -l option to list the privileges for user instead of for the invoking user. The security policy may restrict listing...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 1-Wire / DS18B20 is unstable...
The only way is the 6.6.16 kernel or use my bitbanging method!As an alternative (until new kernel is out), could he just disable ASPM? Would that solve it for now?Statistics: Posted by ScottW1 — Wed...
View ArticlePython • Re: Network Manager fix for Debian Buster
then, you'll have to fixup the module for your use case as i did, i would start by changing that if/else of addr_to_python to a try/exceptHi alfrix. Sorry to bother again but you're the only one I...
View Article