![]() View Full-Size Image |
8-Channel EL Shield Kit |
|||||||||||||||||||
( E ) |
||||||||||||||||||||
SG$57.50
|
|
|||||||||||||||||||
The EL Shield Kit gives you whole solution to use the EL wires. It includes all the necessary modules: 5V Inverter,4 EL wires and EL control Shield to make it possible to control the EL via Arduino. With Arduino, You will be able to control 8 EL devices simultaneously and separately. The controlling method is as simple as controlling an LED. Driven by PWM, it can create a colorful and florid effect by controlling each EL wire according to your own programs.
Specification for Inverter
Arduino Pin Allocation for the Shield
Application1.Connect the EL wires to EL Shield via the AdaptorWe provide the Special wire adaptors to help user connect the EL modules to the EL Shield. 4 pcs of adaptors are packaged in the EL Shield or EL Shield Kit. Connect the EL wires to EL Shield as below: 2.Connect the inverter to EL ShieldThe EL modules needs a driver voltage more than 110V, AC. The customized inverter can convert the 5V-DC input to AC,110~220V, can drive a max of 15m EL wires. connect the the inverter to EL Shield as below: 3.Programing on ArduinoPlug the EL Shield on to Arduino, then you can begin to programming the Arduino to control EL wires. Programming to control the EL wires is as easy as control a LED, you can use the digitalwrite() to control the EL wires on&off, or the analogwrite() to generate PWM to control the lightness. void setup() { // initialize the digital pin as an output.D2~D9 to control channel A to H for (int i =2; i<10;i++) pinMode(i, OUTPUT); } // the loop routine runs over and over again forever: void loop() { for (int i =2;i<10;i++) { digitalWrite(i, HIGH); } // turn the EL wires on delay(1000); // wait for a second for (int i =2;i<10;i++) { digitalWrite(i, LOW); } // turn the EL wires off delay(1000); // wait for a second } 4.Power On to StartAfter uploading the sketch to Arduino, power the Arduino with a 6.5~9 V DC supply via the DC jack, to enable the EL wires to light up.
|
||||||||||||||||||||
Availability
In Stock: 1 Usually ships in: ![]() |
||||||||||||||||||||
Customer Reviews:There are yet no reviews for this product.Please log in to write a review. |
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||