Organize firmware directory

This commit is contained in:
lewisxhe 2024-05-15 17:59:37 +08:00
commit 4310184df2
7 changed files with 14 additions and 12 deletions

View file

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

View file

@ -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 ?