Ks0182 keyestudio LED Cube Kit

From Keyestudio Wiki
Jump to navigation Jump to search

Ks0182 keyestudio LED Cube Kit

Introduction

For ARDUINO starters, we’d love to do projects that would blow people’s mind off. But without certain basic knowledge of electronics,you may find it difficult to do complicated projects such as robots, 3D printers etc. This 4x4x4 LED Cube kit we developed is no doubt your best choice.

So what is LED Cube? Well, by the name of it, we can tell it may be a light emitting cube. We use 64 LEDs to solder a 4*4*4 3D-matrix. Each face of the cu¬¬be or should we say each dot of the cube will emit beautiful light.

This 3D LED cube is based on ARDUINO, an open-source environment. So it also has features of open-source and easy-to-use. Even for enthusiasts without solid electronic knowledge, you can make projects that are going to amaze others!

Features

  • Adopts 64 blue LEDs
  • working voltage: 5V
  • working current: 150MA
  • power input with built-in voltage step-up circuit
  • compatible with ARDUINO open-source hardware
  • comes with animations program
  • Simple assembly using a PCB frame
  • can work off-line (doesn’t require a computer after program is uploaded)

Part list


thumb
1. Control panel (1 PCS)
2. Soldering jig (1 PCS)
3. Acrylic chassis (1 PCS)
4. Acrylic crown sheet (1 PCS)
5、6、7、8. Acrylic side plate ,then No. 6 and 8 is the same (4 PCS in total)

thumb

