From d3be57eae7b283a5d708d64f946410f59241aa73 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sun, 29 Nov 2020 16:21:30 -0600 Subject: [PATCH] Updated Home (markdown) --- Home.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 800da83..e01eff7 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,20 @@ -## Links +## Setup Arduino IDE + +1. Install Arduino IDE 1.8.x - https://www.arduino.cc/en/software - Instructions may require extra steps to allow for serial/usb access. Read all instructions carefully. +1. Follow these instructions _**carefully**_ as well - https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Installation + 1. Note I used the `Arduino SAM Boards (32-bits ARM) Cortext-M3)` version `1.6.12` + 1. Additional Help https://sites.google.com/site/ericmklaus/projects-1/stm32f103-minimum-system-development-board/arduino-ide-for-stm32103-board + 1. Some additional hints here - https://github.com/ztto/ArdSCSino-stm32/issues/5 +1. Install SdFat - Tools -> Manage Libraries -> SdFat by Bill Greiman version `1.1.4` +1. Make sure the correct board is selected `Generic STM32F103C series` - Copy the latest `.ino` file into a sketch and compile. +1. Flash using your preferred method. + + +## Flashing + +Soon. + +## Making Gerber files https://support.jlcpcb.com/article/44-how-to-export-kicad-pcb-to-gerber-files +