https://github.com/electronicsstudio/ist_time
In this code, I am using the <TinyGPS++.h> library to get NMEA data, which includes UTC time. I am converting this UTC time to IST and printing it on the serial monitor.
https://github.com/electronicsstudio/ist_time
Last synced: 3 months ago
JSON representation
In this code, I am using the <TinyGPS++.h> library to get NMEA data, which includes UTC time. I am converting this UTC time to IST and printing it on the serial monitor.
- Host: GitHub
- URL: https://github.com/electronicsstudio/ist_time
- Owner: electronicsstudio
- Created: 2024-11-19T16:17:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:11:29.000Z (over 1 year ago)
- Last Synced: 2025-05-16T14:50:59.326Z (12 months ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IST_Time
In this code, I am using the <TinyGPS++.h> library to get NMEA data, which includes UTC time. I am converting this UTC time to IST and printing it on the serial monitor.