查看: 3347|回复: 0

GPS V2B Shield For pcDuino

[复制链接]

该用户从未签到

发表于 2014-4-4 10:21:18 | 显示全部楼层 |阅读模式
分享到:
1.png
GPS shield V2-B  是一款为了全球定位系统而设计的带SD接口的GPS模块扩展板 。
一、产品介绍:
  • On-board SD card slot can be used to data log.
  • Easy adoption with best performance
  • Integrated antenna and EMC protection
  • Built-in backup battery allowing hot/warm starts and better performance
  • No external component demand, just connect and use.
  • Minimum RF and EMI efforts
  • Small size of 18 (W) x 21 (L) x 7 (H) (mm) with patch antenna of 18x18x4mm.
  • Fully implementation of ultra-high performance SiRFstarIII single chip architecture
  • High tracking sensitivity of -159dBm
  • Low power consumption of 40mA at full tracking
  • Hardware power saving control pin allowing power off GPS via GPIO

二、硬件清单:

pcDuino V2   x1
GPS shield V2B x1

三、测试代码:
void setup()
{
  Serial.begin(9600);
}

void  loop()
{
  if(Serial.available()>0)
  {
  char c = Serial.read();
  printf(“%c”,c);
  fflush(stdout);
  }
}

四、测试运行:
(1)将GPS Shield V2B插在pcDuino V2上面、并将GPS Shield上面的跳线J1-RX短路到MTX上、J2-TX短路到MRX上,给pcDuinoV2上电:
2.png
(2)打开Arduino IDE,输入测试代码:
3.png
(3)运行代码可以看到命令终端输出一些GPS的数据(数据格式说明):
4.png



回复

使用道具 举报

您需要登录后才可以回帖 注册/登录

本版积分规则

手机版|小黑屋|与非网

GMT+8, 2024-4-24 10:24 , Processed in 0.122139 second(s), 16 queries , MemCache On.

ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

苏公网安备 32059002001037号

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.