From a47c814291bd96bd9fabe9e1447d76a1478aa39d Mon Sep 17 00:00:00 2001 From: Nolan Mascrier <63266772+NolanMascrier@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:18:01 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5bec6cd..f29d417 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ The project needed only bases due to the collaboration with non-programmers, but > Final result of the cube ## Pins and wiring +You'll need 6 HC-SR04. +* Plug all VCC wires from the sensor in series toward the VIN pin of the Arduino. +* Plug all GND wires from the sensor in series toward one of the GND pin of the Arduino. +* Plug the BOTTOM sensor : TRIGG to D12, ECHO to D11 +* Plug the TOP sensor : TRIGG to D10, ECHO to D9 +* Plug the RIGHT SIDE sensor : TRIGG to D8, ECHO to D7 +* Plug the FRONT FACE sensor : TRIGG to A0, ECHO to A1 +* Plug the LEFT FACE sensor : TRIGG to A2, ECHO to A3 +* Plug the BACK FACE sensor : TRIGG to A4, ECHO to A5 +![Pasted image-min](https://github.com/user-attachments/assets/05fcca53-d61c-4d7e-bf5c-ace5d70a58d2) ## Requirements