Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.7 KB

LoRa-P2P.md

File metadata and controls

46 lines (33 loc) · 2.7 KB

LoRa Point to Point

Topology

LoRa Point to Point

Requirements

Prerequisite

Source Codes

Aurora V1

Aurora V2

Step by Step

  1. Plug the Cosmic LoRa Aurora boards to your Laptop. Transmitter and Receiver can be either LoRa Aurora V1 or V2. The configuration can be mixed among those.
  2. COM Port should be activated. (If not? Install driver).
  3. Setup in Arduino IDE : Pick the appropriate board : Tools -> Board -> ESP32 Arduino -> ESP32 Dev Module (If not selectable? Install the Board)
  4. Setup Transmitter
    • Load Code to Arduino IDE, Aurora V1 load Transmitter code while Aurora V2 load Transmitter code.
    • Click Verify then Click Upload to Board.
    • Open Serial Monitor of Arduino IDE. Set the Baud Rate as stated in Serial.begin of the transmitter code. Some debug info should be appeared stated it transmits some data.
    • lora p2p transmitter
  5. Setup Receiver
    • Load Code to Arduino IDE, Aurora V1 load Receiver code while Aurora V2 load Receiver code.
    • Open Serial Monitor of Arduino IDE. Set the Baud Rate as stated in Serial.begin of the receiver code. Some debug info should be appeared stated it recieves some data.
    • lora p2p receiver
  6. YEEAAYY Congrattzz!! You are sending LoRa Point-to-Point.

Contact Us

Any issue of the tutorial or need IoT solutions? Please contact us