3/19/2019
Wio Tracker - GPS, BT3.0, GSM, Arduino Compatible - Seeed Wiki
http://wiki.seeedstudio.com/wio_gps_board/
16/20
Open your Arduino IDE and click on File > Examples > MC20_GPS_Traker >
MC20_GNSS > GNSS_Show_Coordinate to open the sketch or copy the blow code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include
"MC20_Common.h"
#include
"MC20_Arduino_Interface.h"
#include
"MC20_GNSS.h"
GNSS gnss = GNSS();
void
setup
() {
SerialUSB.begin(
115200
);
// while(!SerialUSB);
gnss.Power_On();
SerialUSB.println(
"
\n\r
Power On!"
);