longfi-arduino/ST-B-L072Z-LRWAN1/longfi-us915
Kent Wiliams 61822c3629 restructured examples specific to board support 2020-04-13 16:46:29 -07:00
..
README.md restructured examples specific to board support 2020-04-13 16:46:29 -07:00
longfi-us915.ino restructured examples specific to board support 2020-04-13 16:46:29 -07:00

README.md

LongFi Arduino

Installing the MCCI LMIC Library

From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage Libraries). In the search box, type MCCI and select the MCCI LoRaWAN LMIC library should be the first result.

Board Support

B-L072Z-LRWAN1 - ST STM32L0 Discovery kit

Install board support package, find instructions here.

Arduino IDE:

  1. Select Tools -> Board: -> Discovery
  2. Select Tools -> Board part number: -> Discovery L072Z-LRWAN1

B-L072Z-LRWAN1 Product Page
B-L072Z-LRWAN1 User Manual

Programming (Uploading Method):

B-L072Z-LRWAN1 - ST STM32L0 Discovery kit

STM32CubeProgrammer(SWD)

Will use onboard ST-Link(Flasher/Debugger) to upload sketch.
Download and Install required utility from ST here.

Arduino IDE:
Select Tools -> Upload Method -> STM32CubeProgrammer(SWD)