Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.29 KB

LoRaWAN-ANTARES.md

File metadata and controls

40 lines (30 loc) · 2.29 KB

LoRaWAN ANTARES

Topology

On-going

Requirements

Prerequisite

Source Codes

Step by Step

  1. Plug the Cosmic LoRa Aurora boards to your Laptop.
  2. COM Port should be activated. (If not activated? Install CH340 driver).
  3. Setup in Arduino IDE : Pick the appropriate board : Tools → Board → ESP32 (If not listed? Install ESP32 Board)
  4. Add a device and set lora for it in your ANTARES account.
  5. Load codes below based on your Cosmic LoRa Aurora Version to Arduino IDE.
  6. Modify the code using your access key & registered device address.
  7. Click Verify then Click Upload to Board. (Error compile? Install ANTARES Library)
  8. Open Serial Monitor of Arduino IDE. Set the Baud Rate as stated in Serial.begin of the LoRaWAN ANTARES code. Some debug info should be appeared stated it transmits some data to ANTARES.
  9. Check your ANTARES Console. Some data must be shown. YEEAAYY Congrattzz!! You are sending LoRaWAN to ANTARES.