Thermal Sensor Monitor

Real-time thermal imaging from AMG8833 sensor

🔴Disconnected

Thermal Heatmap

No data
Cold (18°C)
Warm
Hot (40°C)

🔬Sensor Info

Model:AMG8833
Resolution:8×8 pixels
Range:-20°C to +80°C
Accuracy:±2.5°C
Update Rate:10 Hz

⚙️Controls

Demo Mode: Test the interface without hardware

Real Sensor: Pi HTTP 8091, WS 8092

📋Expected Data Format

// JSON format expected from Raspberry Pi:

{
  "timestamp": 1703123456789,
  "thermal_data": [
    [25.1, 25.3, 25.2, ...],
    [25.4, 25.6, 25.5, ...],
    // ... 6 more rows
  ],
  "sensor_info": { /* ... */ },
  "grid_size": { "width": 8, "height": 8 }
}