{
"version": 1,
"author": "Minh Nguyễn",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": -1,
"left": -550,
"rotate": -90,
"attrs": {}
},
{
"type": "wokwi-pushbutton",
"id": "btnUp",
"top": 199,
"left": -736,
"attrs": { "color": "grey", "label": "UP" }
},
{
"type": "wokwi-pushbutton",
"id": "btnDown",
"top": 198,
"left": -636,
"attrs": { "color": "grey", "label": "DOWN" }
},
{
"type": "wokwi-pushbutton",
"id": "btnMode",
"top": 198,
"left": -536,
"attrs": { "color": "green", "label": "MODE" }
},
{
"type": "wokwi-pushbutton",
"id": "btnTare",
"top": 198,
"left": -436,
"attrs": { "color": "blue", "label": "TARE" }
},
{
"type": "wokwi-pushbutton",
"id": "btnRecord",
"top": 198,
"left": -336,
"attrs": { "color": "green", "label": "RECORD" }
},
{
"type": "wokwi-hx711",
"id": "cell1",
"top": -203.2,
"left": -428.6,
"rotate": -90,
"attrs": { "type": "50kg", "label": "Loadcell" }
},
{ "type": "wokwi-vcc", "id": "vcc_adc", "top": -47, "left": -787, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd_adc", "top": 38, "left": -787, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd_btn", "top": 240, "left": -797, "attrs": {} },
{
"type": "board-ssd1306",
"id": "oled1",
"top": -121,
"left": -642,
"attrs": { "i2cAddress": "0x3c", "label": "OLED" }
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "vcc_adc:VCC", "cell1:VCC", "red", [ "v19", "h652" ] ],
[ "gnd_adc:GND", "cell1:GND", "black", [ "v-28", "h624" ] ],
[ "gnd_btn:GND", "btnUp:2.l", "black", [ "v0" ] ],
[ "btnUp:2.r", "btnDown:2.l", "black", [ "h0" ] ],
[ "btnDown:2.r", "btnMode:2.l", "black", [ "h0" ] ],
[ "btnMode:2.r", "btnTare:2.l", "black", [ "h0" ] ],
[ "btnTare:2.r", "btnRecord:2.l", "black", [ "h0" ] ],
[ "esp:2", "cell1:SCK", "green", [ "v-19", "h221" ] ],
[ "esp:12", "btnRecord:1.r", "green", [ "v19", "h191" ] ],
[ "esp:13", "btnTare:1.r", "green", [ "v9", "h72" ] ],
[ "esp:25", "btnDown:1.r", "green", [ "v9", "h-69" ] ],
[ "esp:26", "btnUp:1.r", "green", [ "v19", "h-179" ] ],
[ "vcc_adc:VCC", "oled1:VCC", "red", [ "v19", "h115", "v-134", "h67" ] ],
[ "gnd_adc:GND", "oled1:GND", "black", [ "v-28", "h124", "v-134", "h48" ] ],
[ "oled1:SCL", "esp:22", "green", [ "v-19", "h67", "v182", "h-38" ] ],
[ "oled1:SDA", "esp:21", "green", [ "v-9", "h48", "v153", "h-28" ] ],
[ "btnMode:1.r", "esp:14", "green", [ "v0" ] ],
[ "cell1:DT", "esp:16", "green", [ "v48", "h-106.1" ] ]
],
"dependencies": {}
}