Troubleshooting • 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 ArticleBeginners • Re: Raspberry Pi 5 external USB camera fail
Strange as I was not using any python venv, just cvlc from the command line…Streaming automatically on reboot: the guide to all things startup is here (thanks to thagrol)...
View ArticleAdvanced users • Re: Use MIPI image sensor with RPI CM4
Hi, melexis mailed me back with the driver and the i2c register calculator but i don't know how compile because it needs to be adjusted for raspberry and how to load it, because it is not my field,...
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 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
Put the card reader with card flashed with OS into a USB socket on your PC. Can Windows detect an added drive and show files on it?Statistics: Posted by drgeoff — Sat Mar 02, 2024 5:11 pm
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 ArticleBeginners • Re: Could I get some help with Samba please?
A bit more information.I just had a thought and went back to original RaspiOS. I can access the files from the LE machine instantly. I can't recall if i installed samba before on it. Another...
View ArticleSDK • Re: Equivalent of __no_inline_not_in_flash_func for assembly code?
While your solution (inline asm) is almost certainly the best way of doing it, for the record the way to achieve the same thing in a .s file is:Code: .section .time_critical.my_function_nameInstead of...
View ArticleBeginners • Re: Low volume on Pi5
That sorted it. Thank you so much. You're a star.Statistics: Posted by Ziggy2020 — Sat Mar 02, 2024 5:31 pm
View ArticleBeginners • Re: I am looking to setup a pi zero in ad-hoc or access point...
Just confirm for others, what Zero?The original does not have WiFi, though both the Zero W and Zero 2W have.Statistics: Posted by wildfire — Sun Mar 03, 2024 4:48 pm
View ArticleTroubleshooting • Re: Help Needed Newbie with Zero 2W with Camera v2
No need to activate the legacy camera stack in raspi-config - camera should be autodetected.I don't have the correct adapter cable to hand for my V2.1 Zero 2 W so I can't test it....Statistics: Posted...
View Article