Robofun 機器人論壇
標題:
求arduino2560 + GPS NEO6M
[打印本頁]
作者:
fire81820
時間:
2012-12-17 16:34
標題:
求arduino2560 + GPS NEO6M
請問各位前輩有沒有使用過NEO-6M接到arduino 2560上過,我都接不成功,請求幫助
配備:
arduino2560
GPS NEO-6M
配置方法:
GPS的VCC接到 2560 的3.3V
GPS的GND接到 2560 的GND
GPS的TX接到 2560 的TX腳位上(PIN1)
GPS的RX接到 2560 的RX腳位上(PIN0)
代碼:
#include <SoftwareSerial.h>
SoftwareSerial GPS = SoftwareSerial(0,1);
void setup()
{
GPS.begin(4800);
Serial.begin(9600);
}
void loop(){
Serial.print(GPS.read(), BYTE);
}
請求各位有接過的前輩幫忙,感謝。
歡迎光臨 Robofun 機器人論壇 (https://robofun.net/forum/)
Powered by Discuz! X3.2