รหัสสินค้า | AS20031 |
หมวดหมู่ | Receiver/RTK/Timing |
ราคา | 370.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
โมดูล GPS ATGM336H ทำงานที่ไฟ 3.3-5.0V และมีขนาดเล็กกว่าเหรียญบาท สามารถใช้แทน GPS รุ่น NEO-6M หรือรุ่น NEO-M8N ได้โดยไม่ต้องแก้โคด จับสัญญาณได้ไว First Time ครั้งแรกเพียง 32 วินาที และครั้งต่อไปใช้เวลาเร็วขึ้น ความแม่นยำ 2.5 เมตรในที่โล่ง
โมดูล GPS ATGM336H มี 32 tracking channel ที่รับและประมวลสัญญาณได้จากระบบนำทางผ่านดาวเทียมหลักๆได้ดังนี้ GPS (อเมริกา), Beidou (จีน), GLONASS (รัสเซีย), Galileo (ยุโรป), QZSS (ญี่ปุ่น), SBAS (satellite augmentation system เช่น WAAS, EGNOS, GAGAN MSAS) อยู่ในตัวเดียว
The ATGM336H-5N module is a small family of high performance BDS/GNSS constellation positioning and navigation modules. This series of products are in a micro module fourth generation low power single chip AT6558 based on GNSS SOC, supports a variety of satellite navigation systems, including China BDS (Beidou navigation satellite system), the American GPS, the Russian GLONASS, European GALILEO, Japan QZSS and SBAS satellite augmentation system (WAAS, EGNOS, GAGAN MSAS). The AT6558 is a real sense Liuhe multimode satellite navigation chip, including 32 tracking channel, GNSS signal can receive six satellite navigation system, and realize the joint positioning, navigation and timing. ATGM336H-5N this series of modules has the advantages of high sensitivity, low power consumption and low cost. It is suitable for vehicle navigation, handheld positioning and wearable devices. It can directly replace the Ublox MAX module.
ตัวอย่างการใช้งาน
โคดแสดงพิกัดและข้อมูลเบื้องต้นของ GPS
#include "TinyGPS++.h" #include "SoftwareSerial.h" SoftwareSerial serial_connection(10, 11); //RX=pin 10, TX=pin 11 TinyGPSPlus gps; void setup() { Serial.begin(9600); serial_connection.begin(9600); Serial.println("GPS Start"); } void loop() { while(serial_connection.available()) { gps.encode(serial_connection.read()); } if(gps.location.isUpdated()) { Serial.println("Satellite Count:"); Serial.println(gps.satellites.value()); Serial.println("Latitude:"); Serial.println(gps.location.lat(), 6); Serial.println("Longitude:"); Serial.println(gps.location.lng(), 6); Serial.println("Speed MPH:"); Serial.println(gps.speed.mph()); Serial.println("Altitude Feet:"); Serial.println(gps.altitude.feet()); Serial.println(""); } }
ไลบารีและโคดแสดงพิกัด lat , lon ดาวน์โหลดได้ที่นี่
https://github.com/LessonStudio/Arduino_GPSDatasheet, documentation please see wiki page.
25mA>
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,419,713 ครั้ง |
ผู้ชมทั้งหมด | 5,922,792 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 4 ต.ค. 2568 |