Konnected is built on top of the open source NodeMCU firmware which means that you can easily flash your device with the latest firmware and software using open source tools.
Skip this step!
When you buy from konnected.io, your device is already pre-loaded with the latest firmware and software. These steps are only necessary if you're upgrading from an earlier version, or using your own compatible hardware.
Flash using the Konnected Flash Tool from your web browser
Try our new web-based Flash Tool to quickly an automatically flash your device with the latest Konnected firmware.
- Download and install the device driver for your operating system and Konnected hardware version. This allows your computer to communicate with the device via a USB connection.
- Go to https://install.konnected.io and follow the steps there to automatically flash your device.
- Follow these instructions to re-sync your device settings from your home automation hub.
Flash using command line tools
The Konnected Flash Tool is just a wrapper around the Python based esptool. You can flash the Konnected firmware and filesystem directly using esptool
Python required
You need to have Python installed on your computer for this.
- Install esptool using pip:
pip3 install esptool
- See scripts/flash for usage.