Start
http://www.amatronica.de/index.html

Copyright Dieter Amann © 2009
 
 
 

Forum opened

The forum is now open. Please feel free to leave some coments, suggestions etc.

Forum

Welcome

This is the project website to the this years STM32 circle contest on www.stm32circle.com/hom/index.php

Download the manual here

Projectdescription

  1. Projectdescription

Connecting a gps receiver to a microcontroller is not a big deal. Most commonly the gps receiver sends its data, packed into NMEA format, as a serial stream over a serial port. But what to do with this data? For tracking purposes its just enough to save the datastream to a nonvolatile memory. But if you want to visualize the gps data on your device, for example show your actual position on a map you are facing two problems:

  • You have to deal with a big amount of map data.

  • The map data underlies restrictive copyright licenses.

OSM4Primer2 overcomes with this problems.

This is how map is displayed on lcd screen


So all you have to do is download the desired map data from OSM project and save it to the micro-sd card. OSM4Primer2 extracts the actual geografical position out of the NMEA datastream and correlates it to map data on the micro-sd card. As a result the position is shown on the map.