• -43%

Univerzális 3,3 V 5 V 12 V többszínű 6 színű LED mátrixtábla Kenyértábla kezdőkészlet Modul Arduino 3d nyomtatóhoz

Univerzális 3,3 V 5 V 12 V többszínű 6 színű LED mátrixtábla Kenyértábla kezdőkészlet Modul Arduino 3d nyomtatóhoz

133 Ft 43% megtakarítás
233 Ft
Nincs adó
Product Name:Universal 3.3V 5V 12V Multicolor 6 Color LED Matrix Board Breadboard starter kit Module for Arduiuo 3d printer UNO MEGA2560 DUE
Packing list:
 
1 pcs 6 bit Multicolor LED's Board(Does not include ARDUIUO UNO R3);
Description:
Can be inserted directly into Arduiuo uno mega2560,Ideal for linking up to your  Arduiuo UNO Mini Nano Mega2560 DUE Breadboard etc,or others MCU ( AVR STM32 ARM7 ARM9 ARM10 ARM11 PIC C8051 STC MSP430 FPGA/CPLD etc.) 
 
 
Note : White LED light than any other color lights, so use PWM reducing the brightness(reflected on arduiuo code) 
 
1 6 bit MulticolorCommon Cathode LEDs.
 
2 Multicolor are WhiteBlueChartreuseYellowPinkRed. 
 
 
3 7 PIN OUT  2.54mm
 
4 1K ohm Limiting resistor
 
