- 描述
- 評價 (0)
描述
描述
NEO-7M UBLOX GPS 衛星定位模組 支援 Arduino 與樹梅派 NEO-7M升級版 適用於無人飛行器 機器人
NEO-7 系列 GPS 模組,獨立GNSS建立在u-blox 7 GNSS(GPS,GLONASS,QZSS和SBAS)引擎的卓越性能之上。NEO-7系列在行業驗證的NEO外形中提供了高靈敏度和最少的採集時間。
- U-BLOX NEO-7M NEO-7N 核心,小巧而卓越的性能
- 參數可以通過串口設置並保存在EEPROM中
- 帶有SMA接口,可以連接多種天線,適應性強
- 與3.3 V / 5 V電平兼容,可輕鬆連接各種微處理器系統
- 備用充電電池
- 使用micro USB,不需要USB-TTL工具
- 帶有TTL接口
- 板載陶瓷天線
- 示例代碼:https://playground.arduino.cc/UBlox/GPS
- 評估軟件(U-Center)可供下載
NEO-7M UBLOX GPS 衛星定位模組 頻率 :1575.42M
- 用於GPS / QZSS,GLONASS的GNSS引擎
- 產品變體可以滿足性能和成本要求
- 結合了低功耗和高靈敏度
- 向後兼容NEO-6和NEO-5系列
Arduino 範例
There are 4 connections, TX, RX, VCC and Gnd. I connected TX of the module to pin 10 on the Arduino, Rx to Pin 11, VCC to 5v, and Gnd to Gnd.
Arduino
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
#include "SoftwareSerial.h" SoftwareSerial mySerial(10, 11); // RX, TX void setup() { // Open serial communications and wait for port to open: Serial.begin(9600); Serial.println("uBlox Neo 6M"); // set the data rate for the SoftwareSerial port mySerial.begin(9600); } void loop() // run over and over { if (mySerial.available()) Serial.write(mySerial.read()); } |
評價 (0)
相關商品
-
衛星定位 GPS
Grove – GPS SIM28 衛星定位模組
0 out of 5NT$1,100原始價格:NT$1,100。NT$950目前價格:NT$950。 (未稅)加入購物車產品速覽 -
Lora 遠距低功耗模組, 衛星定位 GPS, Arduino 功能擴展板
LoRa/GPS Shield For Arduino 無線射頻擴展板
0 out of 5NT$1,300原始價格:NT$1,300。NT$1,250目前價格:NT$1,250。 (未稅) -
溫濕度感測
Grove MLX90615 Digital Infrared Temperature 數字紅外溫度感測器
0 out of 5NT$750原始價格:NT$750。NT$685目前價格:NT$685。 (未稅) -
衛星定位 GPS
SparkFun GNSS 低功耗衛星定位模組 – 正廠 U-BLOX MAX-M10S
0 out of 5NT$2,450原始價格:NT$2,450。NT$1,980目前價格:NT$1,980。 (未稅)加入購物車產品速覽
商品評價
目前沒有評價。