Skip to content

Version 01.00.03

Compare
Choose a tag to compare
@gigapod gigapod released this 28 Jul 19:53
· 316 commits to main since this release

Product release firmware - version 01.00.03

Version 01.00.03. - build 000098

Updates Included

  • Fix issue with GNSS device driver.

Installation of Firmware

Normally, this firmware is uploaded to a DataLogger via the SD card or OTA - just using the 01.00.03.bin firmware file.

To install this firmware, as the main factory partition firmware for the DataLogger, use the following command.
Attached firmware binaries are uploaded using the following command/esptool settings (adjust port/baud for your device):

esptool.py --chip esp32 --port [YOUR PORT] --baud 460800 --before default_reset --after hard_reset write_flash  \
                 -z --flash_mode dio --flash_freq 80m --flash_size 16MB \
                0x1000 "./SparkFun_DataLoggerIoT_01.00.03.bootloader.bin" \
                0x8000 "./SparkFun_DataLoggerIoT_01.00.03.partitions.bin" \
                0x20000 "./SparkFun_DataLoggerIoT_01.00.03.bin"