GPS Module: Recording GPS Data to SD Card Module
Arduino

GPS Module: Recording GPS Data to SD Card Module

How to Capture GPS Data and Record it too an SD Card In this guide we are going to use the GPS module with an Arduino and then send the captured data to an SD Card in an SD Card Module. So, whether you're a hobbyist, a tech enthusiast, or a DIY adventurer, this guide will equip you with the skills to track and log your journeys with precision and ease. Let's Build! Logging GPS data with the SD-card module…

0 Comments
GPS Module: Displaying GPS Data with Mini-OLED
Arduino

GPS Module: Displaying GPS Data with Mini-OLED

How to Display GPS Data on the Mini-OLED In this guide I will show you how to display the data returned from the GPS module to the mini-OLED display. This will help assist you to make this a truly portable project, without the need to be tethered to a computer to read the serial monitor in the Arduinos IDE. Let's Build! Components: Arduino GPS Neo 6M Mini-OLED Jumpers The Code: The code is very similar to our last guide: Programming…

0 Comments