This library works with ESP32 only, and is licensed for use exclusively with
NIKOLAINDUSTRY hardware and software platforms.
1. Install the library
hyperwisor-iot-arduino-library
Get the library on GitHub.
libraries/ directory:
2. Install required dependencies
Install these from the Arduino Library Manager (Sketch → Include Library → Manage Libraries…):| Library | Author |
|---|---|
| ArduinoJson | Benoit Blanchon |
| WebSockets | Markus Sattler (Links2004) |
3. Install the ESP32 board package
- File → Preferences
- Add this URL to Additional Board Manager URLs:
- Tools → Board → Boards Manager…, search
esp32, and install esp32 by Espressif Systems.
WiFi, WebServer, HTTPClient, WiFiClientSecure, Preferences, Update,
DNSServer, Wire.
4. Verify
Open the BasicSetup example, select your ESP32 board, and upload. On the serial monitor (115200 baud) you should see the device initialize and print its device ID.Next: Provisioning
Get the device onto Wi-Fi and linked to an account.

