first commit

This commit is contained in:
2026-02-11 10:27:08 -03:00
commit 203a4a006d
9 changed files with 655 additions and 0 deletions

188
diagram.json Normal file
View File

@@ -0,0 +1,188 @@
{
"version": 1,
"author": "Amaro Lopes",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": 0,
"left": 0,
"attrs": {}
},
{
"type": "chip-heartrate",
"id": "chip1",
"top": -114.18,
"left": -148.8,
"attrs": {}
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": -33.6,
"left": -67.75,
"rotate": 90,
"attrs": {
"value": "1000"
}
},
{
"type": "wokwi-slide-switch",
"id": "sw1",
"top": -130,
"left": 127.9,
"attrs": {}
},
{
"type": "wokwi-mpu6050",
"id": "imu1",
"top": 99.82,
"left": -199.28,
"attrs": {}
},
{
"type": "wokwi-led",
"id": "led1",
"top": -32.4,
"left": 167,
"attrs": {
"color": "red"
}
}
],
"connections": [
[
"esp:TX",
"$serialMonitor:RX",
"",
[]
],
[
"esp:RX",
"$serialMonitor:TX",
"",
[]
],
[
"esp:3V3",
"chip1:VCC",
"green",
[
"h-187.01",
"v-134.4"
]
],
[
"chip1:GND",
"esp:GND.2",
"black",
[
"v28.8",
"h244.76"
]
],
[
"r1:1",
"chip1:BTN",
"green",
[
"h0"
]
],
[
"r1:2",
"esp:3V3",
"green",
[
"h0"
]
],
[
"esp:35",
"chip1:OUT",
"green",
[
"h-23.81",
"v-182.4"
]
],
[
"sw1:1",
"chip1:BTN",
"green",
[
"v0"
]
],
[
"sw1:2",
"sw1:3",
"black",
[
"v0"
]
],
[
"sw1:3",
"esp:GND.2",
"black",
[
"v0"
]
],
[
"imu1:VCC",
"esp:3V3",
"red",
[
"v0"
]
],
[
"imu1:GND",
"esp:GND.2",
"black",
[
"v-134.4",
"h28.88"
]
],
[
"imu1:SCL",
"esp:22",
"green",
[
"v9.6",
"h268.88",
"v-67.2"
]
],
[
"imu1:SDA",
"esp:21",
"green",
[
"v0"
]
],
[
"esp:GND.2",
"led1:C",
"black",
[
"v-19.2",
"h-4.76"
]
],
[
"esp:17",
"led1:A",
"green",
[
"h0"
]
]
],
"dependencies": {}
}