Français • Re: la lumière vert de mon Raspberry pi 3 A+ ne clignote pas
Merci pour la photo:Voici une photo de la puce MXL7704-r3je ne sais pas si vous avez déjà enlevé le 77004; Sinon, il ne ressemble à rien...au moins un autre composant a l'air d'avoir un peu brûlé...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
The host OS will not matter, neiter the image to be flashed does.Why do you need to use the USB hub for this? Aeverything related to the host can be done via SSH. Connect the CM4IO directly to the...
View ArticleMicroPython • Re: How to get connected after a machine.reset
Actually, I got over the problem with that ENOMEM crash that tends to happen one good iteration after the token refresh. I added a gc.collect() directly before the token refresh just for kicks, and...
View ArticleBeginners • Re: Homemade power supply for portable use of Raspberry Pi 4
However, I haven't been able to make it work. Am I doing something wrong? Guess the battery is a lead battery ? Look for "lead battery 6v datasheet discharge voltage" diagrams: during discharge, the...
View ArticleGeneral discussion • Re: RPI-Clone & Bookworm
Thank you both for your prompt responses. It was as I suspected the firmware location change. I will try the fork https://github.com/framps/rpi-clone tomorrow.Does SD Copier have a cli version? - this...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Use Rpi 5 console UART connector as...
HelloMy Pi 5 arrives soon. I just spotted it has a 3 pin JST connector as the console UART. Can it be used as a standard ttl UART? I would like to receive 38400 bps data from rs422 (NMEA183) and it...
View ArticleGraphics, sound and multimedia • Re: Question about v4l2 bcm2835-codec...
I just switched my input data to YUV, converted it using libyuv, and everything looks fine. The problem is solved.The last question, when I pass RGB data to the encoder as input data, you said anyway...
View ArticleAdvanced users • Re: Can't get PWM backlight to work on P4
Thanks.btw, to answer your previous question, the HDMI port is connected to an HDMI-->RGB bridge which is why the backlight control doesn't propagate to the display.I'm wondering if its possible to...
View ArticleCamera board • Re: Purpose behind of raspberry pi sbc
, BTW a mobile is also "somewhat" general purpose... So anyone can run chromium directly on their mobile phones...There has to be some objective behind every sbc, something it does best and not try to...
View ArticleAdvanced users • power button shutdown
is it possible to make the power button shutdown without the power dialog?or assign a custom commandStatistics: Posted by Minecon724 — Thu Jan 18, 2024 7:14 am
View ArticleGraphics, sound and multimedia • Re: Getting GrayScale screen when...
Ok from below this link https://www.raspberrypi.com/documentati ... #gpio-pins it seems like, we don't have support for SRGB to deal with 6 lines data interface, so, I think we do have alternatives,...
View ArticleTroubleshooting • Re: Can't see pi files in windows explorer
[*]Copy the script:Code: sudo cp wsdd/src/wsdd.py /usr/bin/wsddI would put it in /usr/local/bin, as it is not a system (apt) installed command. The "local" directories tend to come first in the PATH,...
View ArticleAdvanced users • Re: power button shutdown
in .config/wayfire.inichange the pwr command tosystemctl poweroffStatistics: Posted by kerry_s — Thu Jan 18, 2024 7:38 am
View ArticleGraphics programming • Re: CPU load vs. GPU load
Code: [clever@amd-nixos:~]$ LIBGL_ALWAYS_SOFTWARE=1 glxgears19334 frames in 5.0 seconds = 3866.792 FPSthis flags forces it into software renderingCool! I'll give that a go the next time I'm at home...
View ArticleTroubleshooting • Re: Raspberry Pi 5, Camera Module 3 Amazon Kinesis Video...
Board version: 3 Model B or later.kernel version 4.9 or laterGet a Pi3 or 4 and Bullseye and try again.That is an old tutorial and will not work with the new kernel and Pi5.Statistics: Posted by...
View ArticleC/C++ • Re: why are memory barriers not used in projects like pigpio
@cleverca I don't think the problem only affects the bcm2835, because the same recommendation is in the bcm2711 datasheet. As for multiple cores, I think that out-of-order execution would only apply...
View ArticleTroubleshooting • Raspberry pi 400 with 2 LCD issues.
Hello. I am solving one problem. I have a Raspberry pi 400. I use 2 monitors for work. But sometimes I only need one monitor to work. Even if I have one monitor off, the Raspberry still adjusts the...
View ArticleOther projects • Re: Raspberry pi 5 UPS with 12v Buck converter
This does work. I am using a 12v 3A dc cig lighter input.Just remember to putPSU_MAX_CURRENT=5000in eeprom config. WIthout that it wont work.It seems:[config.txt][all]usb_max_current_enable=1may also...
View ArticleOther projects • Re: Pi 5 Portable Project Power Question
The Waveshare screen does have an additional micro USB port for power only, so I suppose I could theoretically use a buck converter to bring that 12v power output down to 5v and power the screen from...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using SPI with CE0 and CE1
It seems that I needed to openspi.open(0, 1)not just passing spidev.SpiDev() to nrf24Statistics: Posted by SudoRaspi — Fri Jan 19, 2024 7:13 am
View Article