5 Power Supply Voltage: 3.3-12V;
 
 
6 Size: 17.78MM x 11.43MM.
PCB:
Circuit schematics : 
Connection with Arduiuo(Only 6 bit LED's Board ,Does not include ARDUIUO UNO R3) :
Circuit schematics :
Arduiuo uno/mega2560 Code
//******************************************************//
/*
Arduiuo_6led
 
This example code is in the public domain.
*/
 
// give it a name:
int D1 = 13;
int D2 = 12;
int D3 = 11;
int D4 = 10;
int D5 = 9;
int D6 = 8;
 
// the setup routine runs once when you press reset:
void setup() {
// initialize the digital pin as an output.
pinMode(D1, OUTPUT);
pinMode(D2, OUTPUT);
pinMode(D3, OUTPUT);
pinMode(D4, OUTPUT);
pinMode(D5, OUTPUT);
pinMode(D6, OUTPUT);
}
 
// the loop routine runs over and over again forever:
void loop() {
 
digitalWrite(D1, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a 200 Millisecond
digitalWrite(D1, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D2, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D2, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D3, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D3, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D4, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D4, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D5, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D5, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D6, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D6, LOW);    // turn the LED off by making the voltage LOW
 
}
//******************************************************//
Mennyiség

 

Biztonsági feltételek

 

Szállításii feltételek

 

Visszaküldési feltételek

Univerzális 3,3 V 5 V 12 V többszínű 6 színű LED mátrixtábla Kenyértábla kezdőkészlet Modul Arduino 3d nyomtatóhoz UNO MEGA2560 DUE
Universal 3.3V 5V 12V Multicolor 6 Color LED Matrix Board Breadboard starter kit Module for Arduino 3d printer UNO MEGA2560 DUE
Product Name:Universal 3.3V 5V 12V Multicolor 6 Color LED Matrix Board Breadboard starter kit Module for Arduiuo 3d printer UNO MEGA2560 DUE
Packing list:
 
1 pcs 6 bit Multicolor LED's Board(Does not include ARDUIUO UNO R3);
Description:
Can be inserted directly into Arduiuo uno mega2560,Ideal for linking up to your  Arduiuo UNO Mini Nano Mega2560 DUE Breadboard etc,or others MCU ( AVR STM32 ARM7 ARM9 ARM10 ARM11 PIC C8051 STC MSP430 FPGA/CPLD etc.) 
 
 
Note : White LED light than any other color lights, so use PWM reducing the brightness(reflected on arduiuo code) 
 
1 6 bit MulticolorCommon Cathode LEDs.
 
2 Multicolor are WhiteBlueChartreuseYellowPinkRed. 
 
 
3 7 PIN OUT  2.54mm
 
4 1K ohm Limiting resistor
 
5 Power Supply Voltage: 3.3-12V;
 
 
6 Size: 17.78MM x 11.43MM.
PCB:
Circuit schematics : 
Connection with Arduiuo(Only 6 bit LED's Board ,Does not include ARDUIUO UNO R3) :
Circuit schematics :
Arduiuo uno/mega2560 Code
//******************************************************//
/*
Arduiuo_6led
 
This example code is in the public domain.
*/
 
// give it a name:
int D1 = 13;
int D2 = 12;
int D3 = 11;
int D4 = 10;
int D5 = 9;
int D6 = 8;
 
// the setup routine runs once when you press reset:
void setup() {
// initialize the digital pin as an output.
pinMode(D1, OUTPUT);
pinMode(D2, OUTPUT);
pinMode(D3, OUTPUT);
pinMode(D4, OUTPUT);
pinMode(D5, OUTPUT);
pinMode(D6, OUTPUT);
}
 
// the loop routine runs over and over again forever:
void loop() {
 
digitalWrite(D1, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a 200 Millisecond
digitalWrite(D1, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D2, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D2, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D3, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D3, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D4, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D4, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D5, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D5, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D6, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D6, LOW);    // turn the LED off by making the voltage LOW
 
}
//******************************************************//
32273964628 - shop1525466
32273964628

Hasonló kategóriák mint 16 :

Reviews

Write your review

Univerzális 3,3 V 5 V 12 V többszínű 6 színű LED mátrixtábla Kenyértábla kezdőkészlet Modul Arduino 3d nyomtatóhoz

Product Name:Universal 3.3V 5V 12V Multicolor 6 Color LED Matrix Board Breadboard starter kit Module for Arduiuo 3d printer UNO MEGA2560 DUE
Packing list:
 
1 pcs 6 bit Multicolor LED's Board(Does not include ARDUIUO UNO R3);
Description:
Can be inserted directly into Arduiuo uno mega2560,Ideal for linking up to your  Arduiuo UNO Mini Nano Mega2560 DUE Breadboard etc,or others MCU ( AVR STM32 ARM7 ARM9 ARM10 ARM11 PIC C8051 STC MSP430 FPGA/CPLD etc.) 
 
 
Note : White LED light than any other color lights, so use PWM reducing the brightness(reflected on arduiuo code) 
 
1 6 bit MulticolorCommon Cathode LEDs.
 
2 Multicolor are WhiteBlueChartreuseYellowPinkRed. 
 
 
3 7 PIN OUT  2.54mm
 
4 1K ohm Limiting resistor
 
5 Power Supply Voltage: 3.3-12V;
 
 
6 Size: 17.78MM x 11.43MM.
PCB:
Circuit schematics : 
Connection with Arduiuo(Only 6 bit LED's Board ,Does not include ARDUIUO UNO R3) :
Circuit schematics :
Arduiuo uno/mega2560 Code
//******************************************************//
/*
Arduiuo_6led
 
This example code is in the public domain.
*/
 
// give it a name:
int D1 = 13;
int D2 = 12;
int D3 = 11;
int D4 = 10;
int D5 = 9;
int D6 = 8;
 
// the setup routine runs once when you press reset:
void setup() {
// initialize the digital pin as an output.
pinMode(D1, OUTPUT);
pinMode(D2, OUTPUT);
pinMode(D3, OUTPUT);
pinMode(D4, OUTPUT);
pinMode(D5, OUTPUT);
pinMode(D6, OUTPUT);
}
 
// the loop routine runs over and over again forever:
void loop() {
 
digitalWrite(D1, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a 200 Millisecond
digitalWrite(D1, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D2, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D2, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D3, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D3, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D4, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D4, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D5, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D5, LOW);    // turn the LED off by making the voltage LOW
 
digitalWrite(D6, HIGH);   // turn the LED on (HIGH is the voltage level)
delay(200);               // wait for a Millisecond
digitalWrite(D6, LOW);    // turn the LED off by making the voltage LOW
 
}
//******************************************************//

Write your review