NEO-6M Ublox/u-blox Ublox NEO6MV2 GPS Module GY-GPS6MV2 พร้อมสายอากาศ

NEO-6M Ublox/u-blox Ublox NEO6MV2 GPS Module GY-GPS6MV2 พร้อมสายอากาศ
รหัสสินค้า SKU-00312
หมวดหมู่ ไจโร | ทิศทาง | GPS
ราคา 250.00 บาท
ลงสินค้า 21 ธ.ค. 2563
อัพเดทล่าสุด 13 ก.ค. 2565
คงเหลือ 0 ชิ้น
ขออภัย สินค้าหมด
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

Ublox NEO-6M GPS Module with EEPROM for MWC/AeroQuad with Antenna for Flight Control and Aircraft FZ0040

 

Description:

GPS modules NEO-6M, 3V power supply Universal
Module with ceramic destined antenna, super signal
EEPROM power down to save the configuration parameters data
LED signal indicator
With data backup battery
The default baud rate: 9600

Mounting Hole 3mm
Module size 23mm * 30mm
Antenna size :25mm*25mm  
Cable Length:50mm

ตัวอย่างการใช้งาน NEO-6M Ublox/u-blox GPS Module

โคดไลบารีแสดงพิกัด lat , lon ดาวน์โหลดได้ที่นี่

https://github.com/LessonStudio/Arduino_GPS

#include "TinyGPS++.h"
#include "SoftwareSerial.h"

SoftwareSerial serial_connection(10, 11); //RX=pin 10, TX=pin 11
TinyGPSPlus gps;//This is the GPS object that will pretty much do all the grunt work with the NMEA data
void setup()
{
Serial.begin(9600);//This opens up communications to the Serial monitor in the Arduino IDE
serial_connection.begin(9600);//This opens up communications to the GPS
Serial.println("GPS Start");//Just show to the monitor that the sketch has started
}

void loop()
{
while(serial_connection.available())//While there are characters to come from the GPS
{
gps.encode(serial_connection.read());//This feeds the serial NMEA data into the library one char at a time
}
if(gps.location.isUpdated())//This will pretty much be fired all the time anyway but will at least reduce it to only after a package of NMEA data comes in
{
//Get the latest info from the gps object which it derived from the data sent by the GPS unit
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("");
}
}





  • http://www.instructables.com/id/Arduino-Ublox-GPS/

 

วิธีการชำระเงิน

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัลอุบล ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาเซ็นทรัลอุบล ออมทรัพย์
  • ค่าธรรมเนียม 3.9% + 11 THB
  • การชำระผ่าน PayPal คุณไม่จำเป็นต้องแจ้งชำระเงิน เนื่องจากระบบจะจัดการให้คุณทันที ที่คุณชำระเงินเสร็จสมบูรณ์


คลิ๊ก JOIN เพื่อรับของแถม

ร้านEC-BOT อุปกรณ์อิเล็กทรอนิกส์และหุ่นยนต์
ร้านEC-BOT อุปกรณ์อิเล็กทรอนิกส์และหุ่นยนต์
/www.ec-bot.com/
Join เป็นสมาชิกร้าน
270
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

CATEGORY

ข้อมูลของฉัน

ผู้เข้าเยี่ยมชม

หน้าที่เข้าชม1,311,395 ครั้ง
ผู้ชมทั้งหมด696,279 ครั้ง
ร้านค้าอัพเดท5 ก.ย. 2568
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านEC-BOT อุปกรณ์อิเล็กทรอนิกส์และหุ่นยนต์
EC-BOT อุปกรณ์อิเล็กทรอนิกส์และหุ่นยนต์
จำหน่าย Arduino,Sensor,Module , อุปกรณ์อิเล็กทรอนิกส์ และ หุ่นยนต์
เบอร์โทร : 0626864269
อีเมล : nonlnwabu2015@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม