You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pin in the IOREF location is 5V and labeled `5V` on the board.
32
32
33
-
The IOREF voltage will not be correct for this board combination.
33
+
EX8874 requires IOREF voltage at 3.3V when used with ESP32 or other 3.3V microprocessors.
34
34
35
-
<spanstyle="color:red">Warning:</span> Without modification the ADC inputs will receive up to 5V when the IOREF pin is 5V which will damage the board and likely destroy it. ***As such it is vital that the modifications below are made.***
35
+
<spanstyle="color:red">Warning:</span> Without modification the ADC inputs and I2C pins will receive up to 5V when the IOREF pin is 5V which will damage the ESP32 board and likely destroy it. ***As such it is vital that the modifications below are made.***
36
36
37
37
- Option A: The prefered work-around to the incorrect 5V pin is to modify the EX8874, using the `3V3 IOREF Override` solder pad on the EX8874.
38
38
@@ -53,18 +53,18 @@ Note:
53
53
Add the following lines to your `config.h` and remove any existing `#define MOTOR_SHIELD_TYPE ...` line.
@@ -87,35 +87,39 @@ Add the following lines to your `config.h` and remove any existing `#define MOTO
87
87
88
88
b. Cut the “Regulator Enable” trace on the bottom of the board
89
89
90
-
b. Use of solder pad for 8 alternate pins (not the fault pins)
90
+
c. Use of solder pads for 8 alternate pins (not the **Fault** pins)
91
91
92
-
c. \^ for Fault pins, the pins on the ESP32 board labeled `io2` and `io4` will need to be bent about 90 degrees so that jumpers can be put on them. `io2` will need to be jumpered to `A4` on the EX8874. `io4` will need to be jumpered to `A5` on the EX8874.
92
+
d. Jumpers are required to connect **Fault** pins on the top EX8874 to `io2` and `io4` pins:
93
+
\- The pins on the ESP32 board labeled `io2` and `io4` can be bent about 45 degrees to accommodate jumpers.
94
+
\- Bend out pins A4 and A5 on the top EX8874.
95
+
\- Jumper `io2` to `A4` on the top EX8874.
96
+
\- Jumper `io4` to `A5` on the top EX8874.
93
97
94
98
See the [Stacking two motor shields on the EX8874 page](../../products/ex-motorshield8874/ex-motorshield8874.md#steps-to-stack) for details on how to alter the board for this combination.
0 commit comments