System Update
Updated: 6/28/2025 Words: 0 words Reading time: 0 minutes
Software System and Update Method
Software Downloads
Firmware
Version | Download Link | Release Date | Description |
---|---|---|---|
Download | 2025-03-11 | Bug fixes, fixed compatibility issues with iOS device power supply | |
Download | 2025-02-16 | Added default HTTP page for formatting Micro SD card | |
Download | 2025-01-10 | Initial release |
Frontend Applications
Version | Download Link | Release Date | Description |
---|---|---|---|
Download | 2025-01-10 | Initial release |
Folders on MicroSD Card
Folder Name | Description |
---|---|
public | Stores frontend files |
firmware | Stores firmware updates, platform checks this folder for firmware updates on power-up |
system | Stores system configuration file config.json |
user | Stores 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.
{
"mode": "router",
"ssid": "sensor-lab-router",
"password": "12345678",
"voltage": 20,
"mdns": "sensor-lab-mdns"
}
Configuration Name | Description |
---|---|
mode | Mode selection. Choose "router" or "station". "router" turns the creative box into an independent hotspot, "station" connects the creative box to other routers. |
ssid | In "router" mode, this value is the hotspot router name; in "station" mode, this value is the other router name. |
password | In "router" mode, this value is the hotspot router password; in "station" mode, this value is the other router password. |
voltage | Output voltage of the terminal block. Options: 5/9/12/15/20. Please ensure the power source supports TypeC PD protocol. |
mdns | Creative box MDNS name. |
Note
Modifying configuration through the creative box console configuration page will change the contents of this file.