Hi, I have tried to connect TTN with RAK811 Wisnode Lora Module v1.2 on Arduino UNO, but it dosen’t work. I have researched and didn’t find how to work well.
I configured the module according to the following process.
Have I mistaken connecting jumper wire on the board RAK811 Wisnode Lora Module v1.2?
- set RAK811 Wisnode Lora Module v1.2 according to the “Get_Start_with_RAK811_WisNode-LoRa.pdf”.
- BOOT LOADER ver 3.0.2
- firmware ver 3.0.12 HF (AS923)
- the response from RAK SERIAL PORT TOOL is following.
>>at+version
Firmware Version: RUI v3.0.0.12.H
OK
>>at+get_config=lora:status
at+get_config=lora:status
OK.
*************************************************
==============LoRaWAN Status List================
Work Mode: LoRaWAN
Region: AS923
Send_interval: 600s
Auto send status: false.
Join_mode: OTAA
DevEui: ****************
AppEui: ****************
AppKey: ********************************
Class: A
Joined Network:true
IsConfirm: true
AdrEnable: true
EnableRepeaterSupport: false
RX2_CHANNEL_FREQUENCY: 923200000, RX2_CHANNEL_DR:2
RX_WINDOW_DURATION: 3000ms
RECEIVE_DELAY_1: 1000ms
RECEIVE_DELAY_2: 2000ms
JOIN_ACCEPT_DELAY_1: 5000ms
JOIN_ACCEPT_DELAY_2: 6000ms
Current Datarate: 5
Primeval Datarate: 5
ChannelsTxPower: 0
UpLinkCounter: 0
DownLinkCounter: 0
===================List End======================
*************************************************
- conected TTN successfully. (pic1,pic2)
- changed uart baud rate to 9600 by ATcmd “at+set_config=device:uart:1:9600”, no response but I could open COM PORT by 9600. (pic3)
- connected RAK811 Wisnode Lora Module v1.2 with Arduino UNO.(pic4)
- P1 : jumping CTX <-> RXD, CRX <-> TXD. Is this wrong?
- downloaded “Arduino Library” from GitHub.
- uploaded “JoinNetworkOTAA” in “RAK811/Arduino Library/RAK811/examples/”.Of course I replaced DevEui, AppEui and AppKey in the code.
- uploaded successfully but couldn’t connect with TTN.(pic5)