Getting Started with Lime-GPSDO: Difference between revisions

Democratising Wireless Innovation
Jump to navigation Jump to search
(Created page with "=Basic setup= To get Lime-GPSDO board up and running: # Connect GNSS antenna to J4 SMA connector (see Figure 1). # Power up board through microUSB connector (see Figure 1) o...")
 
Line 29: Line 29:


: '''Reserved,State,Accuracy,DAC val,1s,10s,100s'''
: '''Reserved,State,Accuracy,DAC val,1s,10s,100s'''
:: '''State'''  – 0 – coarse tune, 1 – Fine tune; <br>
:: '''State'''  – 0 – coarse tune, 1 – Fine tune; <br>
:: '''Accuracy''' – 1 – 1s lowest accuracy state, 10s accuracy state, 100s highest accuracy state;<br>
:: '''Accuracy''' – 1 – 1s lowest accuracy state, 10s accuracy state, 100s highest accuracy state;<br>
Line 36: Line 35:
:: '''10s''' – Frequency error (hexadecimal format) in clock cycles measured in 10s period;<br>
:: '''10s''' – Frequency error (hexadecimal format) in clock cycles measured in 10s period;<br>
:: '''100s''' – Frequency error (hexadecimal format) in clock cycles measured in 10s period.<br>
:: '''100s''' – Frequency error (hexadecimal format) in clock cycles measured in 10s period.<br>
Refer to chapter [https://wiki.myriadrf.org/Lime-GPSDO_v1.0_hardware_description#Switch_and_push_button Switch and push button] for slide switch description.
Lime-GPSDO_Getting_started_Figure 4 VCOCXO tune state log.png

Revision as of 12:17, 11 April 2019

Basic setup

To get Lime-GPSDO board up and running:

  1. Connect GNSS antenna to J4 SMA connector (see Figure 1).
  2. Power up board through microUSB connector (see Figure 1) or 5V DC power jack (see chapter 3.8 Power Distribution and Figure 1 for other power options).
Figure 1 Basic setup

Board status

After connecting GNSS antenna and applying power you should see green color LED4 which indicates that board is getting power and red LED1 which indicates VCOCXO tune state which are listed below:

  • Solid RED – no GPS lock, VCOCXO frequency tuning is off;
  • Blinking RED – GPS is locked, 1s lowest accuracy tune state;
  • Blinking RED/GREEN - GPS is locked, 10s accuracy tune state;
  • Blinking GREEN - GPS is locked, 100s highest accuracy tune state.
Figure 2 Board status indication

Usually GNSS module takes some time to gain GPS lock after applying power this means that LED1 will stay solid red and VCOCXO frequency tune process starts after GNSS module gains GPS lock and LED1 starts blinking.

Debug information

There is ability to get NMEA messages from GNSS module or VCOCXO tune log through onboard USB-to-UART bridge. For this example desktop PC running Windows 10 is used.
After connecting Lime-GPSDO microUSB to PC, you should see new COM port in “Device manager”

Figure 3 Device manager after connecting Lime-GPSDO board

Then serial terminal with 9600 baud rate setting can be used to connect to COM port and get serial data. Set SW1.0 switch to ON position to get NMEA messages from GNSS module or SW1.0 switch to OFF and SW1.1 to ON position to get VCOCXO tune state log Figure 13. Log is printed in following format:

Reserved,State,Accuracy,DAC val,1s,10s,100s
State – 0 – coarse tune, 1 – Fine tune;
Accuracy – 1 – 1s lowest accuracy state, 10s accuracy state, 100s highest accuracy state;
DAC val – Current DAC value hexadecimal format;
1s – Frequency error (hexadecimal format) in clock cycles measured in 1s period;
10s – Frequency error (hexadecimal format) in clock cycles measured in 10s period;
100s – Frequency error (hexadecimal format) in clock cycles measured in 10s period.

Refer to chapter Switch and push button for slide switch description.

Lime-GPSDO_Getting_started_Figure 4 VCOCXO tune state log.png