Camera board • Re: Access raw CSI image data
The command looks OK to me. Possibly the "16" in the mode should be "12", but it won't make any difference in practice. (The sensor doesn't have 16 bit modes, so far as I know, so you'll probably get...
View ArticleRaspberry Pi OS • Please remove broken mirror from mirrorbrain (2024)
Our (pi-apps) automation frequently discovers broken raspbian mirrorsCode: http://mirror.cxserv.de/raspbianhttps://github.com/Botspot/pi-apps/acti ... step:7:874https://github.com/Botspot/pi-apps/acti...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Honestly how is a hobbyist supposed to check if the inductor is in the right direction? If both technically work but one direction is not optimal it's not easy to check.Statistics: Posted by pica200 —...
View ArticleDevice Tree • Re: failure to apply dt overlay for a gpio from I2C gpio expander
Oh yes, it works this way.Thanks!CraneStatistics: Posted by crane — Thu Aug 15, 2024 2:13 pm
View ArticleGeneral • Re: RP2350 RISC-V qustions
At boot you either have two Arm cores or two RISC-V cores, based on the architecture flag specified in your binary.If you want a mixed configuration, you need to write the binary value 0b10 (core 1...
View ArticleGeneral discussion • Re: Powering pi zero via gpio
Temporarily forget all your methods of powering via the GPIO header area.Get an ordinary USB to microUSB cable. Pluh the micro end into the PWR socket of the Zero. Other end into a PC's USB port or a...
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
I guess I've only seen one link and it is https://www.embecosm.com/resources/tool ... downloads/. On top of it is a mail - just didn't want to put mail on forum. I'm aware you're looking for 32 bit Pi...
View ArticleSDK • Re: Not able to change PICO_BOARD type in CMakeLists.txt with VScode
When you change the board manually in the CMakeLists.txt file you'll need to delete the build directory, and then click "Configure CMake" in the extension sidebar to regenerate the build directory. We...
View ArticleGeneral discussion • Thought I had posted here about SSD drives ...
Guys,As above perhaps I asked in the wrong segment here and it got moved but it doesn't now appear in the list of my posts either.At my age posts disappearing without comment is alarming. Am I just...
View ArticleSDK • Re: New VS extension and pico-project-generator
The new VS code extension looks great. thanks.With previous version of the SDK I had used the "pico-project-generator" Gui from the command line. I notice that references to this are removed from the...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
...I don't over clock the systems here either. In this case the over clocking illustrated that something was off between the 4 and 8GB models.Now that some time has passed It would be nice if someone...
View ArticleGeneral discussion • Re: Lineage OS 21 ATV errors
Hi all I have installed the Lineage OS 21 Android TV Build from Konsta[ ,,, ]Anyone got this os usable would love to know how. Thanks in advance to all who can help.Perhaps asking the Developer via...
View ArticleGeneral discussion • Raspberry pi 5 doesnt boot and light stays red. And the...
Hi, I have been using a PI5 to run libreleec. I bought the product from offical raspberrypi reseller silverline electronics India. I had the gpios 2 and 3 not working from the start and had raised the...
View ArticleCamera board • Re: feedback requested on dual GS camera design
Hey below is a pin holder 3d print design, I already damaged a camera pcb trying to directly solder the wires into the board. Just attach the pin holder using two M3 6mm bolts with nuts and some Right...
View ArticleGeneral discussion • Re: Thought I had posted here about SSD drives ...
You did, but not pi related and neither Windows nor Ubuntu are supported here.Statistics: Posted by wildfire — Fri Aug 16, 2024 2:21 pm
View ArticleMicroPython • Re: Two Pi Picos UART hardwire connected Transmission Size
Probably because the readline() is timing out. "Read a line, ending in a newline character. It may return sooner if a timeout is reached."Try this readline.py Code: from machine import UART, Pinimport...
View ArticleBeginners • Re: Camera not shown over python scirpt rpi5
" i make python scitp over chat gpt and not workt" - probably chat gpt is not very good?Anyway, use the examples in the documentation for picamera2 https://datasheets.raspberrypi.com/came ......
View ArticleTroubleshooting • Re: LIRC on pi5
Read those articles:https://blog.gordonturner.com/2020/05/3 ... -receiver/https://blog.gordonturner.com/2020/06/1 ... ansmitter/In a few words:However, recent releases of the linux kernel have removed...
View ArticleTroubleshooting • No audio on Pi 5
There's literally just no audio icon on the taskbarStatistics: Posted by lewisjxiv — Sat Aug 17, 2024 1:57 pm
View ArticleTroubleshooting • Re: No audio on Pi 5
Have you got an HDMI monitor that has built in speakers, or a TV, attached?Statistics: Posted by neilgl — Sat Aug 17, 2024 2:03 pm
View Article