diff --git a/img/GPS_Tracker.jpg b/img/GPS_Tracker.jpg new file mode 100644 index 0000000..8869ae8 Binary files /dev/null and b/img/GPS_Tracker.jpg differ diff --git a/img/GPS_Unavailable.png b/img/GPS_Unavailable.png new file mode 100644 index 0000000..9c23af3 Binary files /dev/null and b/img/GPS_Unavailable.png differ diff --git a/img/Geo_Record.png b/img/Geo_Record.png new file mode 100644 index 0000000..d8336ee Binary files /dev/null and b/img/Geo_Record.png differ diff --git a/img/Pi_GPS.png b/img/Pi_GPS.png new file mode 100644 index 0000000..b1d005a Binary files /dev/null and b/img/Pi_GPS.png differ diff --git a/index.html b/index.html index d9f0394..efb6382 100644 --- a/index.html +++ b/index.html @@ -243,13 +243,13 @@
- Slides containing: Problem Statements, Elevator Pitch and Potential issues -
- ...
+ After the valuable experience and knowledge learnt about requiring the Raspberry Pi to provide date and time for the Neo M6 GPS Hat. I decided to try and fix the problems that was unresolved back in the hackathon week.
+ Since the date and time information can be obtainable from other sources, I prioritized in troubleshooting and the retrieval of GPS location coordinates. Previously in the hackathon, I was successful in getting the NMEA (National Marine Electronics Association) messages from the GPS module to display on the Arduino IDE's serial monitor. However, despite using various GPS libraries like TinyGPS to parse the GPS data, the serial monitor kept showing that the location was not available, even when the device was under the sun with zero obstructions in the way.
+ After looking through various information about GPS modules, testing different GPS libraries, and checking for any missing inputs in my C++ code. The GPS coordinates still remained unretrievable. As a result, I made the decision to acquire another Neo 6M GPS Module without the Raspberry Pi hat attached to it. Surprisingly, after connecting the new GPS module to the ESP32 Nodemcu, it functioned properly without requiring any modifications to the C++ code. Therefore, suspecting a potential fault in the GPS module leading to the absence of not providing GPS coordinates.
+
- Unavailable GPS readings from serial output -
+- New Neo M6 GPS connected to ESP32 -
+- Captured GPS coordinates from serial output with new GPS Module -
++ Considering the potential inaccuracy of altitude readings, I intend to enhance the precision by incorporating a barometric pressure sensor for indoor altitude measurements.
@@ -297,7 +306,7 @@
@@ -310,7 +319,7 @@
@@ -323,7 +332,7 @@