{
"version": 1,
"author": "Vitovt",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": 0,
"left": 0,
"attrs": {}
},
{
"type": "wokwi-microphone",
"id": "mic",
"top": -40,
"left": -140,
"attrs": {}
},
{
"type": "wokwi-ssd1306",
"id": "oled",
"top": 120,
"left": 160,
"attrs": {
"address": "0x3c"
}
}
],
"connections": [
["esp:VP", "mic:1", "blue", []],
["esp:GND.1", "mic:2", "black", []],
["oled:SDA", "esp:21", "green", []],
["oled:SCL", "esp:22", "purple", []],
["oled:VCC", "esp:3V3", "red", []],
["oled:GND", "esp:GND.2", "black", []],
["esp:TX", "$serialMonitor:RX", "", []],
["esp:RX", "$serialMonitor:TX", "", []]
],
"serialMonitor": {
"display": "plotter"
},
"dependencies": {}
}