Beginners • Re: How does RP measure current supply?
Thanks. Those bits of code are in the terminal on a linux version? The standard RP OS?They are not executable code. They are statements in files.For clarity, the first line is a command that you would...
View ArticleCamera board • raw .dng video and Pyqt5 ThreadPoolExecutor/QThreadPool?
Hi,A few months ago, therealdavidp helped me build a python script that allowed me to record uncompressed .dng files at a high enough framerate to turn them into a video sequence. Here's the code in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Adapting CEC from vchi to KMS
I have an implementation of CEC that monitors button presses from a TV remote over CEC and translates them to keypresses.It uses the old vchi interfaces such as:Code: vc_vchi_cec_init(vchiq,...
View ArticleBeginners • Re: ip link settings on boot?
I spoke to soon I also needed to add:usbip --debug bind -b 1-1usbip -dFor some reason which I don't understand, executing usbip -d kills the can0 which is then no longer visible when typing ip...
View ArticleGeneral • Re: Wrong Pixels Lighting Up on WS2812B Strip
I mean, like I said I'm 99% sure that it doesn't have to do with the code. But I guess I can take another look through itStatistics: Posted by devinator9876 — Mon Mar 04, 2024 3:48 pm
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Bonjour,Le problème c'est que j'ai plu eth0... à la place j'ai enxb827eba95257 ... et donc enxb827eba95257:0 apparemment ça fonctionne moins bien que eth0:0 !A mois que vous ayez une suggestion...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
what do you get from:Code: pi@pi4:~ $ speedtest-cli --versionspeedtest-cli 2.1.3Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]Statistics: Posted by dom — Tue Mar 05, 2024 3:07 pm
View ArticlePidora / Fedora • Re: Power management issues (Fedora 39 Workstation edition...
normal, as long as power is connected, it's still getting power.why is my RPi cold when the power cable is connected but the RPi itself has not been booted yet, then? And instead it is very warm in...
View ArticleGeneral discussion • Y Cable for OTG (5amp Power not available), Raspberry Pi 5
Can someone recommend a Y cable to use with the new Raspberry Pi 5?Everything works just fine, but I get an error message on startup that says USB power might be enough.Error does not appear if I...
View ArticleBeginners • Re: Arduino create agent for Raspberry Pi 5, arm64
https://github.com/arduino/arduino-crea ... spberry-Pi(they distribute versions for windows and x86 linux At the moment the Arduino Agent is only built for Intel architecture; else, ARM64 say... one...
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:Code: ___ __ / | _________ _____ ____ ____...
View ArticleDevice Tree • Re: RPI5: Issue with GPCLK0 Clock Generation on GPIO4 in ALT0 Mode
In about 30 minutes after this post, you should be able to do sudo rpi-update pulls/6013 and your DT overlay should now result in a clock on gpio4. Note that the driver will automatically try to find...
View ArticleGraphics, sound and multimedia • Re: After installing RPI-5 Bookworm Updates...
I ran into same 2.7.2 PrusaSlicer issue yesterday, after my younger son installed new firmware on my Prusa MINI+. Because 2.7.2 did not work (no display of plate) because of missing OpenGL 3.2...
View ArticleCamera board • Re: Building the New RPI Camera Apps.
Guys,Thanks for the input.I followed the build detail associated with the GitHub source code repository simply to understand how I would build any resulting program that embeds what I can learn from...
View ArticleGeneral discussion • Re: Reboot using crontab
I've got a Pi3 that runs a motion detection program that I reboot every night. I put sudo reboot in the crontab and it works fine.Thanks. Am I right to assume you use:Code: m h * * * sudo...
View ArticleAutomation, sensing and robotics • Re: Docker Build With Low RAM Causing OOM...
Yes, I think you are correct and I will try this first. Thanks for the suggestion @ejolson!Statistics: Posted by KingSchnitzel — Tue Mar 05, 2024 3:35 pm
View ArticleBare metal, Assembly language • Re: Need help with assembler OPcodes and gdb
The best way in my opinion is to read the ARM Cortex-A Series Programmer's Guide for ARMv8-A. This is a higher level overview of the processor. You'll want to read from the introduction through "The...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Using MB85RC256 FRAM chip with Pi
HiI have no idea if this may be of help to anyone trying to use i2c to communicate from a Pi to an FRAM chip such as the MB85RC256 .Though Adafruit distribute an 'FRAM breakout' (that seems to use the...
View ArticleFrançais • Re: gpio c++
donc j'avais fait un programme en python qui ecrit aussi dans un txt les valeur des sondes et au debut marche bien et un moment beug pareil donc je pense que le soucie vient des sondes pourtant elle...
View ArticleGeneral discussion • Re: RPi 5 with new NVMe Base from Pimoroni - strange...
HiThe SSD is working and showing the correct sizeDoesn't say very much about the accuracy of info via the GUI???JohnWStatistics: Posted by ejwjohn — Wed Mar 06, 2024 4:03 pm
View Article