On-going
- 1x Cosmic LoRa Aurora
- 1x Micro USB Type B Cable for Aurora V1 or 1x USB Type C Cable for Aurora V2
- Arduino IDE
- Install CH340 Driver
- Install ANTARES Library
- Download Library
- Import library : Sketch → Include Library → Add .ZIP Library...
- Load your downloaded library. Confirm.
- Having an ANTARES account
- Check Coverage of ANTARES in your testing location
- Plug the Cosmic LoRa Aurora boards to your Laptop.
- COM Port should be activated. (If not activated? Install CH340 driver).
- Setup in Arduino IDE : Pick the appropriate board : Tools → Board → ESP32 (If not listed? Install ESP32 Board)
- Add a device and set lora for it in your ANTARES account.
- Load codes below based on your Cosmic LoRa Aurora Version to Arduino IDE.
- Modify the code using your access key & registered device address.
- Click Verify then Click Upload to Board. (Error compile? Install ANTARES Library)
- 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.
- Check your ANTARES Console. Some data must be shown. YEEAAYY Congrattzz!! You are sending LoRaWAN to ANTARES.