diff --git a/firmware/GPS_ reset_test/README.MD b/firmware/GPS_ reset_test/README.MD deleted file mode 100644 index 4d92d0a..0000000 --- a/firmware/GPS_ reset_test/README.MD +++ /dev/null @@ -1,12 +0,0 @@ -1. Tool download [flash_download_tool](https://www.espressif.com/en/support/download/other-tools) - - -2. "GPS_reset.bin" ,Reset GPS, open serial port print (make sure this reset GPS firmware is running properly) - -3. Set according to the picture - - ![](./SETTING.png) - -4. Burn "GPS_BsicNMEARead.bin"(Refer to the above burning) . Serial port monitor to view data - - diff --git a/firmware/GPS_ reset_test/SETTING.png b/firmware/GPS_ reset_test/SETTING.png deleted file mode 100644 index 4b9b6be..0000000 Binary files a/firmware/GPS_ reset_test/SETTING.png and /dev/null differ diff --git a/firmware/GPS_ reset_test/GPS_ reset.bin b/firmware/GPS_Reset/GPS_ reset.bin similarity index 100% rename from firmware/GPS_ reset_test/GPS_ reset.bin rename to firmware/GPS_Reset/GPS_ reset.bin diff --git a/firmware/GPS_ reset_test/GPS_BasicNMEARead.bin b/firmware/GPS_Reset/GPS_BasicNMEARead.bin similarity index 100% rename from firmware/GPS_ reset_test/GPS_BasicNMEARead.bin rename to firmware/GPS_Reset/GPS_BasicNMEARead.bin diff --git a/firmware/NMEA_Reset/README.MD b/firmware/GPS_Reset/README.MD similarity index 72% rename from firmware/NMEA_Reset/README.MD rename to firmware/GPS_Reset/README.MD index 93be5c2..fa4eaf3 100644 --- a/firmware/NMEA_Reset/README.MD +++ b/firmware/GPS_Reset/README.MD @@ -6,6 +6,20 @@ - [T-Beam Supreme GPS record Video](https://youtu.be/yYLgRMr5WDY) + + | name | firmware | + | ------------------------- | --------------------------------------- | + | TBEAM_V1X_NMEA_RESET.bin | [firmware](./TBEAM_V1X_NMEA_RESET.bin) | + | TBEAM_V3.0_NMEA_RESET.bin | [firmware](./TBEAM_V3.0_NMEA_RESET.bin) | + + +- If the above two firmwares cannot make the GPS work properly, you can try the following two firmwares. Note that the two firmwares **TBEAM_V1X_NMEA_RESET** and **TBEAM_V3.0_NMEA_RESET** are used first to reset the GPS. + + | name | firmware | + | ------------------------- | --------------------------------------- | + | GPS_ reset.bin* | [firmware](./GPS_%20reset.bin) | + | GPS_BasicNMEARead.bin* | [firmware](./GPS_BasicNMEARead.bin) | + ## How to Flash ? diff --git a/firmware/NMEA_Reset/TBEAM_V1X_NMEA_RESET.bin b/firmware/GPS_Reset/TBEAM_V1X_NMEA_RESET.bin similarity index 100% rename from firmware/NMEA_Reset/TBEAM_V1X_NMEA_RESET.bin rename to firmware/GPS_Reset/TBEAM_V1X_NMEA_RESET.bin diff --git a/firmware/NMEA_Reset/TBEAM_V3.0_NMEA_RESET.bin b/firmware/GPS_Reset/TBEAM_V3.0_NMEA_RESET.bin similarity index 100% rename from firmware/NMEA_Reset/TBEAM_V3.0_NMEA_RESET.bin rename to firmware/GPS_Reset/TBEAM_V3.0_NMEA_RESET.bin