Skip to content

System Update

Updated: 6/28/2025 Words: 0 words Reading time: 0 minutes

Software System and Update Method

Software Downloads

Firmware

VersionDownload LinkRelease DateDescription
Download2025-03-11Bug fixes, fixed compatibility issues with iOS device power supply
Download2025-02-16Added default HTTP page for formatting Micro SD card
Download2025-01-10Initial release

Frontend Applications

VersionDownload LinkRelease DateDescription
Download2025-01-10Initial release

Folders on MicroSD Card

Folder NameDescription
publicStores frontend files
firmwareStores firmware updates, platform checks this folder for firmware updates on power-up
systemStores system configuration file config.json
userStores data captured by users through the creative box

Note

When users purchase the creative box, it comes with a Micro SD card. The latest frontend files are pre-stored on this card. If users need to use another Micro SD card, please ensure it is formatted as FAT32 or FAT (exFAT format is not supported).

Configuration File Description

The configuration file is named config.json and is stored in the system folder on the Micro SD card.

The example below configures the creative box to hotspot mode. After powering on, you can see a router named "sensor-lab-router" through your phone's WiFi, with password "12345678", and access the creative box through the address "sensor-lab-mdns.local". If the power source supports PD protocol, the TypeC voltage output terminal voltage is 20 volts.

json
{
  "mode": "router",
  "ssid": "sensor-lab-router",
  "password": "12345678",
  "voltage": 20,
  "mdns": "sensor-lab-mdns"
}
Configuration NameDescription
modeMode selection. Choose "router" or "station". "router" turns the creative box into an independent hotspot, "station" connects the creative box to other routers.
ssidIn "router" mode, this value is the hotspot router name; in "station" mode, this value is the other router name.
passwordIn "router" mode, this value is the hotspot router password; in "station" mode, this value is the other router password.
voltageOutput voltage of the terminal block. Options: 5/9/12/15/20. Please ensure the power source supports TypeC PD protocol.
mdnsCreative box MDNS name.

Note

Modifying configuration through the creative box console configuration page will change the contents of this file.