longfi-arduino/Heltec-CubeCell-Board/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 switched examples to sub-band 2 2020-05-11 21:36:09 -07:00

README.md

Heltec CubeCell Board

This example demonstrates sending a simple data packet using a Heltec CubeCell Board . Please follow every instruction step below from top to bottom.

Quickstart Guide Heltec CubeCell Board Product Page
Heltec CubeCell Board Docs

Install Serial Driver

Find Directions here.

Install CubeCell Board Support

Find Directions here

Select Board

Arduino IDE:

  1. Select Tools -> Board: -> CubeCell-Board

Select Region

Arduino IDE:

  1. Select Tools -> LoRaWAN Region: -> REGION_US915

Upload LoRaWAN example

Arduino IDE:

  1. Select File -> Open -> longfi-arduino/Heltec-CubeCell-Boardc/longfi-us915.ino
  2. Select Tools -> Port: "COM# or ttyACM#"
  3. Enter DevEUI(msb), AppEUI(msb), and AppKey(msb) from Helium Console, at lines 14, 15, 16.
uint8_t DevEui[] = { FILL_ME_IN };
uint8_t AppEui[] = { FILL_ME_IN };
uint8_t AppKey[] = { FILL_ME_IN };
  1. Select Sketch -> Upload.
  2. Wait for Done uploading message
  3. Select Tools -> Serial Monitor Serial Monitor Window
  4. Select 115200 baud from bottom right dropdown.
  5. Wait for device to successfully join, may take 1-3 min, and show several failures. Do not be alarmed by the failures, it is expected.

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.