{
"version": 1,
"author": "Madan",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{ "type": "wokwi-dht22", "id": "dht1", "top": -230.1, "left": 4.2, "attrs": {} },
{
"type": "board-ssd1306",
"id": "oled1",
"top": 22.34,
"left": -249.37,
"attrs": { "i2cAddress": "0x3c" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP1", "oled1:SCL", "green", [ "h0" ] ],
[ "pico:GP0", "oled1:SDA", "green", [ "h0" ] ],
[ "pico:GND.1", "oled1:GND", "black", [ "h0" ] ],
[ "oled1:VCC", "pico:3V3_EN", "red", [ "v-105.6", "h211.35", "v70.35" ] ],
[ "pico:VSYS", "dht1:VCC", "red", [ "h24", "v-108.75", "h-76.8" ] ],
[ "pico:GND.8", "dht1:NC", "black", [ "h0" ] ],
[ "pico:GP2", "dht1:SDA", "green", [ "h-34.8", "v-156.75" ] ]
],
"dependencies": {}
}