{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "board-pi-pico-w",
"id": "pico",
"top": 7.3,
"left": -69.11,
"attrs": { "cyw43": "1" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 44.4,
"left": -303.4,
"attrs": { "color": "red" }
},
{
"type": "wokwi-pir-motion-sensor",
"id": "pir1",
"top": 79.08,
"left": -331.5,
"rotate": 270,
"attrs": {}
},
{ "type": "wokwi-ir-receiver", "id": "ir1", "top": -87.75, "left": -260.98, "attrs": {} },
{
"type": "wokwi-dht22",
"id": "dht1",
"top": -110.4,
"left": -113.7,
"rotate": 270,
"attrs": {}
},
{
"type": "wokwi-servo",
"id": "servo1",
"top": -97,
"left": 30.6,
"rotate": 270,
"attrs": {}
},
{ "type": "wokwi-ir-remote", "id": "remote1", "top": 67.2, "left": 201.6, "attrs": {} }
],
"connections": [
[ "pico:GND.7", "ir1:GND", "black", [ "h0" ] ],
[ "ir1:VCC", "pico:3V3", "red", [ "v0" ] ],
[ "ir1:DAT", "pico:GP27", "green", [ "v0" ] ],
[ "servo1:GND", "pico:GND.7", "black", [ "v0" ] ],
[ "servo1:V+", "pico:3V3", "green", [ "v0" ] ],
[ "dht1:VCC", "pico:3V3", "red", [ "h0" ] ],
[ "dht1:GND", "pico:GND.7", "black", [ "h0" ] ],
[ "pir1:GND", "pico:GND.7", "black", [ "h0" ] ],
[ "pir1:VCC", "pico:3V3", "red", [ "h0" ] ],
[ "pir1:OUT", "pico:GP8", "green", [ "h0" ] ],
[ "led1:A", "pico:GP11", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.7", "green", [ "v0" ] ],
[ "servo1:PWM", "pico:GP21", "green", [ "v0" ] ]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}