BasicSetup
The minimal sketch — initialize, connect, and stay connected.NIKOLAINDUSTRY_Setup Wi-Fi (password
0123456789), configure your Wi-Fi and device details, and the device restarts
and connects automatically.
Example index
| Example | What it shows |
|---|---|
| BasicSetup | Minimal init + connection |
| CommandHandler | Receiving dashboard commands via setUserCommandHandler |
| GPIOControl | Driving GPIO from commands |
| WidgetUpdate | Pushing live values with updateWidget |
| SensorDataLogger | Logging sensor readings |
| WiFiProvisioning | The AP-mode provisioning flow |
| Manual_Provisioning_Example | Setting credentials from code |
| Conditional_Provisioning_Example | Provisioning based on a condition |
| AttitudeWidget_MPU6050 | Flight attitude widget from an MPU6050 |
| ThreeDWidgetControl | Driving a 3D model widget |
| FSR_Pressure_Sensor | Reading an analog pressure sensor |
| i2c_PCF8574_relay | I²C relay control |
Example names and contents track the library repository. If a sketch differs
from what’s shown here, the sketch in your installed library version is the
source of truth.
API reference
Every method used in these examples.

