Back

Device Configuration Tool

Embedded device parameter configuration and management

Device Settings

Configuration Output

{
  "device": {
    "name": "ESP32-Sensor-01",
    "type": "esp32"
  },
  "wifi": {
    "ssid": "",
    "password": ""
  },
  "network": {
    "ip": "192.168.1.100",
    "gateway": "192.168.1.1"
  },
  "mqtt": {
    "broker": "mqtt.eclipseprojects.io",
    "port": 1883,
    "topic": "sensors/temperature"
  },
  "sensors": [
    {
      "id": "1",
      "name": "Temperature Sensor",
      "type": "DHT22",
      "pin": 4,
      "interval": 5,
      "enabled": true
    },
    {
      "id": "2",
      "name": "Humidity Sensor",
      "type": "DHT22",
      "pin": 4,
      "interval": 5,
      "enabled": true
    },
    {
      "id": "4",
      "name": "Motion Sensor",
      "type": "PIR",
      "pin": 25,
      "interval": 1,
      "enabled": true
    }
  ],
  "timestamp": "2025-08-03T07:08:27.585Z"
}

Sensor Configuration

Temperature Sensor

Humidity Sensor

Light Sensor

Motion Sensor

Pressure Sensor