{
"version": 1,
"author": "Station Meteo",
"editor": "wokwi",
"parts": [
{
"type": "board-st-nucleo-c031c6",
"id": "nucleo",
"top": -37.57,
"left": -260.18,
"attrs": {}
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 92.6,
"left": 96,
"attrs": { "color": "green" }
},
{
"type": "wokwi-lcd1602",
"id": "lcd1",
"top": -108.8,
"left": 159.2,
"attrs": { "pins": "i2c", "i2c-address": "0x27" }
},
{ "type": "wokwi-bmp180", "id": "bmp1", "top": 293.44, "left": 134.66, "attrs": {} },
{
"type": "wokwi-photoresistor-sensor",
"id": "ldr1",
"top": 128,
"left": -469.6,
"attrs": {}
},
{
"type": "wokwi-led",
"id": "led1",
"top": 44.4,
"left": -476.2,
"attrs": { "color": "red" }
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": -26.4,
"left": -401.4,
"attrs": { "volume": "0.1" }
}
],
"connections": [
[ "lcd1:SCL", "nucleo:PB6", "blue", [] ],
[ "lcd1:SDA", "nucleo:PB7", "green", [] ],
[ "lcd1:GND", "nucleo:GND.8", "black", [] ],
[ "lcd1:VCC", "nucleo:3V3.2", "red", [] ],
[ "bmp1:SCL", "nucleo:PB6", "blue", [] ],
[ "bmp1:SDA", "nucleo:PB7", "green", [] ],
[ "bmp1:GND", "nucleo:GND.5", "black", [] ],
[ "bmp1:VCC", "nucleo:3V3.2", "red", [] ],
[ "btn1:1.l", "nucleo:PA0", "white", [] ],
[ "btn1:2.l", "nucleo:GND.9", "black", [] ],
[ "nucleo:PA1", "ldr1:AO", "green", [ "h0" ] ],
[ "ldr1:GND", "nucleo:GND.5", "black", [ "h0" ] ],
[ "ldr1:VCC", "nucleo:3V3.2", "red", [ "h0" ] ],
[ "bz1:1", "nucleo:GND.5", "green", [ "v124.8", "h153.6" ] ],
[ "nucleo:PB4", "led1:A", "green", [ "h-434.65", "v-134.4" ] ],
[ "led1:C", "nucleo:GND.5", "green", [ "v0" ] ],
[ "nucleo:PB0.1", "bz1:2", "green", [ "h0" ] ]
],
"dependencies": {}
}