Skip to content

How to setup Elecrow Watering Kit with Lora-E5 and ThingStack

Notifications You must be signed in to change notification settings

chaudhariatul/watering_kit_with_LoraWAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elecrow Watering kit with Grove Lora-E5

This project is to connect Elecrow Watering kit to Things LoRaWAN stack.


Parts:

  1. Elecrow Plant Watering System Compatible with Arduino
  2. Grove - LoRa-E5
  3. Jumper wires

Setup:

Step 1. Solder male jumper wires to Grove connector.
To connect Grove LoRa-E5 board to Elecrow board, a grove to female header connector cable is required. Cut the grove connector cable and solder male connector cable.
Connector cable

Step 2. Assemble the kit without the LCD screen.
In this project LCD screen will not be used to reduce size of code.

Assembled kit

Step 3. Register new Device in ThingStack

  • Select Brand as Seeed Technology Co. Ltd from the dropdown
  • Model as Wio-E5 Dev Kit.
  • Hardware and Firmware version is auto-selected as version 1.0.
  • Select region as US_902_928.
  • Select Frequency plan as United States 902-928 MHz, FSB 2 (used by TTN)
  • Set AppEUI as all Zeros
  • Each LoRa-E5 device has an unique DevEUI that can be identified by running "AT+ID=DevEui" AT-command.

Note: A new DevEUI can also be set with this AT-command AT+ID=DevEUI, "2CF7F12032307CFF"


Create End Device

Step 4. Launch watering_kit_with_Lora.ino with Arduino IDE
Update config.h with values from Step 3 and upload the code. Serial monitor output should be as shown below.

Serial Output

About

How to setup Elecrow Watering Kit with Lora-E5 and ThingStack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published