MAX7219 4 in 1 Dot Matrix Display Module with ESP8266

  Рет қаралды 4,325

Skosan Electronics

Skosan Electronics

Күн бұрын

Components that you will need:
ESP8266 board
MAX7219 module
Connecting Wires (jumper wire male to female)
Micro USB cable
MAX7219 Module ESP8266
VCC 3.3V
GND GND
DIN D7
CS D8
CLK D5
Libraries you need to install from the library manager ( 'MD_MAX72XX' & 'MD_Parola' )
Code:
www.roleneskos...

Пікірлер: 8
@krzysztofszymczak5662
@krzysztofszymczak5662 Жыл бұрын
Great video! This is what I was looking for. Thank you very much.
@ALAMIN-jq4pf
@ALAMIN-jq4pf 6 ай бұрын
#include #include #include // Uncomment tergantung tipe modul #define HARDWARE_TYPE MD_MAX72XX::FC16_HW //#define HARDWARE_TYPE MD_MAX72XX::GENERIC_HW // Penentuan pin serial #define MAX_DEVICES 4 #define DATA_PIN D5 #define CS_PIN D6 #define CLK_PIN D7 // Membuat objek MD_Parola myDisplay = MD_Parola(HARDWARE_TYPE, DATA_PIN, CLK_PIN, CS_PIN, MAX_DEVICES); void setup() { // Memulai object myDisplay.begin(); // Mengatur intensitas (0-15) myDisplay.setIntensity(0); // Membersihkan tampilan myDisplay.displayClear(); } void loop() { myDisplay.setTextAlignment(PA_LEFT); myDisplay.print("Left"); delay(2000); myDisplay.setTextAlignment(PA_CENTER); myDisplay.print("Center"); delay(2000); myDisplay.setTextAlignment(PA_RIGHT); myDisplay.print("Right"); delay(2000); myDisplay.setTextAlignment(PA_CENTER); myDisplay.setInvert(true); myDisplay.print("Invert"); delay(2000); myDisplay.setInvert(false); myDisplay.print(1234); delay(2000); }
@TimGray
@TimGray 2 ай бұрын
website address is completely dead. anyone put it in a place that sticks around like github? also posts below code is wrong compared to board. Wow this is really a mess. If you follow the video be sure to change the pin assignments in the code posted in comments as they are completely different.
@akashgamingff2237
@akashgamingff2237 10 ай бұрын
Code please code link is not working 😢
@fadhila_official3810
@fadhila_official3810 9 ай бұрын
#include #include #include // Uncomment tergantung tipe modul #define HARDWARE_TYPE MD_MAX72XX::FC16_HW //#define HARDWARE_TYPE MD_MAX72XX::GENERIC_HW // Penentuan pin serial #define MAX_DEVICES 4 #define DATA_PIN D5 #define CS_PIN D6 #define CLK_PIN D7 // Membuat objek MD_Parola myDisplay = MD_Parola(HARDWARE_TYPE, DATA_PIN, CLK_PIN, CS_PIN, MAX_DEVICES); void setup() { // Memulai object myDisplay.begin(); // Mengatur intensitas (0-15) myDisplay.setIntensity(0); // Membersihkan tampilan myDisplay.displayClear(); } void loop() { myDisplay.setTextAlignment(PA_LEFT); myDisplay.print("Left"); delay(2000); myDisplay.setTextAlignment(PA_CENTER); myDisplay.print("Center"); delay(2000); myDisplay.setTextAlignment(PA_RIGHT); myDisplay.print("Right"); delay(2000); myDisplay.setTextAlignment(PA_CENTER); myDisplay.setInvert(true); myDisplay.print("Invert"); delay(2000); myDisplay.setInvert(false); myDisplay.print(1234); delay(2000); }
@danishjuliorahmadan9988
@danishjuliorahmadan9988 8 ай бұрын
Link lah mas
@AndrexYouTube
@AndrexYouTube 6 ай бұрын
ty@@fadhila_official3810
@krzysztofszymczak5662
@krzysztofszymczak5662 Жыл бұрын
I take 5V from the VIN pin
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 41 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 3,1 МЛН
IoT Web Controlled Smart Notice Board with Dot Matrix LED Display & ESP8266
5:45
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 574 М.
Arduino + Matrix Display (The Proper Way)
23:56
upir
Рет қаралды 15 М.
BitBastelei #308 - LED-Matrix mit MAX7219
22:17
BitBastelei
Рет қаралды 47 М.
ESP8266 in 5 minutes
5:50
MrDIY
Рет қаралды 129 М.
Controlling Max7219 8x8 Led matrix by Phone with Nodemcu WiFi
6:21
Controlling Max7219 Dot Matrix Display With WiFi Nodemcu #viral
9:37
Creative Pradeep - The Home of Electronics
Рет қаралды 4,9 М.