Skip to content

darvik80/magic-lamp-espidf

Repository files navigation

Supported Targets ESP32-C3

Magic Lamp

Scheme

image

Demo

image

image

image

MQTT Control Messages

Topic: /darvik-home/magic-lamp/action

  • Front
{
  "action-id": 0, 
  "color": "8b1000"
}
  • Back
{
  "action-id": 9, 
  "color": "01000"
}

MQTT Telemetry

Topic: /darvik-home/magic-lamp/telemetry

{
  "free-heap": 194888,
  "stack-watermark": 1908,
  "temperature": 40.79999923706055
}

Stub

Front: {"action-id": 0, "color": "8b1000"} {"action-id": 0, "color": "101010"} {"action-id": 0, "color": "000002"}

Back: {"action-id": 9, "color": "010000"}