Difference between revisions of "GPS RECEIVER - MT3329"

From Teknologisk videncenter
Jump to: navigation, search
m (Module on MCBSTM32C Keil board)
m (Connections)
Line 5: Line 5:
 
*The [http://www.keil.com/mcbstm32c/mcbstm32c-base-board-schematics.pdf|Schematics] show that PB7 is used for the USER button. To use PB7 as RX from the GPS module it is necessary to remove C20.  The USER switch can't be used at the same time as the GPS module.
 
*The [http://www.keil.com/mcbstm32c/mcbstm32c-base-board-schematics.pdf|Schematics] show that PB7 is used for the USER button. To use PB7 as RX from the GPS module it is necessary to remove C20.  The USER switch can't be used at the same time as the GPS module.
 
==Connections==
 
==Connections==
Solder a 6 pin 0,1 inch 90 degrees angle. See
+
Solder a 6 pin 0,1 inch 90 degrees angle. See picture 2 and connect
 +
*Pin 1 to 3,3V (Red wire)
 +
*Pin 2 to GND (Black wire)
 +
*Pin 3  - Not used in this project ( 1 second pulse signal from GPS module )
 +
*Pin 4 to PB7 (Orange wire) - GPS module TX
 +
*Pin 5 to PB6 (Yellow wire) - GPS module RX
 +
*Pin 6 - NOt used in this project ( FIX signal )
  
 
=Data sheets=
 
=Data sheets=

Revision as of 13:39, 10 December 2013

Module on MCBSTM32C Keil board

GPS Module attached to Keil board. (Click to enlarge)

Using the STM32F107VC remapped USART1 to PB6 (USART1_TX)and PB7 (USART1_RX).

  • The [1] show that PB6 is used for CAN2 bus TX. CAN2 bus can't be used at the same time as the GPS module.
  • The [2] show that PB7 is used for the USER button. To use PB7 as RX from the GPS module it is necessary to remove C20. The USER switch can't be used at the same time as the GPS module.

Connections

Solder a 6 pin 0,1 inch 90 degrees angle. See picture 2 and connect

  • Pin 1 to 3,3V (Red wire)
  • Pin 2 to GND (Black wire)
  • Pin 3 - Not used in this project ( 1 second pulse signal from GPS module )
  • Pin 4 to PB7 (Orange wire) - GPS module TX
  • Pin 5 to PB6 (Yellow wire) - GPS module RX
  • Pin 6 - NOt used in this project ( FIX signal )

Data sheets

ARM board projects


Links