Skip to content

Standard OEM Firmware code

Miguel Tomas Silva edited this page May 29, 2023 · 4 revisions

The standard OEM firmware code is available here on the repository for anyone to download and use. It can be installed using

  • the onboard UART SH 8-pin connector
  • Over the Air (OTA) using a WIFI network with internet connectivity

Partition Table for hardware with 16MB Flash SPI onboard

# Name,   Type, SubType,  Offset,   Size,  Flags
nvs,      data, nvs,      0x9000,   0x5000,
otadata,  data, ota,      0xe000,   0x2000,
factory,  app,  factory,  0x10000,    0x270000,
ota_0,    app,  ota_0,     ,    0x270000,
ota_1,    app,  ota_1,     ,    0x270000,
eeprom,   data, 0x99,      , 0x10000,
storage,  data, fat,       ,  0x799118,
Clone this wiki locally