You are on page 1of 14

ARDUINO GPS CLOCK

BY
HAMZEH ALARGHA
SADDAM
BLOCK DIAGRAM
OVERVIEW & PROBLEM STATEMENT
- The main purpose of the project is to create a clock that
relies on GPS only as an input
- The system can automatically set the time itself without
user interference
- The system can also set the date by itself without user
interference
COMPONENTS USED
- NEO-6M-0-001 GPS Modules
- Arduino UNO Microcontroller
- 20x4 LCD I2C Display
NE0-6M SERIES GPS
- Deliver GPS data at a rate of 9600BAUD
- Needs a voltage input between 3.3v to 5v
- The pins used are VCC, Rx, Rt, and GND
LCD I2C DISPLAY
- It has dimensions of 20x4
- It has pre-installed potentiometer
- Pins used are SDA, SCL,GND, andVCC
ARDUINO UNO
- Voltage supply ranges from 3.3V to 5V
- Computes all the processes of the system
ARDUINO LIBRARIES USED
- <LiquidCrystal_I2C.h> Is a library for using the I2c LCD
- <SoftwareSerial.h> Is to change the default serial
- <TinyGPS.h> Is to use the GPS and process the data
CIRCUIT CONNECTION
ARDUINO CODE
ARDUINO CODE
ARDUINO CODE
ARDUINO CODE
CONCLUSION

In conclusion, it can be seen that the results of the project


Were achieved with success. The only problem
Was that getting the data from the GPS and converting it into something
That could be print out on the LCD I2C display

You might also like