Quantcast
Channel: Raspberry Pi Forums
Browsing all 5151 articles
Browse latest View live

SDK • /pico/stdlib.h not found

Hi,I have been playing around with the spi_master example, making some modifications (as one does). I have created a couple of custom functions, which work fine when in the spi_master.c file (main). I...

View Article


HATs and other add-ons • Re: SSD compatibility with M.2 HAT+

There is no official list of compatible devices. https://shop.pimoroni.com/products/nvme ... 9587178579 has a list of drives pimoroni had tested their product with.I have a WD SN510 and SN530 in...

View Article


Compute Module • Re: CM4 I/O Board with different two cameras available?

I apologize for not providing enough detail earlier.The task I’m planning to work on involves attaching two cameras (RGB/IR) to the CM4 board or Pi5 to capture video as a stereo channel. A frame rate...

View Article

General discussion • Re: Raspberry Pi 5 overheating

I installed Lakka OS on my new Raspberry Pi 5, however the raspberry overheating and freeze, my question is why? And why Raspberry Pi don't have a protection to shutdown the system on high...

View Article

HATs and other add-ons • Re: AI HAT+ Reverse Adapter

AI HATs https://www.raspberrypi.com/products/ai-hat/ are proprietary HATs for use with Raspberry Pi only.I don't know of an adapter which let's you use them on a PCIe socket.As the PCIe connector spec...

View Article


MicroPython • Re: Core1 slows down Core2?

Also the main RAM (4x64 KB) is word stripped/interleaved, by default.0x20000000 Bank 0 00x20000004 Bank 1 00x20000008 Bank 2 00x2000000c Bank 3 00x20000010 Bank 0 10x20000014 Bank 1 10x20000018 Bank 2...

View Article

Image may be NSFW.
Clik here to view.

Interfacing (DSI, CSI, I2C, etc.) • Re: Many I2C-Devices on one Raspberry Pi

Thank you both!I mean, I know, that in theory, the RPi does provide sufficient I2C-Busses and I know they can theoretically work as long as the devices have different addresses. So far, with the...

View Article

General • Re: Variable PMW on RP2040

Default PWM and phase correct PWM waveforms will look different. Does it operate as described in the RP2040 datasheet? In particular, you might have some pulses that are 0 -> COUNT and some that...

View Article


Image may be NSFW.
Clik here to view.

AI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]

Thank you for the advice.I'm not used to RasPi So it's very helpful for me.As you advised, I used the converter with TensorFlow==2.14.0.But I got still the following error.As the last line of the...

View Article


General • Re: Raspberry Pi PicoW - not getting recognised.

Which system are you connecting it to? Windows 11 ?Windows 10 ; thonny IDEStatistics: Posted by Ab25 — Tue Nov 12, 2024 7:29 am

View Article

Advanced users • Re: Is the PISP a fake IP hidden by an over-complicated...

@jamesh I don't think you are answering my point.Right now, when I type rpicam-hello, it seems to me that PISP is only used for stats to calculate some averages and then allow to tune exposure and...

View Article

SDK • Re: /pico/stdlib.h not found

It should be:Code: #include "pico/stdlib.h"No slash before the pico.Your version is looking for the file in the root folder, not in the include folders.Statistics: Posted by Memotech Bill — Tue Nov...

View Article

Troubleshooting • Re: Raspberrypi Logs out

Anyone there to help please? I face the same issue with my second rpi4 after update. is this normal?Statistics: Posted by navaskdl — Wed Nov 13, 2024 4:35 am

View Article


SDK • Re: GPIO_PUT not working

You can edit your posting to make it look better by using Code tags, just select your code and click on 'Code' to add the tag. It will make reading code much easier for everyone.Please check what the...

View Article

General • Re: Did I break my original Pico by loading Pico 2 programs into it?

Thank you so much for the comments. I did do a hard reset (pin 30 to ground) as well as a power off; no joy. I've looked through the forum; but I'll try again. I guess I'll hook up a Pico Probe to see...

View Article


Troubleshooting • Re: Pi5 hanging when transfering large files to NAS

On a headless Pi5(Bookworm64) with NVME drive and a NAS directory mounted on the Pi5 if I attempt to transfer a large file >6GB from the NVME drive to the NAS directory the system hangs. What...

View Article

Troubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?

What if that voltage rail tolerance would be speced with +/-5%?Sorry, have no idea but would be very interrested why you see an issue! Is your Pi not working o.k. under such condition?Statistics:...

View Article


SDK • Re: pico/stdlib.h not found

Breaker, Yeah, that got it. Thank you!It seems one also has to be explicit with PUBLIC, PRIVATE, etc. in the target_link_libraries section as well.for reference, the CMakeLists.txt:Code: # Generated...

View Article

Graphics, sound and multimedia • Re: using pi5 camera with github apps for video

The documentation for rpicam-apps is here https://www.raspberrypi.com/documentat ... ng-startedIt is pre-installed on the Raspberry Pi OS “Bookworm” so no need to get it from github.yes, I am aware...

View Article

General discussion • Re: New Raspberry Pi Products

That CM5 has the D0 stepping, maybe we waited also for that? The older one would not be ideal for such small size with small heatsink.Statistics: Posted by fanoush — Wed Nov 13, 2024 7:22 am

View Article
Browsing all 5151 articles
Browse latest View live