Difference between revisions of "RPI GPS ADD-ON V2.0"

From ITEAD Wiki
Jump to: navigation, search
m (Hardware)
m (Useful Link)
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[File:IM150627005-GPS.jpg|thumb|400px|right]]
 
[[File:IM150627005-GPS.jpg|thumb|400px|right]]
 
[[RASPBERRY PI GPS ADD-ON|Raspberry PI GPS Add-on]] is customized for Raspberry Pi interface based on NEO-6 GPS module. Through the serial port on Raspberry Pi, data returned from NEO-6 module can be received, thus information such as the current location and time can be searched.
 
[[RASPBERRY PI GPS ADD-ON|Raspberry PI GPS Add-on]] is customized for Raspberry Pi interface based on NEO-6 GPS module. Through the serial port on Raspberry Pi, data returned from NEO-6 module can be received, thus information such as the current location and time can be searched.
 +
 +
Go shopping [http://imall.iteadstudio.com/raspberry-pi-gps-add-on-v2-0.html RASPBERRY PI GPS ADD-ON V2.0(IM150627005)]
 +
 
==Feature==
 
==Feature==
 
*Customized for Raspberry Pi, plug and play without wiring
 
*Customized for Raspberry Pi, plug and play without wiring
Line 23: Line 26:
  
 
==Pinmap==
 
==Pinmap==
 +
{| class="wikitable"
 +
|-
 +
| align="center" style="background:#f0f0f0;"|'''Raspberry PI Pin N.O.'''
 +
| align="center" style="background:#f0f0f0;"|'''Pin name'''
 +
| align="center" style="background:#f0f0f0;"|'''Description'''
 +
|-
 +
| 1||3.3V||
 +
|-
 +
| 2||5V||
 +
|-
 +
| 3||GPIO02||SDA
 +
|-
 +
| 4||5V||
 +
|-
 +
| 5||GPIO03||SCL
 +
|-
 +
| 6||GND||
 +
|-
 +
| 7||GPIO04||
 +
|-
 +
| 8||GPIO14||GPS_DIN
 +
|-
 +
| 9||GND||
 +
|-
 +
| 10||GPIO15||GPS_DOUT
 +
|-
 +
| 11||GPIO17||
 +
|-
 +
| 12||GPIO18||
 +
|-
 +
| 13||GPIO27||
 +
|-
 +
| 14||GND||
 +
|-
 +
| 15||GPIO22||
 +
|-
 +
| 16||GPIO23||
 +
|-
 +
| 17||3.3V||
 +
|-
 +
| 18||GPIO24||
 +
|-
 +
| 19||GPIO10||SPI_MOSI
 +
|-
 +
| 20||GND||
 +
|-
 +
| 21||GPIO09||SPI_MISO
 +
|-
 +
| 22||GPIO25||
 +
|-
 +
| 23||GPIO11||SPI_SCK
 +
|-
 +
| 24||GPIO08||SPI_CE0/SD_CS
 +
|-
 +
| 25||GND||
 +
|-
 +
| 26||GPIO07||SPI_CE1
 +
|-
 +
| 27||ID_SD||
 +
|-
 +
| 28||ID_SC||
 +
|-
 +
| 29||GPIO05||
 +
|-
 +
| 30||GND||
 +
|-
 +
| 31||GPIO06||
 +
|-
 +
| 32||GPIO12||
 +
|-
 +
| 33||GPIO13||
 +
|-
 +
| 34||GND||
 +
|-
 +
| 35||GPIO19||
 +
|-
 +
| 36||GPIO16||
 +
|-
 +
| 37||GPIO26||
 +
|-
 +
| 38||GPIO20||
 +
|-
 +
| 39||GND||
 +
|-
 +
| 40||GPIO21||
 +
|}
  
 
==Download==
 
==Download==
 +
[[:File:IM150627005-RPI GPS Add-on-schematic.pdf]]
  
 
==Useful Link==
 
==Useful Link==
 +
https://github.com/mcauser/Raspberry-Pi-ITead-Studio-GPS-NEO-6M
 +
 +
[https://www.itead.cc/blog/raspberry-pi-3-add-on-supplementary-document Work with Raspberry PI 3 tutorial]

Latest revision as of 10:05, 28 June 2016

Overview

IM150627005-GPS.jpg

Raspberry PI GPS Add-on is customized for Raspberry Pi interface based on NEO-6 GPS module. Through the serial port on Raspberry Pi, data returned from NEO-6 module can be received, thus information such as the current location and time can be searched.

Go shopping RASPBERRY PI GPS ADD-ON V2.0(IM150627005)

Feature

  • Customized for Raspberry Pi, plug and play without wiring
  • Stackable
  • Coming with 2.54 interface for Electronic bricks

Specification

PCB size 65mm X 56mm X 1.6mm
Operation Level Digital 3.3V DC
Interface UART
Baud rate 9600(default)

Hardware

IM150627005-RPI GPS Add-on-dimension pic.png

Pinmap

Raspberry PI Pin N.O. Pin name Description
1 3.3V
2 5V
3 GPIO02 SDA
4 5V
5 GPIO03 SCL
6 GND
7 GPIO04
8 GPIO14 GPS_DIN
9 GND
10 GPIO15 GPS_DOUT
11 GPIO17
12 GPIO18
13 GPIO27
14 GND
15 GPIO22
16 GPIO23
17 3.3V
18 GPIO24
19 GPIO10 SPI_MOSI
20 GND
21 GPIO09 SPI_MISO
22 GPIO25
23 GPIO11 SPI_SCK
24 GPIO08 SPI_CE0/SD_CS
25 GND
26 GPIO07 SPI_CE1
27 ID_SD
28 ID_SC
29 GPIO05
30 GND
31 GPIO06
32 GPIO12
33 GPIO13
34 GND
35 GPIO19
36 GPIO16
37 GPIO26
38 GPIO20
39 GND
40 GPIO21

Download

File:IM150627005-RPI GPS Add-on-schematic.pdf

Useful Link

https://github.com/mcauser/Raspberry-Pi-ITead-Studio-GPS-NEO-6M

Work with Raspberry PI 3 tutorial