Difference between revisions of "GPS RECEIVER - MT3329"

From Teknologisk videncenter
Jump to: navigation, search
m (added Category:GPS using HotCat)
m (Data sheets)
Line 1: Line 1:
 +
=Module on MCBSTM32C Keil board=
 +
[[image:GPS on MCBSTM32C.JPG|thumb|300px|right|GPS Module attached to Keil board. (Click to enlarge)]]
 +
Using the [[STM32F107VC]] remapped USART1 to PB6 (USART1_TX)and PB7 (USART1_RX).
 +
*The [http://www.keil.com/mcbstm32c/mcbstm32c-base-board-schematics.pdf|Schematics] show that PB6 is used for CAN2 bus TX. CAN2 bus 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 necesarry  CAN2 bus can't be used at the same time as the GPS module.
 +
 
=Data sheets=
 
=Data sheets=
 
*[http://mars.tekkom.dk/data/embedded/GPS/DIYDrones%20Custom%20Binary%20Protocol%20-%20Google%20Drev.pdf Binary Protocol]
 
*[http://mars.tekkom.dk/data/embedded/GPS/DIYDrones%20Custom%20Binary%20Protocol%20-%20Google%20Drev.pdf Binary Protocol]

Revision as of 09:24, 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 necesarry CAN2 bus can't be used at the same time as the GPS module.

Data sheets

ARM board projects


Links