Quantcast
Channel: Raspberry Pi Forums

Beginners • Re: Trouble shooting Command not found

the terminal says that the cameras are not found.There is official advice available from Raspberry Pi themselves in the following forum posts -What to do if your camera is not detected -...

View Article


Troubleshooting • Re: Pi 5 trashes SD Cards

Yep, that did it!32Bit OS instead of 64 but my next step is to install a cooler and NVME Hat so I'll change over to 64 bit then. I hope.Case closed - I need to buy better SDs or a better SD reader I...

View Article


Image may be NSFW.
Clik here to view.

SDK • Re: Problems with SPI Example

cmake_minimum_required(VERSION 3.13)include(pico_sdk_import.cmake)project(spi_project )set(CMAKE_C_STANDARD 11)set(CMAKE_CXX_STANDARD 17)pico_sdk_init()add_executable(spi_master spi_master.c...

View Article

Beginners • Unable to remotely connect to Pi 3

HiI have a Raspberry Pi 3 B, running Bullseye and Motioneye, connected to a nesting box, I had been able to view a video of the nestbox, but it has stopped working, I am no longer able to connect on...

View Article

SDK • Fresh Rasbpian Lite, openOCD wont work

Hello,So did setup a fresh Raspbian lite (headless, SSH in from VS on my desktop) to move all my pico projects over, now when we have the nice VS extension and all.However, I seem to miss some bits...

View Article


SDK • Re: Fresh Rasbpian Lite, openOCD wont work

Looks like libhidapi is missing but needed?From the message, it sounds like you need to install libhidapi-hidraw0 using apt.Statistics: Posted by rpdom — Sat May 10, 2025 9:52 pm

View Article

Beginners • Re: Unable to remotely connect to Pi 3

Can't help with vnc.On the time front, the Pi3 does not have an RTC. For accurate timekeeping it needs to connect to a time server on the internet. Without that it will drift especially if switched...

View Article

SDK • Re: Accurate 60Hz timer?

I went with systick, since it seemed the easiest to implement. (And reminiscent of working with Microchip PIC.) I simplified the implementation used in the helpful link gmx posted.It turns out that I...

View Article


General • Re: DMA in ring mode running continuously

I found a way to avoid using the CPU but still I need two DMAs.This passage in the datasheet had the solution in it:If the channel is triggered multiple times without intervening writes to...

View Article


Image may be NSFW.
Clik here to view.

Other projects • Re: dwlfc

nothing much to post... i certainly gave up of that infamous idea of not having the board ports (HDMI, USB) accessible, will position them at one of the sides and i also gave up from the cyber-punk...

View Article