-
Notifications
You must be signed in to change notification settings - Fork 0
How to Install TinyGS on LightTracker Plus
If you have a LightTracker Plus and want to install or update TinyGS firmware, you can use one of the following methods:
Download latest firmware (lightracker_plus_tinygs_firmware_vX_X_X.zip) to your computer using the following link: https://github.com/lightaprs/tinyGS/releases and extract *.bin files to any folder.
If LightLoRaAPRS is already installed in your device, you can use "Web (OTA) Firmware Update" option in Setup Menu to install TinyGS firmware. If not, skip to Method 2
To access the setup menu, first, put your device in setup mode. You can do this by resetting your device using the "RESET" button or by powering it off and on again. Upon startup (within 7 seconds), press the "BOOT" button three times. This action will put your device in setup mode, and you will see Access Point information on the OLED display if connected.
Connect your computer to the following Access Point listed in your computer's Wi-Fi settings:
SSID: Light_Tracker_Plus
Password: Light12345
After connecting, type the following URL into your browser's address bar (preferably Chrome if possible) and press enter:
URL: http://192.168.4.1
Click on the "Web (OTA) Firmware Update" option.
Select the "firmware.bin" file downloaded in the first step.

Then click on the "Update" button to start the update process.

Your device will restart automatically if the update process completes successfully. You can check out -> * TinyGS Configuration
The easiest way to upload firmware to ESP32-based devices is through Chrome using the following address. This way, you won't need to install any programs on your computer.
https://espressif.github.io/esptool-js/
When you open the above link with Chrome on your computer, you will see a page like the one below.

On the opened page, first, click the "Connect" button, and you will see a popup window like the one below.

In the popup window above, select the line that says "USB JTAG/serial debug unit" and then click the "Connect" button.
IMPORTANT NOTE: If you do not see a line that says "USB JTAG/serial debug unit," either you may not have put your device into programming mode as described in the first step, or the Device Manager in the Windows operating system has not granted access permission to the USB connection.

After clicking "Connect," if you see the messages highlighted within the red frame in the black console screen on the main page, it means your device is ready to receive firmware (software) upload.

Before selecting the firmware file, you should first change the Flash Address value to 0x10000. (IMPORTANT: When the page is loaded, it comes with the default value of 0x1000, but you need to change it to 0x10000. In other words, you need to add one more zero at the end.)
Flash Address: 0x10000
File : firmware.bin
After that, use the "Choose File" option to select the firmware.bin file that you downloaded.
After updating the Flash Address to 0x10000 and selecting the firmware file, click the "Program" button as shown in the screenshot below.

Then, the firmware uploading process to the device begins. After about 7-8 seconds, you should see a log at the bottom of the console screen like the one below.
