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++