UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


guides:ublox6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guides:ublox6 [2013/01/03 08:47] – Removed dead github links upuguides:ublox6 [2016/09/08 14:52] (current) – Up upu
Line 7: Line 7:
 **WARNING : uBLOX 6 Chips are rated at 3.3v so you can't just plug this into an 5V Arduino board or a PC serial connection as these run at 5V.** **WARNING : uBLOX 6 Chips are rated at 3.3v so you can't just plug this into an 5V Arduino board or a PC serial connection as these run at 5V.**
  
-You can purchase a seperate level convertor from [[http://www.sparkfun.com/products/8745|Sparkfun]] or use a breakout with the integral level convertor available from [[http://ava.upuaut.net/store|HAB Supplies]].+You can purchase a seperate level converter from [[http://www.sparkfun.com/products/8745|Sparkfun]] or use a breakout with the integral level converter available from [[https://store.uputronics.com|Uputronics]].
  
-The MAX-6 Chip, Sarantel antenna and populated breakout boards can be purchased from [[http://ava.upuaut.net/store|HAB Supplies]].+The MAX-6 Chip, Sarantel antenna and populated breakout boards can be purchased from [[https://store.uputronics.com|Uputronics]].
  
 ===== Hardware ===== ===== Hardware =====
Line 57: Line 57:
   Serial.println("Setting uBlox nav mode: ");   Serial.println("Setting uBlox nav mode: ");
   uint8_t setNav[] = {   uint8_t setNav[] = {
-    0xB5, 0x62, 0x06, 0x24, 0x24, 0x00, 0xFF, 0xFF, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x05, 0x00, 0xFA, 0x00, 0xFA, 0x00, 0x64, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xDC                        };+    0xB5, 0x62, 0x06, 0x24, 0x24, 0x00, 0xFF, 0xFF, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00,  
 +    0x05, 0x00, 0xFA, 0x00, 0xFA, 0x00, 0x64, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  
 +    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xDC };
   while(!gps_set_sucess)   while(!gps_set_sucess)
   {   {
Line 189: Line 191:
 } }
 </code> </code>
- 
 ===== Hardware Serial Configuration Example ===== ===== Hardware Serial Configuration Example =====
  
Line 200: Line 201:
 Connect UB6 5V on the board to 5V on the Arduino\\  Connect UB6 5V on the board to 5V on the Arduino\\ 
 Connect UB6 GND on the board to GND on the Arduino\\   Connect UB6 GND on the board to GND on the Arduino\\  
-Connect UB6 TX on the board to pin 1 TX\\  +Connect UB6 RX on the board to pin 1 TX\\  
-Connect UB6 RX on the board to pin 0 RX\\ +Connect UB6 TX on the board to pin 0 RX\\ 
 Connect UM232R pin DB0 to pin 4 on the Arduino\\  Connect UM232R pin DB0 to pin 4 on the Arduino\\ 
 Connect UM232R pin DB1 to pin 5 on the Arduino\\  Connect UM232R pin DB1 to pin 5 on the Arduino\\ 
Line 211: Line 212:
   03/05/2012 2E0UPU   03/05/2012 2E0UPU
  
-  Initialise the GPS Module in Flight Mode and then echo'out the NMEA Data to the Software Serial.+  Initialise the GPS Module in Flight Mode and then echoes out the NMEA Data to the Software Serial.
    
   This example code is in the public domain.   This example code is in the public domain.
Line 234: Line 235:
   mySerial.println("Setting uBlox nav mode: ");   mySerial.println("Setting uBlox nav mode: ");
   uint8_t setNav[] = {   uint8_t setNav[] = {
-    0xB5, 0x62, 0x06, 0x24, 0x24, 0x00, 0xFF, 0xFF, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x05, 0x00, 0xFA, 0x00, 0xFA, 0x00, 0x64, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xDC                      };+    0xB5, 0x62, 0x06, 0x24, 0x24, 0x00, 0xFF, 0xFF, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 
 +    0x05, 0x00, 0xFA, 0x00, 0xFA, 0x00, 0x64, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  
 +    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xDC };
   while(!gps_set_sucess)   while(!gps_set_sucess)
   {   {
guides/ublox6.1357202874.txt.gz · Last modified: 2013/01/03 08:47 by upu

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki