Developer Access (Debug Mode)
Debug Mode
The STICKER can also be delivered in Debug Mode, which is intended primarily for developers.
In this configuration, the device is supplied in an open state, allowing direct access for development.
This mode highlights that STICKER is an open platform, enabling developers to explore, modify, and extend its functionality according to their needs.
Flashing Firmware via J-Link
To flash application firmware to the CHESTER device with SEGGER J-Link:
- Connect the J-Link to the CHESTER APP (or BLE) connector and to your PC.
- Make sure Python 3 and HARDWARIO Command Line Tools are installed.
- Activate your Python virtual environment.
- Run the flashing command with either the HEX file or the application unique ID:
hardwario chester app flash <HEX-FILE-PATH or APPLICATION-UNIQUE-ID>
- Disconnect the J-Link adapter when finished.