Raspberry Pi Pico

Note

This demo is based on a 5MP camera

Hardware connection

Camera pin

Development board pins

VCC

3V3

GND

GND

SCK

GP18

MISO

GP19

MOSI

GP16

CS

GP7

Note

The SPI pins corresponding to different versions of the library may be different. The Hardware connection diagram of this document is based on version 2.6.1. If the version of Arduino Mbed OS RP2040 Boaeds is not 2.6.1. Please connect the camera module according to the SPI pin definitions in the pins_arduino.h file.

The SPI pins corresponding to version 2.6.1 are shown in the figure below.

../../_images/V2.6.1.bmp ../../_images/V2.6.1_PIN.bmp

The SPI pins corresponding to version 2.7.2 are shown in the figure below.

../../_images/V2.7.2.bmp ../../_images/V2.7.2_PIN.bmp