{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 54.45, "left": -73.2, "attrs": {} },
{
"type": "wokwi-dht22",
"id": "dht1",
"top": -182.1,
"left": -24.6,
"attrs": { "temperature": "62.3", "humidity": "25.5" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": -24,
"left": -29.35,
"rotate": 90,
"attrs": { "value": "1000" }
},
{
"type": "board-ssd1306",
"id": "oled1",
"top": 214.34,
"left": 38.63,
"attrs": { "i2cAddress": "0x3c" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "dht1:SDA", "r1:1", "green", [ "v0" ] ],
[ "dht1:GND", "pico:GND.1", "black", [ "h86.4", "v96", "h-172.8" ] ],
[ "dht1:SDA", "pico:GP5", "green", [ "v0", "h-134.3", "v192" ] ],
[ "r1:2", "pico:GND.3", "black", [ "h-96", "v8.4" ] ],
[ "dht1:VCC", "pico:3V3", "red", [ "v105.6", "h38.4", "v67.2" ] ],
[ "pico:3V3", "oled1:VCC", "red", [ "h0" ] ],
[ "pico:GND.8", "oled1:GND", "black", [ "h0" ] ],
[ "pico:GP9", "oled1:SCL", "green", [ "h0" ] ],
[ "pico:GP8", "oled1:SDA", "green", [ "h0" ] ]
],
"dependencies": {}
}