Fix DO / Relay state lose after reboot. Now After reboot, the DO/Relay will keep the same
state as before.
Image v1.4.1
Fix watchdog bug. This bug cause some device will un-stop reboot with the v1.4 firmware.
Image v1.4
Add hardware support for LT-22222-L
Update LoRaWAN stack to DR-LWS-002
Change to Class C by default
Add Software Watchdog
Re-construct Payload format, use the new decoder for v1.4.
Add Downlink command to pre-set count number
First bug for endless loop when TDC is too small
LT Series LoRa IO controller User Manual 8 / 42
www.dragino.com
Image v1.3
Add clear counting feature via Downlink
Improve Downlink type code 0x03 to support control RO1 or RO2 separately.
Add Downlink type code 0x05
Add Downlink type code 0x07
Image v1.2
Add counting feature
Image v1.1
Voltage and Current reserve three decimal, previous is two
Can use any Fport for downlink
Add AT+CFG to print all settings
Fix current and voltage glith bug
LT Series LoRa IO controller User Manual 9 / 42
www.dragino.com
2. Power ON Device
The LT controller can be powered by 7 ~ 24V DC power source. Connect VIN to Power Input V+
and GND to power input V- to power the LT controller.
PWR will on when device is properly powered.
LT Series LoRa IO controller User Manual 10 / 42
www.dragino.com
3. Operation Mode
3.1 How it works?
The LT is configured as LoRaWAN OTAA Class C mode by default. It has OTAA keys to join network.
To connect a local LoRaWAN network, user just need to input the OTAA keys in the network
server and power on the LT. It will auto join the network via OTAA. For LT-22222-L, the LED will
show the Join status: After power on TX LED will fast blink 5 times, LT-22222-L will enter working
mode and start to JOIN LoRaWAN network. TX LED will be on for 5 seconds after joined in
network. When there is message from server, the RX LED will be on for 1 second.
In case user can’t set the OTAA keys in the network server and has to use the existing keys from
server. User can use AT Command to set the keys in the devices.
3.2 Example to join LoRaWAN network
This chapter shows an example for how to join the TTN LoRaWAN Network. Below is the network
structure, we use our LG308 as LoRaWAN gateway here.
The LG308 is already set to connect to TTN network . So what we need to do now is only
configure register this device to TTN:
Step 1: Create a device in TTN with the OTAA keys from LT IO controller.
Each LT is shipped with a sticker with the default device EUI as below:
LT Series LoRa IO controller User Manual 11 / 42
www.dragino.com
Input these keys in the LoRaWAN Server portal. Below is TTN screen shot:
Add APP EUI in the application.
Add APP KEY and DEV EUI
Step 2: Power on LT and it will auto join to the TTN network. After join success, it will start to
upload message to TTN and user can see in the panel.
LT Series LoRa IO controller User Manual 12 / 42
www.dragino.com
Size(bytes)
2 2 2 2 1 1 1
Value
AVI1
voltage
AVI2
voltage
ACI1
Current
ACI2
Current
DIDORO*
Reserve
MOD
bit7
bit6
bit5
bit4
bit3
bit2
bit1
bit0
RO1
RO2
DI3
DI2
DI1
DO3
DO2
DO1
3.3 Uplink Payload
There are five working modes on LT for different type application:
MOD1: (default setting): 2 x ACI + 2AVI + DI + DO + RO
MOD2: Double DI Counting + DO + RO
MOD3: Single DI Counting + 2 x ACI + DO + RO
MOD4: Single DI Counting + 1 x Voltage Counting + DO + RO
MOD5: Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
3.3.1 AT+MOD=1, 2ACI+2AVI
The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes
send one uplink by default.
DIDORO is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
RO is for relay. ROx=1 : close,ROx=0 always open.
DI is for digital input. DIx=1: high or float, DIx=0: low.
DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
Note: DI3 and DO3 bit are not valid for LT-22222-L
For example if payload is:04 AB 04 AC 13 10 13 00 AA FF 01
The value for the interface is:
AVI1 channel voltage is 0x04AB/1000=1195(DEC)/1000=1.195V
AVI2 channel voltage is 0x04AC/1000=1.196V
ACI1 channel current is 0x1310/1000=4.880mA
ACI2 channel current is 0x1300/1000=4.864mA
The last byte 0xAA= 10101010(B) means
[1] RO1 relay channel is close and the RO1 LED is ON.
[0] RO2 relay channel is open and RO2 LED is OFF;
LT33222-L:
[1] DI3 channel is high input and DI3 LED is OFF;
[0] DI2 channel is low input;
[1] DI1 channel is high input and DI1 LED is OFF;
LT22222-L:
[1] DI2 channel is high input and DI2 LED is ON;
[0] DI1 channel is low input;
LT Series LoRa IO controller User Manual 13 / 42
Loading...
+ 29 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.