{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-led", "id": "led1", "top": 6, "left": 186.2, "attrs": { "color": "red" } },
{ "type": "wokwi-vcc", "id": "vcc1", "top": -8.84, "left": -19.2, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": 134.4, "left": -19.8, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 91.2,
"left": 181.85,
"rotate": 90,
"attrs": { "value": "1000" }
},
{ "type": "wokwi-pir-motion-sensor", "id": "pir1", "top": -24.8, "left": 59.82, "attrs": {} },
{
"type": "wokwi-text",
"id": "text1",
"top": -57.6,
"left": 19.2,
"attrs": { "text": "A project without code." }
},
{
"type": "wokwi-text",
"id": "text2",
"top": 153.6,
"left": 9.6,
"attrs": {
"text": "Start the simulation.\nClick on the PIR sensor.\nClick on the \"simulate motion\" button."
}
}
],
"connections": [
[ "vcc1:VCC", "pir1:VCC", "red", [ "v67.2", "h86.4" ] ],
[ "gnd1:GND", "pir1:GND", "black", [ "v-19.2", "h28.8" ] ],
[ "r1:1", "led1:A", "green", [ "h0" ] ],
[ "gnd1:GND", "led1:C", "black", [ "v-19.2", "h163.2" ] ],
[ "pir1:OUT", "r1:2", "green", [ "v76.8", "h76.66" ] ]
],
"dependencies": {}
}A project without code.
Start the simulation.
Click on the PIR sensor.
Click on the "simulate motion" button.