Interfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
"vcgencmd get_camera" is ONLY valid for the legacy camera stack. It is irrelevant for anything using the kernel drivers.Likewise "start_x=1" only enables the legacy camera stack, which is irrelevant...
View ArticleBeginners • Re: Unable to delete ?hidden? Files
Yes your rightTried pip uninstall astropy , and it appeared to work and can no longer find file, so assuming all files have been deleted.Just confused to why the ‘find’ command could find a file, But...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Nice.Oh, ok. I thought there was a reasonable difference.I was going to look into that.Also. What counts as a good thermal pad.I am keen to get mine done, but I think its going to be a...
View ArticleOther programming languages • Re: PHP Calling Pinctrl in shell_exec different...
OP never did come back...Statistics: Posted by neilgl — Fri Mar 01, 2024 4:18 pm
View ArticleTroubleshooting • Re: Pi 5 will not power on
The issue with the Raspberry Pi 4 not booting from an SSD could be related to the bootloader version. Ensure your Pi's bootloader is updated to the latest version by running sudo rpi-eeprom-update and...
View ArticleTroubleshooting • Re: cant use alsa library on raspberry pi 5
hifiberry said pi5 can connect this.And then I'm contacting hifiberry as I wrote here now.I want to prove that my raspberry pi5 is not a failure.hifiberry said now," There might be still a bug in the...
View ArticleGeneral discussion • Video stream code working on Pi 4 but not Pi 5
I am trying to stream video from on Raspberry Pi to another. I am doing this successfully from a Pi 4 to a Pi 5. When I try to switch the transmitter to a Pi 5 I get the following error:[NULL @...
View ArticleTroubleshooting • Red light of doom
Hi,I wonder if anyone could help.I've just received a Pi 4 8Gb. I downloaded the standard PI image (with extra software) and flashed it to a 32Gb MicroSD card.Popped the card into the Pi, and plugged...
View ArticleBeginners • Re: Pi 4B Going Offline after couple of minutes
Turning Off and On seems to fix the issue but after sometime it agains goes offlineI use it for scrypted Homekit Plugin, So whenever the pi goes off motion detection in homekit stops workingI am...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - 8gb Unable to read partition as FAT
Remove power. Remove card from socket on Pi5. Put card with OS into your USB card reader. Plug card reader into a USB socket on Pi5. Apply power. Does that boot?I tried it it is still not doing...
View ArticleMicroPython • Re: pico don't start after power-up
and now it suddenly works as it should I'm going to try it with the actual program (the previously posted one was a test version)Statistics: Posted by trixo — Sat Mar 02, 2024 4:29 pm
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
I just published a precompiled, binary executable for the latest, greatest version of Linux Air Combat on the Raspberry Pi5, so you won't need to compile it from source code any more. I also published...
View ArticleDevice Tree • Re: Adapting an overlay for AT24 EEPROM on i2c-0 for Pi 5
Those lines tell the kernel that a number of pins must be configured in particular ways before the probe function of the device driver is called. They are no longer needed because the dtb files for...
View ArticleTroubleshooting • Re: Red light of doom
solid red = power ok.try this: to check your HDMI and cables:- check your HDMI cabling and EDID status:power off your PIremove the SD cardpower on the pi.- you should get the diagnostic display as...
View ArticleOff topic discussion • Re: Sort data in Excel
because the default display format includes both date and time.it's just a "format display" issue.date is always stored with time. if you dont provide a time, it is 00:00:00 on the date given.that is...
View ArticleTroubleshooting • Re: How do I hook up my speakers?
I don’t think those speakers should be connected to 3.3V or 5V. Seems like a major error in their description and/or photos.As mentioned I believe they should be connected to an amplifier.That Amazon...
View ArticleTroubleshooting • Re: RPi 5 boots from USB but not SD
it may be your card adapter.older adapters may not handle the bigger cards.... i found that out the hard way. i think SDHC readers handle max 32G, SDXC are for bigger, but your adapter may not handle...
View ArticleTroubleshooting • Pi5 Active cooler always on
I've got my active cooler plugged in it appears to be running at full speed all the time. My temps are ~35C. My understanding is that it shouldnt turn on until 50C. The fan state is set to 0 so it...
View ArticleSDK • Re: Export labels from pioasm to C code
Regarding the 'origin' statement, isn't that the case with .wrap too? The assembler generates code to add the loaded offset to the wrap statements, so presumably I can just add my offset to the label...
View ArticleBare metal, Assembly language • Re: Variable clocks and peripherals
That makes sense for UART.What about SD host? Does it need a setting in config.txt as well?Statistics: Posted by yaw moo — Sat Mar 02, 2024 5:12 pm
View Article