{
"version": 1,
"author": "Soeun Kim",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-esp32-devkit-v1", "id": "esp", "top": -62.5, "left": 4.6, "attrs": {} },
{ "type": "wokwi-dht22", "id": "dht1", "top": -143.7, "left": 148.2, "attrs": {} },
{
"type": "board-ssd1306",
"id": "oled1",
"top": -54.46,
"left": 269.03,
"attrs": { "i2cAddress": "0x3c" }
},
{ "type": "wokwi-ds1307", "id": "rtc1", "top": 71.4, "left": 537.7, "attrs": {} },
{
"type": "wokwi-rgb-led",
"id": "rgb1",
"top": -111.2,
"left": -123.7,
"attrs": { "common": "cathode" }
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": -36,
"left": -238.2,
"attrs": { "volume": "0.1" }
},
{
"type": "wokwi-lcd1602",
"id": "lcd1",
"top": 140.8,
"left": 207.2,
"attrs": { "pins": "i2c" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 24,
"left": -134.95,
"rotate": 90,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "esp:TX0", "$serialMonitor:RX", "", [] ],
[ "esp:RX0", "$serialMonitor:TX", "", [] ],
[ "dht1:VCC", "esp:3V3", "red", [ "v0" ] ],
[ "dht1:GND", "esp:GND.1", "black", [ "v0" ] ],
[ "dht1:SDA", "esp:D15", "green", [ "v0" ] ],
[ "oled1:GND", "esp:GND.1", "black", [ "v-28.8", "h-67.2", "v9.6" ] ],
[ "esp:GND.1", "lcd1:GND", "black", [ "h86.1", "v86.3" ] ],
[ "oled1:VCC", "esp:3V3", "red", [ "v-38.4", "h-86.25", "v182.4" ] ],
[ "lcd1:VCC", "esp:3V3", "red", [ "h-48", "v-86.3", "h-9.6" ] ],
[ "rtc1:GND", "esp:GND.1", "black", [ "h-115.2", "v48" ] ],
[ "rtc1:5V", "esp:3V3", "red", [ "h0" ] ],
[ "esp:D2", "lcd1:SDA", "green", [ "h47.7", "v124.1" ] ],
[ "esp:D2", "oled1:SDA", "green", [ "h143.7", "v-183.1", "h76.8" ] ],
[ "rtc1:SDA", "esp:D2", "green", [ "h-297.6", "v-38.7" ] ],
[ "esp:D4", "lcd1:SCL", "green", [ "h38.1", "v144.1", "h-9.6" ] ],
[ "oled1:SCL", "esp:D4", "green", [ "v-48", "h-105.3", "v144" ] ],
[ "rtc1:SCL", "esp:D4", "green", [ "h-326.4", "v-57.8" ] ],
[ "esp:GND.2", "bz1:1", "black", [ "h0" ] ],
[ "bz1:2", "esp:D13", "green", [ "v0" ] ],
[ "esp:GND.2", "r1:2", "black", [ "h0" ] ],
[ "r1:1", "rgb1:COM", "black", [ "h0" ] ],
[ "rgb1:B", "esp:D12", "blue", [ "v0" ] ],
[ "rgb1:G", "esp:D14", "green", [ "v0" ] ],
[ "rgb1:R", "esp:D27", "red", [ "v0" ] ]
],
"dependencies": {}
}