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.

