Lab 3: PCB Design

This lab, we start doing some hardware design. Specifically, the PCB design.

This lab is intended to go for 2 sessions, for this week session, we will get the schematic part of the lab.

As show below, we start with the MCU as our central core.

mcu
Main Micro-controller

Then, we go with the power supply part, since we are going to use a battery, we will use a LIPO charger to enable both charging and battery mode.

lipo
LIPO Charging with USB

Then we start adding ultility modules, start from IMU.

imu
IMU

Also, SD card data read/write module.

sdcard
SD Card

Finally, some miscellaneous component for battery management.

battery
Battery management

In the following week, we finished the PCB part of the design as well, which is the actual PCB board derived from the schematics we draw previous week.

pcb
PCB drawing Screenshot

And we have run the Desing Rule Check (DRC) to make sure this board can be printed with no problem.

drc
DRC result
← Back to homepage