OrCAD-Demo/readme.md

39 lines
1.8 KiB
Markdown

# Raspberry Pi Pico PCB and Schematic Design
This repository contains the PCB and schematic design files for the Raspberry Pi Pico, a small, versatile microcontroller board based on the Raspberry Pi RP2040 microcontroller chip.
<div align="center">
<img width="500" src="./images/pico_family.jpg">
</div>
## Overview
The Raspberry Pi Pico is a low-cost, high-performance microcontroller board with flexible digital interfaces. The design files in this repository include the complete schematic and PCB layout, enabling you to understand the hardware design and modify it for your own projects.
## Features
- **Microcontroller**: [Raspberry Pi RP2040](https://www.raspberrypi.org/products/rp2040/)
- **Processor**: Dual ARM Cortex M0+ @ 133MHz
- **Memory**: 264KB SRAM
- **Flash**: 2MB onboard QSPI Flash
- **Connectivity**: 26 multifunction GPIO pins, including 3 analog inputs
- **Interfaces**: I2C, SPI, UART, PWM, ADC, and more
- **Form Factor**: 21mm x 51mm
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Pinouts
<div align="center">
<img src="./images/pico-pinout.svg">
</div>
## Resources
- [Raspberry Pi Pico Official Documentation](https://www.raspberrypi.org/documentation/rp2040/getting-started/)
- [Raspberry Pi Pico Datasheet](https://www.raspberrypi.org/documentation/rp2040/getting-started/)
- [Raspberry Pi Pico SDK Documentation](https://www.raspberrypi.org/documentation/rp2040/sdk/)
- [Getting Started with MicroPython on Raspberry Pi Pico](https://www.raspberrypi.org/documentation/rp2040/getting-started-with-micropython/)
- [Raspberry Pi Pico C/C++ SDK](https://www.raspberrypi.org/documentation/rp2040/getting-started-with-c/)
- [Raspberry Pi Foundation](https://www.raspberrypi.org/) for creating the RP2040 microcontroller and the Raspberry Pi Pico board.