
WISNODE-LORA QUICK START GUIDE
Copyright © Shenzhen Rakwireless Technology Co., Ltd
/*APP port :2, battery level 50%, confirmed message*/
Return: at+recv=1,0,0/*confirmed mean receive ack from gateway*/
/*If gateway has data to send module, will receive date meanwhile ack */
Return: at+recv=0,2,10,30313233343536373839
/*APP port :2, receive size 10, hex:30313233343536373839*/
/* Module A Rx Side*/
Welcome to RAK811
Send: at+mode=1 /* SET LoraP2P work mode */
Return: OK
Send: at+rf_config=867700000,10,0,1,8,14
/* SET LoraP2P Frequency:867.7MHz, SF10,Bandwith 125KHz, coding Rate:4/5, Preamlen:8, tx power:14dbm */
Return: OK
Send: at+rxc=1 /* SET LoraP2P Rx continue enable report rx data */
Return: OK
Send: at+rx_stop /* If want stop Rx continue */
/* Module B Tx Side*/
Welcome to RAK811
Send: at+mode=1 /* SET LoraP2P work mode */
Return: OK
Send: at+rf_config=867700000,10,0,1,8,14
/* SET LoraP2P Frequency:867.7MHz, SF10,Bandwith 125KHz, coding Rate:4/5, Preamlen:8, tx power:14dbm */
Return: OK
Send: at+txc=100,1000,800100000600010002da9557e142d9
/* SET LoraP2P Tx continue ,100 packets, 1S interval, hex data */
Return: OK
Send: at+recv=9,0,0 /*When Tx complete */
Send: at+tx_stop /* If want stop Tx continue */