Engineers Garage

  • Electronics Projects and Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

Interfacing Skylab Skm53 GPS Module with Arduino Uno

By EG Projects April 15, 2019

This tutorial is about interfacing GPS(global positioning system) with arduino. I am going to interface skylab SKM53 GPS module with arduino uno. I will acquire the current coordinates(longitude and latitude), date and time and then display them on arduino serial monitor. This is basic tutorial on interfacing gps module with arduino, after it i will make some cool applications like vehicle navigation system, objects tracking over web/google maps using gps coordinates, timing applications by acquiring current date and time using gps module.

About Skm53 GPS Module

Skm53 gps module works properly when it is fully exposed to sky. For indoor applications skm53 gps module is not suitable. The useful data skm53 gps module can output is latitude and longitude, current date and time, speed if the gps module carrying object is moving. Skm53 works on UART serial interface(TTL). It operates at +5v power supply.

Skm53 outputs data as NMEA-0183 (National Marine Electronics Association) protocol. NMEA protocol outputs data against some commands such as GGA, GLL, GSA, GSV, RMC, VTG, ZDA and DTM. The module has its default NMEA-0183 factory output setting which is only GGA, GSA ,GSV, and RMC are operational and baud rate is set to 9600 bps.

NMEA commands and their functions

NMEA Commands

NMEA Commands

​The output data by NMEA commands starts with $ sign and ends with carriage end line feed back. To learn about how to change the module baud rate, settings, commands their structure and how to enable and disable them? visit the link below.

  • Skm53 commands structure and use

Decoding NMEA commands OR getting data from commands output

To decode the output of NMEA statements a very complex program is required. Thanks to the unknown geeks which already developed a library(TinyGPS) compatible with arduino ide. The library TinyGPS can decode these NMEA statements and provide us with our desired information.

Arduino GPS module interface circuit diagram

Project circuit diagram is given below. Please note that arduino pin#2 and 3 are used for serial communication/interfacing with the skm53 gps module. This is because the pins 0 and 1 which are default arduino uart port is shared with the pc/laptop. So the default port is used to send data to pc/laptop for displaying on arduino serial monitor and pins 2 and 3 are used to communicate with gps module. I used softserial library to make arduino pins 2 and 3 as virtual uart port.
Skm53 Gps Module with Arduino

Skm53 Gps Module with Arduino

I powered the skm53 gps module with arduino +5v output. Some people said that this configuration doesn’t worked fro them. So i recommend to power the skm53 module with an external +5 volt power supply and connect arduino and external supply ground with each other for successful uart serial communication. 
Download the project code.Folder contains project.ino file. Please provide us your feed back on the project. If you have any questions or queries please write them below in the comments section.

Watch the project video here

Skm53 arduino file/code


Filed Under: Arduino Projects, Microcontroller Projects

 

Next Article

← Previous Article
Next Article →

Comments

  1. [email protected] says

    December 5, 2022 at 1:04 pm

    Great tutorial! I used the 5V from my Uno to power the SKM53 but couldn’t get serial communication to work. I then put a 100uF filter cap on the 5v power supplied from the UNO and presto-magic, communication was established. I suspect that dirty power from my cheap Chinese Uno was the cause of this problem and perhaps those who also had issues with using power from the Uno can solve this with a filter cap.

    Log in to Reply
    • [email protected] says

      February 26, 2023 at 1:45 pm

      Nice project !! I have ordered this Skylab module.
      I have read the issue with the 5 volts to the module.
      I will try to make a simple low-pass filter with a coil and a cap of 100uF.
      Maybe the switching-frequency isn’t filtered enough on some boards.

      Log in to Reply

Questions related to this article?
👉Ask and discuss on EDAboard.com and Electro-Tech-Online.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: Internet of Things
Explore practical strategies for minimizing attack surfaces, managing memory efficiently, and securing firmware. Download now to ensure your IoT implementations remain secure, efficient, and future-ready.

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • Simple Active Bandpass Filter Oscillates
  • De-embedding using Y, Z parameter
  • i need an embedded c program that will read a 12 bit memory address from the io pins and output the data to pins from the memory in a 8051 mcontroller
  • Gate Driver Suggestions for Two-Switch Non-Inverting Buck-Boost Converter
  • DC/DC Converter with wide range input

RSS Electro-Tech-Online.com Discussions

  • STM32 checking self-written delay function
  • Reclaiming missing motherboard header
  • 12v battery, 18v magic
  • Actin group needed for effective PCB software tutorials
  • JBL charge 4 dead motherboard?

Featured -USB Series

  • Controller Chip Selection for Developing USB Enabled Device (Part 6/6)
  • Signal and Encoding of USB System (Part 5/6)
  • USB Requests and Stages of Control Transfer (Part 4/6)
  • USB Descriptors and their Types (Part 3/6)
  • USB Protocol: Types of USB Packets and USB Transfers (Part 2/6)
  • Introduction to USB: Advantages, Disadvantages and Architecture (Part 1/6)

Recent Articles

  • Littelfuse driver achieves less than 1 µA standby current for energy-efficient designs
  • Microchip optimizes power consumption in transceiver-less FPGA design for automotive applications
  • What is an IoT platform and when is one useful?
  • Silanna launches laser driver IC with sub-2 ns FWHM pulse for LiDAR application
  • LEM introduces current sensors with bandwidth up to 2.5 MHz for precision applications

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronics Projects and Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe