• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomeArduinoShieldsUse GPS shield V2-B on Arduino
Previous Next

Use GPS shield V2-B on Arduino

Posted by: Alvin Jin , March 27, 2014

[vc_row][vc_column width=”1/1″][vc_column_text]

LinkSprite GPS shield V2-B  is designed to add GPS capability to Arduino Uno. It can also be used to save GPS data to SD card.

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Parts List” tab_id=”1395889967-1-68″][vc_column_text]

  • 1 x GPS shield V2-B
  • 1 x Arduino Uno

[/vc_column_text][/vc_tab][vc_tab title=”Example Code” tab_id=”1395889967-2-88″][vc_column_text]

void setup() 
{ 
    Serial.begin(9600);       
} 
void loop() 
{ 
  if (Serial.available() > 0) 
   { 
        Serial.print(char(Serial.read()));   
   }
}

[/vc_column_text][/vc_tab][vc_tab title=”Test result” tab_id=”1395896184713-2-2″][vc_column_text]Use a serial terminal to display the Arduino serial output:

gps_arduino_00[/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row]

Tags: Shields

Share!
Tweet

Alvin Jin

About the author

Loading Facebook Comments ...

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

Tags

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors