sheminanto
(shemin anto)
1
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 ?
hairui
(Hairui )
3
HI,sheminanto, please remove R12 and R13 on the wisnode lora board not R17,R19.and then change the codes like below.
#define DebugSerial Serial
SoftwareSerial ATSerial(RXpin,TXpin);
and then you can get response from the USB port of arduino directly.
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.