Skip to content

Commit 504e8e7

Browse files
authored
Changing ESP pin numbers/names table
- adding NodeMCU pin designations for S/C/L in the notes column - adding new column for NodeMCU ESP32-S with pin designations as given in [the official pinout](https://docs.zerynth.com/latest/_images/nodemcu_esp32_pin.jpg)
1 parent ab4ea4e commit 504e8e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ To use this Teensy 3.x driver in the Arduino IDE, add the folder `RGB_LED_Matrix
144144
### ESP8266 and ESP32 Boards
145145
ESP8266 and ESP32 boards are generally 3.3v logic level boards. The default wiring for connecting the RGB LED Matrix to an ESP8266 or ESP32 board is:
146146

147-
| LED Matrix Connection | Wemos D1 Mini | NodeMCU | Wemos LOLIN32 Lite | Notes |
148-
|:-:|:-:|:-:|---|---|
149-
| **+5V** | 5V | Vin | Separate 5V supply | |
150-
| **GND** | GND | GND | GND, connect to 5V supply GND | |
151-
| **SER** | D7 | D7 | 23 | SPI MOSI Pin |
152-
| **CLK** | D5 | D5 | 18 | SPI SCK Pin |
153-
| **LATCH** | D8 | D8 | 5 | SS pin |
147+
| LED Matrix Connection | Wemos D1 Mini | NodeMCU | Wemos LOLIN32 Lite | NodeMCU ESP-32S | Notes |
148+
|:-:|:-:|:-:|:-:|:-:|---|
149+
| **+5V** | 5V | Vin | Separate 5V supply | 5V | |
150+
| **GND** | GND | GND | GND, connect to 5V supply GND | GND | |
151+
| **SER** | D7 | D7 | 23 | D23 | SPI MOSI / HMOSI |
152+
| **CLK** | D5 | D5 | 18 | D18 | SPI SCK / HSCLK |
153+
| **LATCH** | D8 | D8 | 5 | D5 | SS / HCS |
154154

155155
### 3.3v Logic Level
156156
To use the RGB LED Matrices designed in this project with micro-controller boards that use a 3.3V logic level, you must convert the 3.3V logic signals to 5V levels to work with the shift registers. You can easily use a 74HCT125 buffer/line driver chip to do this transformation. For example, you can wire a Teensy 3.6, which is a 3.3v device, to a 74HCT125 chip in the manner shown in the diagram below to get all power and signal lines required to drive the RGB LED Matrix while the Teensy is connected to USB power:

0 commit comments

Comments
 (0)