longfi-arduino/Heltec-CubeCell-Board/longfi-us915/README.md

38 wiersze
1.6 KiB
Markdown
Czysty Zwykły widok Historia

2020-05-06 18:55:36 +00:00
# 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.
[Helium Quickstart](https://developer.helium.com/devices/arduino-quickstart/heltec-cubecell-board)
2020-05-06 18:55:36 +00:00
[Heltec CubeCell Board Product Page](https://heltec.org/project/htcc-ab01/)
[Heltec CubeCell Board Docs](https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html#)
## Install Serial Driver
Find Directions [here](https://heltec-automation-docs.readthedocs.io/en/latest/general/establish_serial_connection.html).
## Install CubeCell Board Support
Find Directions [here](https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html#install-cubecell-relevant-framework)
## 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
2020-05-06 18:55:36 +00:00
2. Select Tools -> Port: "COM# or ttyACM#"
2020-05-07 16:31:04 +00:00
3. Enter DevEUI(msb), AppEUI(msb), and AppKey(msb) from Helium Console, at lines 14, 15, 16.
2020-05-06 18:55:36 +00:00
```
uint8_t DevEui[] = { FILL_ME_IN };
uint8_t AppEui[] = { FILL_ME_IN };
uint8_t AppKey[] = { FILL_ME_IN };
```
4. Select Sketch -> Upload.
5. Wait for Done uploading message
6. Select Tools -> Serial Monitor
Serial Monitor Window
1. Select 115200 baud from bottom right dropdown.
2. 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.