Top Banner
1 DIY GPS logger that enjoys using mbed TANAKA Toshihisa @tosihisa
28
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: DIY GPS Logger 20130413 #mbed_fest_w

1

DIY GPS logger that enjoys using mbed

TANAKA Toshihisa@tosihisa

Page 2: DIY GPS Logger 20130413 #mbed_fest_w

2

Hello !!

●Toshihisa Tanaka (@tosihisa)●Osaka Prefecture Sakai City living●Work is a Embedded programmer. ●The hobby is to make the OSM map while traveling with the motorcycle. ●Habitat http://twitter.com/tosihisa/ http://mbed.org/users/tosihisa/ http://www.osm.org/user/tosihisa http://lilo.linux.or.jp/

Page 3: DIY GPS Logger 20130413 #mbed_fest_w

3

The “DIY GPS Logger” (1G)

●The GPS logger is made. ●This hits the model in the past.

Page 4: DIY GPS Logger 20130413 #mbed_fest_w

4

The “DIY GPS Logger” (1.5G)

● GPS and sensors...

https://mbed.org/users/tosihisa/notebook/diy-gps-logger/

Google search keyword : “DIY GPS Logger”

Page 5: DIY GPS Logger 20130413 #mbed_fest_w

5

The “DIY GPS Logger” (2G)

Simple is best...???

Page 6: DIY GPS Logger 20130413 #mbed_fest_w

6

The ENVLogger

● GPS & Temp,humidity & CO2 sensor !!

Page 7: DIY GPS Logger 20130413 #mbed_fest_w

7

This was made. ● Skytraq S1315F GPS Logger● It used it to experiment on goGPS.

Page 8: DIY GPS Logger 20130413 #mbed_fest_w

8

Why is the GPS logger made?

I am participating in OpenStreetMap.

http://www.osm.org/

In OpenStreetMap, I want the GPS log that accuracy is as good as possible.

Therefore, it thinks whether to obtain the position where accuracy by postprocessing is good by preserving raw data (raw data) of GPS.

The other...

GPS logger on the market ties and it doesn't tie an external antenna.

It wants to obtain some accuracy even when it is not possible to measure it with GPS like the tunnel and to obtain the position that is.

The capacity of GPS logger on the market in which the log can be done is small.

Special software is necessary for taking out the log. It is general and wants the log data.

It is freedom in above all. :-)

Page 9: DIY GPS Logger 20130413 #mbed_fest_w

9

DIY GPS Logger (1G)

GPS5Hz

3 axis gyro(not used)

2 axiscompass

3 axisAccelerometer

(under LCD)USB

memory

128x64LCD

mainboard(mbed)

Page 10: DIY GPS Logger 20130413 #mbed_fest_w

10

It actually used it.

Make: Ogaki Meeting(2010-9-25)

Page 11: DIY GPS Logger 20130413 #mbed_fest_w

11

Result

The distance from Sakai to Ogaki is a round trip and about 400Km.

Roughly 340Km was good at the log.

Page 12: DIY GPS Logger 20130413 #mbed_fest_w

12

DIY GPS Logger (1.5G)

The base substrate is changed to ☆board Orange.

Page 13: DIY GPS Logger 20130413 #mbed_fest_w

13

Specification

● Main processor - mbed NXP LPC1768● Technical reference

This mbed Microcontroller is based on a Cortex-M3 Core running at 96MHz, with 512KB FLASH, 64KB RAM and a load of interfaces including Ethernet, USB Device, CAN, SPI, I2C and other I/O.

Page 14: DIY GPS Logger 20130413 #mbed_fest_w

14

Why is mbed used?

Because it is easy.

When it is usual development.

1) The development setting is installed.

2) ROM burnt wearing software is installed.

3) The debugging of the boot loader is serious. JTAG comes to want it.

Page 15: DIY GPS Logger 20130413 #mbed_fest_w

15

What is different as for mbed?

1) The boot loader has already been made.

2) Writing in ROM is "Drag & drop" and OK!!.

3) The installation of the compiler is unnecessary. Because all are Web bases.

Page 16: DIY GPS Logger 20130413 #mbed_fest_w

16

Specification

● Base board - ☆board Orangehttp://kibanhonpo.shop-pro.jp/?pid=22678532

Page 17: DIY GPS Logger 20130413 #mbed_fest_w

17

Specification

GPS Module – FV-M11 (MTK Chipset 5Hz)

Page 18: DIY GPS Logger 20130413 #mbed_fest_w

18

5Hz GPS...?

Kinki sports land ( Motorcycle circuit place in Kyoto )

1Hz 5Hz

Page 19: DIY GPS Logger 20130413 #mbed_fest_w

19

Specification

3 axis AccelerometerMMA7361L -Analog Output (The noise often gets on. )

Page 20: DIY GPS Logger 20130413 #mbed_fest_w

20

Accelerometer

2 42 82122232 52

6272 92

102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512

-200

-150

-100

-50

0

50

100

野島断層保存館

震災体験館 体験コーナー加速度ログ

加速度 (x)

加速度 (y)

加速度 (z)

時間 (100ミリ秒 )

加速

度(10

ミリg(ジ

ー))

Page 21: DIY GPS Logger 20130413 #mbed_fest_w

21

Specification

Gyro module

AE-GYRO-SMD – two gryo sensor.

Page 22: DIY GPS Logger 20130413 #mbed_fest_w

22

Specification

Digital Compass – HMC6352

2 axsis digital compass

Page 23: DIY GPS Logger 20130413 #mbed_fest_w

23

Specification

Infrared Remote-control Receiver Module

IRM-3638N3

Page 24: DIY GPS Logger 20130413 #mbed_fest_w

24

Thing that has been understood

● When it is a motorcycle, the acceleration and the gyro are difficult.

It shakes, and the noise is large. ● The motorcycle can use a digital

compass. ● It seems to be able to do the “simple

earthquake sensor” by applying the acceleration sensor.

● Mbed is convenient.

Page 25: DIY GPS Logger 20130413 #mbed_fest_w

25

DIY GPS Logger (2G)

Page 26: DIY GPS Logger 20130413 #mbed_fest_w

26

DIY GPS Logger (2G)

Page 27: DIY GPS Logger 20130413 #mbed_fest_w

27

DIY GPS Logger (2G)

Page 28: DIY GPS Logger 20130413 #mbed_fest_w

28

Catch The “QZSS” !!

● Make: Ogaki Meeting 2012