Skip to main content

Connect to platform

If the platform is running Linux and it has been setup as an access point with the default settings, the settings that you use for your Wifi and MQTT should be

    // WiFi credentials
SSID = "JetsonStorm";
Wifi Password = "knightec";

// MQTT Broker
MQTT Server Address = "192.168.12.1";
MQTT Port = 1883;
MQTT Username = "knightec";
MQTT Password = "knightec";
MQTT Client ID = "changeme"; // Must be unique for your sensor adapter