Standard OEM Firmware code - aeonSolutions/openScience-Smart-DAQ-to-Upload-Live-Experimental-Data-to-a-Data-Repository GitHub Wiki
Change Language
Last update: 15-11-2023
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
The 16MB version of the hardware electronics has available approx. 8Mb of local storage. Below is the partition table required.
# 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,