{
"version": 1,
"author": "CardioIA - FIAP",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-esp32-devkit-v1", "id": "esp", "top": -51.4, "left": -105.8, "attrs": {} },
{
"type": "wokwi-dht22",
"id": "dht1",
"top": -153.3,
"left": 105.4,
"attrs": { "temperature": "36.5", "humidity": "55" }
},
{
"type": "wokwi-pushbutton",
"id": "btnDown",
"top": 28.5,
"left": 38.2,
"attrs": { "color": "red", "label": "BPM−", "key": "n", "bounce": "0" }
},
{
"type": "wokwi-pushbutton",
"id": "btnUp",
"top": 28.5,
"left": 124.2,
"attrs": { "color": "green", "label": "BPM+", "key": "b", "bounce": "0" }
},
{
"type": "wokwi-pushbutton",
"id": "btnWifiSim",
"top": 100,
"left": 81,
"attrs": { "color": "blue", "label": "WiFi sim", "key": "w", "bounce": "0" }
}
],
"connections": [
["esp:TX0", "$serialMonitor:RX", "", []],
["esp:RX0", "$serialMonitor:TX", "", []],
["dht1:VCC", "esp:3V3", "red", []],
["dht1:GND", "esp:GND.1", "black", []],
["dht1:SDA", "esp:D15", "green", []],
["btnDown:1.l", "esp:D5", "orange", []],
["btnDown:2.l", "esp:GND.2", "black", []],
["btnUp:1.l", "esp:D4", "gold", []],
["btnUp:2.l", "esp:GND.2", "black", []],
["btnWifiSim:1.l", "esp:D18", "blue", []],
["btnWifiSim:2.l", "esp:GND.2", "black", []]
],
"serialMonitor": {
"display": "always",
"convertEol": true,
"newline": "lf"
}
}