1.Stand horizontal plate(16 PCS)
2.Stand upright column board (8 PCS
3.Horizontal holder board (8 PCS)
4.Copper bush (4 PCS)
5.3*10 inner-hexagon screw(4 PCS)
6.3*6 inner-hexagon screw(4 PCS)
7.3M nut(4 PCS)

  • Self-prepare tools:
  • Soldering iron、Tinny line、Inner-hexagon too


thumb

Step by step soldering instructions

Solder the stand horizontal plates

thumb
Unpick the stand horizontal plates as shown above.


thumb
Unpick the horizontal holder boards following the previous step.


thumb
Set four nuts in in the kit as shown above,then put four stand horizontal plates on the soldering jig,
and black lines on the stand horizontal plates aims to indicate the place of subsequent soldering holder boards.


thumb
Place the soldering jig on four nuts, and then put two horizontal holder board on the stand horizontal plate between
black lines, and finally add tin to fix them on eight welding spots by soldering iron.


thumb
Stand soldered by eight welding spots above.


thumb
Continuously solder four stands as above steps.


Install upright stand

thumb
Every upright has its own place and can’t be installed mistakenly, so before installing confirm the place of every upright.
As shown above , Upright A must be inserted in the aperture on the Chassis A, and Upright B must be inserted in the aperture on the Chassis B.
Continue like this until eight uprights are inserted in the aperture of corresponding letters on the chassis.


thumb
As shown above , place properly four horizontal plates in the same direction, and install Upright A on the gap. Don’t add tin to solder after installing.


thumb
As shown above , install respectively Upright C, E, G according to the previous step.


thumb
As shown above , install Upright B on the gap. Don’t add tin to solder after installing.


thumb
As shown above , install respectively Upright D,F, H according to the previous step.


thumb
Tighten four copper bushes in the control board by using four 3M nuts.


thumb
After the stand inserted the chassis, adjust them to be vertical.


thumb
According to last step, add tin to solder the bonding pad between horizontal stand and upright by soldering iron.
If there is bonding pad on horizontal stand but not on upright, don’t need to add tin to solder.


thumb
After soldering all bonding pads, please check carefully whether there are welding spots lacking tin. Welded finished product as shown above.


thumb
As shown above, fix four copper bushes on Acrylic chassis by four3*6 inner-hexagon screws.


thumb
Install four Acrylic side plates in the slot of Acrylic chassis.


thumb
Next, install Acrylic crown sheet according to slots.


thumb
After installing , upset it according to above picture, and then lock tightly Acrylic chassis with Acrylic side plate by using two 3*10 inner-hexagon screws and two 3M nuts.


thumb
As shown above, a tightening chassis.


thumb
Then tighten the screws of Acrylic crown sheet, and as shown above, it is the finished product after installing.


Program

Wiring:

Control board Arduino FTDI basic program downloader
VDD 5V
GND GND
DTR RST
TXD RXD
RXD TXD


Connection diagram:
thumb


Sample code:

#include <avr/pgmspace.h> 
#define CUBESIZE 4
#define PLANESIZE CUBESIZE*CUBESIZE
#define PLANETIME 3333 
#define TIMECONST 20 
prog_uchar PROGMEM PatternTable[] = {

///////////////////Generate animated code and paste here////////////////////
B0001,B0000,B0000,B0000,B0001,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0011,B0000,B0000,B0000,B0011,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0011,B0010,B0000,B0000,B0011,B0010,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0011,B0011,B0000,B0000,B0011,B0011,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0110,B0110,B0000,B0000,B0110,B0110,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0000,B0000,B0000,B0000,B0110,B0110,B0000,B0000,B0110,B0110,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0000,B0000,B0000,B0000,B0000,B0110,B0110,B0000,B0000,B0110,B0110,B0000,B0000,B0000,B0000,B0000,10,
B0000,B0000,B0000,B0000,B0000,B0000,B0110,B0110,B0000,B0000,B0110,B0110,B0000,B0000,B0000,B0000,10,
B0000,B0000,B0000,B0000,B0000,B0000,B0011,B0011,B0000,B0000,B0011,B0011,B0000,B0000,B0000,B0000,10,
B0000,B0000,B0000,B0000,B0000,B0001,B0011,B0111,B0000,B0001,B0011,B0111,B0000,B0000,B0001,B0011,10,
B0000,B0000,B0000,B0000,B0000,B0011,B0111,B0111,B0000,B0011,B0111,B0111,B0000,B0001,B0011,B0111,10,
B0000,B0000,B0000,B0000,B0000,B0111,B0111,B0111,B0000,B0111,B0111,B0111,B0000,B0011,B0111,B0111,10,
B0000,B0000,B0000,B0000,B0000,B0111,B0111,B0111,B0000,B0111,B0111,B0111,B0000,B0111,B0111,B0111,10,
B0000,B0000,B0000,B0000,B0000,B1110,B1110,B1110,B0000,B1110,B1110,B1110,B0000,B1110,B1110,B1110,10,
B0000,B1110,B1110,B1110,B0000,B1110,B1110,B1110,B0000,B1110,B1110,B1110,B0000,B0000,B0000,B0000,10,
B0000,B1110,B1110,B1110,B0000,B1110,B1110,B1110,B0000,B1100,B1110,B1110,B0000,B0000,B0000,B0000,10,
B0000,B1110,B1110,B1110,B0000,B1100,B1110,B1110,B0000,B1000,B1100,B1110,B0000,B0000,B0000,B0000,10,
B0000,B1100,B1110,B1110,B0000,B1000,B1100,B1110,B0000,B0000,B1000,B1100,B0000,B0000,B0000,B0000,10,
B0000,B1000,B1100,B1110,B0000,B0000,B1000,B1100,B0000,B0000,B0000,B1000,B0000,B0000,B0000,B0000,10,
B0000,B0000,B1000,B1100,B0000,B0000,B0000,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0000,B0000,B0000,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0000,B0000,B1000,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0000,B1000,B1000,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B1000,B1000,B1000,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B1100,B1000,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B1110,B1000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B1110,B0000,B0000,B0000,B0010,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,B0000,10,
B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, B0000, 0
};
int LEDPin[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, A0, A1};
int PlanePin[] = {A2, A3, A4, A5};

void setup()
{
int pin; 
for (pin=0; pin<PLANESIZE; pin++) {
pinMode( LEDPin[pin], OUTPUT );
}
for (pin=0; pin<CUBESIZE; pin++) {
pinMode( PlanePin[pin], OUTPUT );
}
}
void loop()
{
byte PatternBuf[PLANESIZE]; 
int PatternIdx;
byte DisplayTime; 
unsigned long EndTime;
int plane; 
int patbufidx; 
int ledrow; 
int ledcol; 
int ledpin; 
PatternIdx = 0;
do {
memcpy_P( PatternBuf, PatternTable+PatternIdx, PLANESIZE );
PatternIdx += PLANESIZE;
DisplayTime = pgm_read_byte_near( PatternTable + PatternIdx++ );
EndTime = millis() + ((unsigned long) DisplayTime) * TIMECONST;
while ( millis() < EndTime ) {
patbufidx = 0; 
for (plane=0; plane<CUBESIZE; plane++) {
if (plane==0) {
digitalWrite( PlanePin[CUBESIZE-1], HIGH );
} else {
digitalWrite( PlanePin[plane-1], HIGH );
}
ledpin = 0;
for (ledrow=0; ledrow<CUBESIZE; ledrow++) {
for (ledcol=0; ledcol<CUBESIZE; ledcol++) {
digitalWrite( LEDPin[ledpin++], PatternBuf[patbufidx] & (1 << ledcol) );
}
patbufidx++;
}
digitalWrite( PlanePin[plane], LOW );

delayMicroseconds( PLANETIME );
} 
} 
} while (DisplayTime > 0); 
}


thumb
After program is uploaded, with power on , you can see the beautiful light effect.

Links for resources needed for the project

ARTDUINO software download address:
https://www.arduino.cc/en/Main/Software

Project code address:
http://7326097.s21d-7.faiusrd.com/0/ABUIABAAGAAg3eL-ugUot5fxpQU?f=CUBE4+CODE.rar&v=1465905453
http://www.instructables.com/id/4x4x4-LED-Cube-Arduino-Uno/
http://www.instructables.com/id/The-4x4x4-LED-cube-Arduino/
http://www.makeuseof.com/tag/how-to-make-a-pulsating-arduino-led-cube-that-looks-like-it-came-from-the-future/

Video address:
http://www.keyestudio.com/wp/ks0182

PDF:
https://drive.google.com/open?id=1BhnoGnFQe6qxUbigKeUviFIYqR6GsmxK

Buy from

Official Website
http://www.keyestudio.com/keyestudio-4-4-4-led-cube-light-kit-with-for-arduino-diffuse-blue-light.html

Amazon

https://www.amazon.com/Keyestudio-light-Arduino-Diffuse-Light/dp/B01K1UKI46/ref=sr_1_1?ie=UTF8&qid=1486784349&sr=8-1&keywords=Ks0182+keyestudio+LED+Cube+Kit