longfi-arduino/ST-B-L072Z-LRWAN1/longfi-us915
Leroy 81341315af rename ttgo-tb.. to TTGO-TB, add decoder to RAK WisBlock sample, update READMEs to make note of decoders 2021-04-22 11:41:03 -05:00
..
console-decoders add TTGO-TBean, simple decoders to CubCell AB and ST-B-LO72z, channels mask to CubeCell W32 2021-04-22 10:50:48 -05:00
README.md rename ttgo-tb.. to TTGO-TB, add decoder to RAK WisBlock sample, update READMEs to make note of decoders 2021-04-22 11:41:03 -05:00
longfi-us915.ino add comment for tx interval 2020-05-29 15:34:31 -07:00

README.md

ST B-L072Z-LRWAN1 - Basic LongFi Example

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

Required Driver (Windows Only)

Download driver here.

Required Board Support & Library

Arduino Core for STM32L0

Arduino IDE:

  1. Navigate to (File > Preferences) Find the section at the bottom called Additional Boards Manager URLs:
  2. Add the URL below to the list and click ok to close the preferences.
https://grumpyoldpizza.github.io/ArduinoCore-stm32l0/package_stm32l0_boards_index.json

arduino_preferences

  1. Open Boards Manager: Select Tools > Board: > Boards Manager...
  2. Search for "Tlera Corp STM32L0 Boards"
  3. Select the newest version and install.

arduino_board_support

Programming (Uploading):

Arduino IDE:

  1. Select Board: Tools > Board: > B-L072Z-LRWAN1
  2. Select Port: Tools > Port > COM# or /dev/ttyACM#(B-L072Z-LRWAN1)
  3. Upload Sketch: Select > Upload
  4. (Optional) View Serial Debug Output: Tools > Serial Monitor > 9600 baud

Sample Decoder

  • In the console-decoders directory you will find a simple sample decoder that goes along with this sample code. It is intended to be used as a Helium Console "Function". This will allow one to view the decoded payload within the Helium Console device debug view.