Hello World!
Here is the project I am working on, and the steps accomplished so far!
The Goal is to create a GPS and Magnetic compass using the following components:
Arduino Mega 2560
Ublox Neo 6m GPS module
MPU 6050 accelerometer
LCD TFT 2.4 With Touch Screen
What I want to achieve:
- Display a visual Compass on the TFT Screen, as well as the Azimuth in Degrees (Compass should be tilt balanced and calibrated), and display the GPS Coordinates
- Plot the GPS Coordinates on a map (stored on the SD Card with the possibility to zoom
- Output the GPS Coordinates via a USB to Serial adapter to my laptop to be used with a navigation Software (Maxsea TZ or Open CPN
What I managed to do so far:
- Display Azimuth through the serial console
- Display GPS coordinates via the serial console
Now, I am stuck as I don't have a clue how to interface the TFT, send the signal through the USB to serial, and My compass does not balance direction according to the tilt....
Any help much appreciated!