From 8ed9b0be2e645bc3612c8955a9dc9dba411ce020 Mon Sep 17 00:00:00 2001 From: Addy Gallareta Date: Thu, 6 Feb 2020 14:22:50 -0800 Subject: [PATCH] README changes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 683e8c3..a25608b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage ![](https://developer.helium.com/static/library_manager-56bed2bb23b6f93e5cc3b25bdfd345a2.png) +## Adafruit GPS Library [Optional] + +From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage Libraries). In the search box, type Adafruit GPS Library. + ## Board Support ### B-L072Z-LRWAN1 - ST STM32L0 Discovery kit @@ -36,7 +40,7 @@ Select Tools -> Board: -> MCCI Catena 4610. [Adafruit Feather M0 with RFM95 Product Page](https://www.adafruit.com/product/3178) [Adafruit Feather M0 with RFM95 Datasheets & Files](https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/downloads) -## Programming(Upload Method): +## Programming (Uploading Method): ### B-L072Z-LRWAN1 - ST STM32L0 Discovery kit @@ -53,6 +57,8 @@ Select Tools -> Upload Method -> STM32CubeProgrammer(SWD) #### DFU Arduino IDE: Select Tools -> Upload Method -> DFU + +For the GPS sketch: Select Tools -> Serial Interface -> USB + HW Serial To put the board in DFU mode, hold down the boot button while pressing and releasing the reset button.