STM32F070F6
is a 32-bit ARM Cortex-M0 microcontroller from ST. This repository contains the hardware files needed for creating a basic board for working with this micro controller.
EDA Tool: KiCad(5.0.1).
Many thanks to Balram for helping me out with the PCB design 🙂
- 1. Change trace width of power tracks
- 2. Merge
dev
branch to master - 3. Export gerbers - research about fab houses
- 4. Verify gerbers
- 5. Send board to fab house
- 6. Generate BOM
- 7. Order component and tools
Event | Date |
---|---|
Project Start | 12 Sep 2019 |
Schematic Complete | 5th Oct 2019 |
Layout Complete | 6th Oct 2019 |
Sent gerbers for fabrication | 3rd Dec 2019 |
Received PCB's from fab house | 11th Dec 2019 |
BOM Complete | 17th Dec 2019 |
Ordered Components & Tools | 17th Dec 2019 |
-
Changed the switches with were earlier decided from robu.in to this from element14, as mechanical dimensions were not available.
-
Links that might be useful for usb connector:
- Element 14 Page
- Digi Key Kicad Library - Search for MPN
- Mouser
-
Always do a board check when you receive the board from the fab house. You can do:
a. Visual Inspection
b. Check for short between the power rails - This board has 3V3 and 5V power rails. Thanks to Balram for pointing out this.