Skip to content

Version 01.00.01

Compare
Choose a tag to compare
@gigapod gigapod released this 03 Aug 16:54
· 37 commits to main since this release
2e05c36

Product release firmware - version 01.00.01

Version 01.00.01. - build 00007c
Hashes:

  • MD5 (SparkFun_DataLoggerIoT_01.00.01.bin) = 9237401ec404712a133e15cda4674b93
  • MD5 (SparkFun_DataLoggerIoT_01.00.01.bootloader.bin) = 8075a5e273296d25ce153f4260f73a07
  • MD5 (SparkFun_DataLoggerIoT_01.00.01.partitions.bin) = 3ba058d2080b5f0bd19c7230edd49099

This is the firmware version shipped with the DataLoggerIoT - 9DOF

Installation of Firmware - Board Recovery

Note: this is an advanced option

With at standard DataLogger IoT - 9DOF board, you can factory reset the board to revert back to this firmware version. However, if a different version of firmware is flashed the below, esptool.py based solution is used to recover the DataLogger IoT board functionality.

The documentation of esptool.py is located here

Once the board is restored, the built in update capability is used to update to the latest firmware release.

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.01.bootloader.bin" \
                0x8000 "./SparkFun_DataLoggerIoT_01.00.01.partitions.bin" \
                0x20000 "./SparkFun_DataLoggerIoT_01.00.01.bin"