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/05/12 10:07] – [Software Serial Configuration Example] mixioguides: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 21: Line 21:
 ===== Software Serial Configuration Example ===== ===== Software Serial Configuration Example =====
 All commands the same as the uBLOX5 documented by Jcoxon in the [[guides:falcom_fsa03|Falcom FSA03]] guide.The following code has been updated to reflect the changes to Software Serial in Arduino. The uBLOX 6 modules do seem particularly sensitive to timing issues on Software Serial therefore its recommended you use the hardware UARTS on the Arduino for the GPS. Tested in Arduino 1.0.1 : All commands the same as the uBLOX5 documented by Jcoxon in the [[guides:falcom_fsa03|Falcom FSA03]] guide.The following code has been updated to reflect the changes to Software Serial in Arduino. The uBLOX 6 modules do seem particularly sensitive to timing issues on Software Serial therefore its recommended you use the hardware UARTS on the Arduino for the GPS. Tested in Arduino 1.0.1 :
- 
-<code> 
-==== CONFIG NAV MODE (Airbone < 1g) + (Auto 2D/3D) ==== 
-09:51:00  SEND  B5 62 06 24 24 00 FF FF 06 03 00 00 00 00 10 27  // Set Navigation Engine Settings 
-          SEND  00 00 05 00 FA 00 FA 00 64 00 2C 01 00 3C 00 00   
-          SEND  00 00 00 00 00 00 00 00 00 00 52 E8               
- 
-09:51:00  RECV  B5 62 06 24 00 00 2A 84                          // Message Acknowledged 
-</code> 
  
 <code c> <code c>
Line 210: 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 221: 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.
guides/ublox6.1368353277.txt.gz · Last modified: 2013/05/12 10:07 by mixio

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki