Skip to content

TROPIC01 Util

TROPIC01 Util is a Python command-line interface (CLI) application used to communicate with our TROPIC01 USB DevKit. For this use case, we developed an enhanced USB DevKit firmware to bring the system closer to real-world applications and to showcase ideas and possibilities for TROPIC01, so you can build your own applications.

Warning

Keep in mind that the new USB DevKit firmware is not production-ready — for example, the communication between the USB DevKit and the Python CLI application is not encrypted. In other words, certain simplifications were done to have the whole ecosystem suitable for quick prototyping and showcasing.

  • Follow Install and Use to prepare the environment and learn how to use TROPIC01 Util.
  • Follow How It Works to get more detailed information about how it all works.
  • Follow Add a New Command to see how to add new functionality.