From b054ca3821e76e6d6d590293113393779694c2eb Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 25 Sep 2024 11:13:42 -0700 Subject: [PATCH] Added a section for tracking dependencies. Also added instructions for using arduino IDE to program it. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8788d..98a5981 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,14 @@ ### Main Project -**To be added** +**Using Arduino IDE** + +1. Install the Arduino IDE if not installed. +2. Using the library manager in the IDE install the dependencies. +3. Connect the micro-controller +4. Select your development boards version and connection under the drop-down. +5. Click the Upload button to flash the program. + ### Tests @@ -73,4 +80,7 @@ tree -L 1 6 directories, 7 files ``` +## Project Dependencies +- RadioHead RFM9x Library +- TinyGPS++