- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 5 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 5 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 7 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 8 months ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Arduino GPS Map Navigation System
Web site:
http://www.elecfreaks.com/7383.htmlProject Summary:
Built on the basis of Arduino UNO, GPS, SD card, TFT, GPS map navigation system is to obtain the real-time position information via GPS, to send it to UNO for calculation, according to the calculating results, and teamed up with the map file stored in SD card, thus presenting the position on TFT. The GPS system, owing the function to store the current position information, can be applied to running positioning and to record the running tracing.
Full Project:
Make
(1) Connect TFT1.8 shield to UNO according the table below.
(2) Connect SD module to UNO according to the table below.
(3) Obtain the map file.
- Release the file“maptile.exe” .
- Click the button in the red frame to select the zone.
- Left click to select the map area needed to download; double click the left mouse button to finish.
- Left click the button to finish downloading.
- Copy the map file into the folder “SMARTGPS”within the SD card.
(4) Insert the SD card into the card slot of SD module.
(5) Connect GPS Bee to UNO according to the table below.
(6) Plug the digital push buttons into D2, D3 separately on UNO.
(7) Download the codes into UNO. Do pay attention to disconnect the GPS from UNO because GPS takes up the interface of UNO. Power up after downloading.
Firmware:
- Dupont Line
- Freaduino UNO
- TFT1.8 shield
- SD card
- SD module
- GPS bee
- Digital push button x 2
2 Comments