Design PCB circuit diagram from 0--arduino nano

Design PCB circuit diagram from 0 – arduino nano

foreword

Recently, I plan to design a Linux circuit board for a microcomputer, but I find that I still have shortcomings in circuit design, so I plan to design the circuit diagram from scratch. If you like it, start with me.

introduce

Arduino Nano is the Arduino classic breadboard friendly design board in the smallest size.  The Arduino Nano has pin headers for easy connection to a breadboard and has a Mini-B USB connector
Official introduction: Arduino Nano is Arduino's classic breadboard-friendly design board with the smallest size. Arduino Nano has pin headers, can be easily connected to the breadboard, and has a Mini-B USB connector, and arduino nano is a development board that is relatively easy to get started with PCB design

1. Introduction to arduino nano main control chip

insert image description here
The main control chip is ATmega328P, of which Flash Memory (flash memory) has 32KB, SRAM (static memory) has 2KB, two 8-bit timer/counters with independent prescaler and comparison mode, and a 16-bit timer/counter , with independent prescaler, compare mode and capture function mode
insert image description herefrom the official ATmega328P chip

2. Arduino nano main control circuit design

1. Crystal oscillator circuit
insert image description here
Select the corresponding capacitor, external crystal oscillator parameters
insert image description here
USB input circuit
insert image description here
regulated power supply circuit AMS1117 main control
insert image description here
insert image description here

CH340 serial port
insert image description here
circuit indication
insert image description here
external connection pin
insert image description here
chip main control
insert image description here
overall circuit diagram
insert image description here

Import PCB, divided into two layers

insert image description here
Wiring and laying copper
Front side
insert image description here
Back side
insert image description here

Guess you like

Origin blog.csdn.net/weixin_43562741/article/details/97944754