{
"version": 1,
"author": "Yaroslav Halchyshak",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-devkit-c-v4", "id": "esp", "top": -76.8, "left": 43.24, "attrs": {} },
{ "type": "chip-bmp280", "id": "chip1", "top": -37.38, "left": 206.4, "attrs": {} },
{ "type": "wokwi-vcc", "id": "vcc1", "top": -143.24, "left": 172.8, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": -57.6, "left": 325.8, "attrs": {} },
{
"type": "board-ssd1306",
"id": "oled1",
"top": -64.06,
"left": -124.57,
"attrs": { "i2cAddress": "0x3c" }
},
{ "type": "wokwi-vcc", "id": "vcc2", "top": -152.84, "left": -86.4, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": -38.5,
"left": -25.3,
"rotate": 90,
"attrs": { "color": "green", "key": "1", "bounce": "1" }
},
{ "type": "wokwi-gnd", "id": "gnd3", "top": 38.4, "left": -163.8, "attrs": {} }
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "chip1:SCL", "esp:22", "green", [ "h-48", "v-9.6" ] ],
[ "chip1:SDA", "esp:21", "blue", [ "h-38.4", "v9.6" ] ],
[ "chip1:VCC", "vcc1:VCC", "red", [ "h-28.8", "v-38.4", "v0", "h76.8" ] ],
[ "chip1:GND", "gnd1:GND", "black", [ "h-19.2", "v-38.4", "h144" ] ],
[ "oled1:VCC", "vcc2:VCC", "red", [ "v0" ] ],
[ "oled1:SCL", "esp:22", "green", [ "v-48", "h230.7", "v76.8" ] ],
[ "oled1:SDA", "esp:21", "blue", [ "v-38.4", "h230.47", "v96" ] ],
[ "btn1:2.r", "gnd3:GND", "black", [ "v0" ] ],
[ "oled1:GND", "gnd3:GND", "black", [ "v-19.2", "h-67.2" ] ],
[ "esp:12", "btn1:1.r", "green", [ "v0", "h-28.65", "v9.6" ] ]
],
"dependencies": {}
}