Raspberry Pi Pico

Raspberry Pi Pico mikrocontroller instruktionsmanual

Model: Pico (SC0915)

1. Produktet er slutview

The Raspberry Pi Pico is a compact, high-performance microcontroller board developed by Raspberry Pi. It features the RP2040, a custom-designed microcontroller chip, offering a flexible platform for a wide range of embedded projects.

Nøglefunktioner omfatter:

Top-down view of Raspberry Pi Pico board

Figur 1: Top-down view of the Raspberry Pi Pico microcontroller board, showing the RP2040 chip, USB port, BOOTSEL button, and GPIO pins.

2. Opsætningsvejledning

This section outlines the basic steps to prepare your Raspberry Pi Pico for use.

2.1. Nødvendige komponenter

2.2. Initial Firmware Installation

  1. Tilslut til computer: Tryk og hold på STØVLE button on the Pico. While holding, connect the Pico to your computer using a Micro USB cable. Release the BOOTSEL button once connected.
  2. Access USB Mass Storage: Your computer should recognize the Pico as a mass storage device named "RPI-RP2".
  3. Drag and Drop Firmware: Download the desired firmware file (e.g., MicroPython UF2 file) from the official Raspberry Pi website. Drag and drop this UF2 file onto the "RPI-RP2" drive.
  4. Genstart: The Pico will automatically reboot, and the "RPI-RP2" drive will disappear. The new firmware is now installed.
Vinklet view of Raspberry Pi Pico connected via USB

Figur 2: Vinklet view of the Raspberry Pi Pico, illustrating its compact size and the Micro USB port for power and data transfer.

3. Betjeningsvejledning

Once firmware is installed, you can begin programming and interacting with your Raspberry Pi Pico.

3.1. Programming Environments

3.2. GPIO Pin Usage

The Pico features 26 multi-function GPIO pins that can be configured for various purposes, including digital input/output, analog input, PWM, I2C, SPI, and UART communication.

Raspberry Pi Pico pinout diagram

Figure 3: Detailed pinout diagram for the Raspberry Pi Pico, illustrating the function of each of the 40 pins, including power, ground, and various GPIO capabilities.

Refer to the official Raspberry Pi Pico documentation for detailed pin assignments and programming examples for specific functionalities.

4. Vedligeholdelse

Proper care ensures the longevity and reliable operation of your Raspberry Pi Pico.

5. Fejlfinding

This section addresses common issues you might encounter with your Raspberry Pi Pico.

5.1. Almindelige problemer og løsninger

For further assistance, consult the official Raspberry Pi Pico documentation and community forums.

6. Tekniske specifikationer

FeatureDetalje
Microcontroller ChipRP2040 (designed by Raspberry Pi)
ProcessorDual-core Arm Cortex M0+ @ 133 MHz
SRAM264KB
Flash-hukommelse2MB on-board QSPI Flash
GPIO pins26 multi-function GPIO pins (23 digital-only, 3 ADC capable)
Analoge indgange3 x 12-bit ADC
Kommunikationsgrænseflader2 x SPI, 2 x I2C, 2 x UART, 16 x PWM channels
USBMicro USB 1.1 device and host support
Strømforsyning2V to 5V DC via Micro USB or VSYS pin
Driftstemperatur-20°C til +85°C
Dimensioner (LxBxH)1.97 x 0.79 x 0.39 tommer (50 x 21 x 1 mm)
Vægt0.01 ounces (ca. 2 g)
Bund view of Raspberry Pi Pico with pin labels

Figur 4: Nederst view of the Raspberry Pi Pico, showing the castellated edges for surface mounting and additional pin labels.

7. Garanti og support

The Raspberry Pi Pico is designed for educational and hobbyist use. Specific warranty details may vary depending on the retailer and region of purchase. Please refer to your point of purchase for warranty information.

For technical support and further resources, please visit the official Raspberry Pi website and community forums:

Relaterede dokumenter - Pico

Preview Getting Started with Raspberry Pi Pico: C/C++ Development Guide
A comprehensive guide for C/C++ development on the Raspberry Pi Pico microcontroller. Covers setup, SDK, examples, debugging with SWD, and IDE integration for the RP2040.
Preview Getting Started with Raspberry Pi Pico: C/C++ Development Guide
A comprehensive guide for developers to begin C/C++ programming with the Raspberry Pi Pico microcontroller and RP2040-based boards, covering setup, SDK, examples, and debugging.
Preview Hardwaredesign med RP2040 - Raspberry Pi
En omfattende guide til hardwaredesign ved hjælp af RP2040-mikrocontrolleren, der dækker minimale designeksempler.amples, VGA, SD-kort og lydgrænseflader, sammen med strømstyring og fejlfindingsteknikker.
Preview Mastering the Raspberry Pi Pico W: Projects and Programming Guide
A comprehensive guide to mastering the Raspberry Pi Pico W and the RP2040 microcontroller, featuring over 60 projects for programming and development. Covers hardware, software, and practical applications.
Preview Raspberry Pi Pico-series C/C++ SDK: Libraries and Tools for Microcontroller Development
Explore the Raspberry Pi Pico-series C/C++ SDK, a comprehensive toolkit for developing embedded applications on RP-series microcontrollers. Features libraries, build system, hardware access, and examples for C/C++ programming.
Preview Raspberry Pi Pico: Mehr as 50 Grundlagenprojekte med MicroPython og dem RP2040-Mikrocontroller
En omfatningsleder til Raspberry Pi Pico Mikrocontroller, der over 50 praktiske projekter med MicroPython og dem RP2040-Chip vorstellt. Behandler Hardware-Grundlagen, Programmering, Sensorer, Kommunikationsprotokoller med UART, I2C, SPI, sowie Wi-Fi- og Bluetooth-Anvendungen.