Wisnode with arduino uno, problem?

hey,
im using wisnode with arduino uno as a shield.

i have tried out the following codes.

and changed the baud rate to 9600 by the command

at+set_config=device:uart:1:9600

but im not getting any response
when i run the code the commands that are passed to the wisnode will be printed
like,

at+version
at+join
at+band=0

my firmware version is
Firmware Version: RUI v3.0.0.12.H

what should i do next ?

You can try following this guide: https://doc.rakwireless.com/rak811-lora---evaluation-board/interfacing-your-rak811-lora---evaluation-board-with-arduino-boa

HI,sheminanto, please remove R12 and R13 on the wisnode lora board not R17,R19.and then change the codes like below.
image
#define DebugSerial Serial
SoftwareSerial ATSerial(RXpin,TXpin);
and then you can get response from the USB port of arduino directly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.