Krate is a CLI development tool for building and flashing firmware onto Kublet devices.
- WiFi
- Visual Studio Code
- PlatformIO (PIO)
- Kublet
Krate must be used within a PIO terminal.
$ brew tap kublet/tools
$ brew install krate To update the krate binary, run brew update && brew install kublet/tools/krate.
Download the krate binary from the latest release.
Alternatively, you can build from source.
If you installed krate via brew, krate should be available system wide, and you can simply run the krate command from anywhere.
If you're on windows, please make the krate command available system wide: see docs.
$ krate buildRun this within the project folder.
$ krate send <ip-address>