{
  "version": 1,
  "author": "Anonymous maker",
  "editor": "wokwi",
  "parts": [
    { "type": "wokwi-breadboard-mini", "id": "bb1", "top": -20.6, "left": -242.4, "attrs": {} },
    { "type": "board-esp32-devkit-c-v4", "id": "esp", "top": -96, "left": 148.84, "attrs": {} },
    { "type": "wokwi-led", "id": "led1", "top": -90, "left": -217, "attrs": { "color": "red" } },
    {
      "type": "wokwi-resistor",
      "id": "r1",
      "top": -5.65,
      "left": -192,
      "attrs": { "value": "1000" }
    },
    {
      "type": "wokwi-dht22",
      "id": "dht1",
      "top": -114.9,
      "left": -34.2,
      "attrs": { "temperature": "61.2", "humidity": "78" }
    },
    {
      "type": "wokwi-lcd1602",
      "id": "lcd2",
      "top": 169.6,
      "left": -100,
      "attrs": { "pins": "i2c" }
    }
  ],
  "connections": [
    [ "esp:TX", "$serialMonitor:RX", "", [] ],
    [ "esp:RX", "$serialMonitor:TX", "", [] ],
    [ "dht1:GND", "lcd2:GND", "yellow", [ "v124.8", "h-105.6" ] ],
    [ "esp:3V3", "dht1:VCC", "green", [ "h-28.65", "v96", "h-96" ] ],
    [ "esp:GND.2", "dht1:GND", "black", [ "h-134.4", "v57.6" ] ],
    [
      "led1:C",
      "esp:GND.2",
      "black",
      [ "h-18.8", "v124.8", "h297.6", "v-115.2", "h144", "v-76.8", "h28.8" ]
    ],
    [ "esp:4", "dht1:SDA", "green", [ "h0" ] ],
    [ "esp:21", "lcd2:SDA", "green", [ "h-374.4", "v239.8" ] ],
    [ "esp:22", "lcd2:SCL", "green", [ "h57.6", "v182.4", "h-297.6", "h-105.6" ] ],
    [ "lcd2:VCC", "esp:3V3", "red", [ "v-67.1", "h249.45" ] ],
    [ "r1:1", "bb1:5t.b", "", [ "$bb" ] ],
    [ "r1:2", "bb1:11t.b", "", [ "$bb" ] ],
    [ "led1:A", "r1:2", "green", [ "h57.6", "v48" ] ],
    [ "esp:5", "r1:1", "green", [ "h0" ] ]
  ],
  "dependencies": {}
}