Skip to main content
The Code Generator (Develop → Code Generator) produces starter firmware code for your product, so you don’t write the boilerplate by hand. It scaffolds a sketch wired to your product — its ID, commands, and configuration — ready to flash and extend.

What it gives you

  • A firmware skeleton for your product, using the Hyperwisor SDK
  • The plumbing already in place: connection, command handling, and the hooks to push values to your dashboard widgets

Then what

Take the generated code into the Arduino IDE (or ESP-IDF), fill in your device-specific logic (read sensors, drive outputs), and flash it. See the Firmware SDK for the full library reference.

Next: LiveLink Simulator

Test device ↔ app messaging without hardware.