More work, lots of validation effort

This commit is contained in:
2026-08-10 21:54:40 -04:00
parent 02a0bfee2b
commit 8f31919f62
5 changed files with 150 additions and 33 deletions

View File

@@ -4,8 +4,8 @@
"editor": "wokwi",
"parts": [
{
"type": "wokwi-arduino-uno",
"id": "uno",
"type": "wokwi-arduino-mega",
"id": "mega",
"top": 100,
"left": 100.78,
"attrs": {
@@ -17,61 +17,106 @@
"top": 0,
"left": 0,
"attrs": {
"pixels": "6"
"pixels": "24"
}
},
{
"id": "matrix",
"type": "wokwi-led-matrix",
"top": -200,
"left": 500,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "square"
"pixelShape": "circle"
}
},
{
"id": "matrix2",
"type": "wokwi-led-matrix",
"top": -350,
"left": 500,
"top": -50,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "square"
"pixelShape": "circle"
}
},
{
"id": "matrix3",
"type": "wokwi-led-matrix",
"top": -500,
"left": 500,
"top": 100,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "square"
"pixelShape": "circle"
}
},
{
"id": "matrix4",
"type": "wokwi-led-matrix",
"top": 250,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix5",
"type": "wokwi-led-matrix",
"top": 400,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix6",
"type": "wokwi-led-matrix",
"top": 550,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
}
],
"connections": [
["uno:0", "$serialMonitor:TX", ""],
["uno:1", "$serialMonitor:RX", ""],
["uno:GND.2", "neopixels:VSS", "black"],
["uno:6", "neopixels:DIN", "green"],
["uno:5V", "neopixels:VDD", "red"],
["uno:7", "matrix:DIN", "yellow"],
["uno:5V", "matrix:VDD", "red"],
["uno:GND.3", "matrix:VSS", "black"],
["mega:0", "$serialMonitor:TX", ""],
["mega:1", "$serialMonitor:RX", ""],
["mega:GND.2", "neopixels:VSS", "black"],
["mega:6", "neopixels:DIN", "green"],
["mega:5V", "neopixels:VDD", "red"],
["mega:7", "matrix:DIN", "yellow"],
["mega:5V", "matrix:VDD", "red"],
["mega:GND.3", "matrix:VSS", "black"],
["matrix:DOUT", "matrix2:DIN", "blue"],
["uno:5V", "matrix2:VDD", "red"],
["uno:GND.3", "matrix2:VSS", "black"],
["mega:5V", "matrix2:VDD", "red"],
["mega:GND.3", "matrix2:VSS", "black"],
["matrix2:DOUT", "matrix3:DIN", "blue"],
["uno:5V", "matrix3:VDD", "red"],
["uno:GND.3", "matrix3:VSS", "black"]
["mega:5V", "matrix3:VDD", "red"],
["mega:GND.3", "matrix3:VSS", "black"],
["matrix3:DOUT", "matrix4:DIN", "blue"],
["mega:5V", "matrix4:VDD", "red"],
["mega:GND.3", "matrix4:VSS", "black"],
["matrix4:DOUT", "matrix5:DIN", "blue"],
["mega:5V", "matrix5:VDD", "red"],
["mega:GND.3", "matrix5:VSS", "black"],
["matrix5:DOUT", "matrix6:DIN", "blue"],
["mega:5V", "matrix6:VDD", "red"],
["mega:GND.3", "matrix6:VSS", "black"]
],
"dependencies": {},
"serialMonitor": {