Difference between revisions of "Template:RGB-Matrix-P3-64x64 ESP32"

From Waveshare Wiki
Jump to: navigation, search
(Created page with "=Working with ESP32= ==Preparation== *RGB-Matrix-P4-64x64 *NodeMCU-32S (not included) ==Hardware Connection== File:RGB-Matrix-P4-64x32 ESP32.jpg ==Software Setting== *Down...")
 
Line 6: Line 6:
 
[[File:RGB-Matrix-P4-64x32 ESP32.jpg]]
 
[[File:RGB-Matrix-P4-64x32 ESP32.jpg]]
 
==Software Setting==
 
==Software Setting==
*Download [https://www.waveshare.com/w/upload/6/6d/RGB-Matrix-P4-64x32-Demo.zip the demo].
+
* Download [https://www.waveshare.com/w/upload/6/6d/RGB-Matrix-P4-64x32-Demo.zip the demo].
*After connecting the wires according to the hardware connection diagram, the software settings are as follows:
+
* Copy the folder under libraries in AuroraDemo to the libraries in the installation directory of the Arduino IDE
 +
* After connecting the wires according to the hardware connection diagram, the software settings are as follows:
 
[[File:RGB-Matrix-P4-64x32 ESP3202.jpg]]<BR/>
 
[[File:RGB-Matrix-P4-64x32 ESP3202.jpg]]<BR/>
 
*Note: if you don't have the corresponding board, you can operate as below:
 
*Note: if you don't have the corresponding board, you can operate as below:

Revision as of 02:35, 8 November 2022

Working with ESP32

Preparation

  • RGB-Matrix-P4-64x64
  • NodeMCU-32S (not included)

Hardware Connection

RGB-Matrix-P4-64x32 ESP32.jpg

Software Setting

  • Download the demo.
  • Copy the folder under libraries in AuroraDemo to the libraries in the installation directory of the Arduino IDE
  • After connecting the wires according to the hardware connection diagram, the software settings are as follows:

RGB-Matrix-P4-64x32 ESP3202.jpg

  • Note: if you don't have the corresponding board, you can operate as below:
Click on file -> add board manager address -> enter: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json -> OK

Perform

SimpleTestShapes: Display basic shapes
PatternPlasma: Displays cool plasma patterns
BouncingSquares: Show bouncing squares
AuroraDemo: Simple example showing various animation effects
#There is an open source project on GitHub: ESP32-HUB75-MatrixPanel-I2S-DMA, which has a more detailed introduction.