当前位置:首页 > 科学研究 > 电子编程 > 正文内容

DIY - Monochrome Light Cube Maker Introduction Step by Step

RonWang8个月前 (12-19)电子编程524

First, let's take a look at the complete welded diagram (the shell needs to be purchased separately) to get an overall idea. The entire welding process takes a long time and requires some welding skills. You must be careful, especially when welding LED lights, as the welding time should not be too long (be sure to prevent static electricity during welding, and keep the welding time within 3 seconds to prevent damage to the LED lights).

4x4x4 Light Cube Monochrome

4X4X4 Light Cube Components List

4x4x4 Light Cube Monochrome Component List

I. Soldering the motherboard

Solder the chip socket and power socket, paying attention to the direction of the notch on the chip socket.

Chip Seat

Solder the resistor (non-directional) to the LED (long leg is +), and mount the chip on the base (note the direction of the notch).

RGB LED and Resistor

II. Soldering for LED Section

 1. Pre-Blend the LED 

LED Pre-Blend and soldering

2. After shaping, weld a universal board to secure the LED, which makes it easier to weld the LED bracket. Using this method, the LED array will be neat and attractive: use a 7x9 universal board to weld 8 pin headers (cut from a row of pins), then clamp the shaped LED onto the pin headers, welding the positive terminal vertically and the negative terminal horizontally. Note the pin header spacing: 6 holes horizontally and 9 holes vertically.

Maker LED Position Module

(Maybe Universal PCB have different size ,but only have same arranged . )

Sodering LED

Note: LED welding involves welding the negative terminals together and the positive terminals together. The positive and negative terminals must not come into contact with each other.

Solder LED group

Soldering 8 such LEDs using the same method. Continue to soldering the two sides of the welded LEDs together. Insert one side of the LED into the pin socket as shown in the figure below. Continue to place the other side of the LED on top and sodering the LED legs.

Solder LED group

Using the same method, make four sets of these LEDs.

Solder LED group

This way, you will have 16 LEDs, which is one group. Once all four sides or groups are complete, you can assemble a 4x4x4 light cube.

III. Light Cube Assembly

The light cube uses a common anode and common cathode connection method.

1. LED Group Connect

The wiring method for the group is shown in the figure. On the board, the solder pad labeled “B+” on the left side of each LED socket is connected to the positive terminal of the blue LED, and the solder pad labeled “R+” is connected to the positive terminal of the red LED (if it is a Mono-Color LED, the “R+”terminal is left open).

LED group Assembly

2. Layer connect

P20-P27 are layer control lines (control the negative pole of the LED, middle pin).

First, we divide the light cube into left and right sides, and connect the negative poles of every two columns of LEDs (middle pin of the LED) together to form first layer.

Layer connect

Cut off the excess leg .

cut off the excess

Use OK wire to connect the negative terminals on each layer.

soldering wire

After soldering, the entire light cube is complete.

IV. Shell Assembly

  1. Remove the protective plastic film.

  2. Bolt and screw fixed.

  3. First assemble these five sides (note that the screw holes on the bottom shell must align with the light cube board).

  4. Assembly the pcb and light parts . All done.

  5. Insert DC 5V 1A power check and enjoy the shining and blink time.

assembly the cube light

assembly the cube light

assembly the cube light

assembly the cube light

版权声明:本文为原创文章,版权归donstudio所有,欢迎分享本文,转载请保留出处!

本文链接:http://www.parentscn.com/?id=323

相关文章

Arduino Programming Basic - Variables

Arduino Programming Basic - Variables

Arduino 程序基础,介绍Arduino程序的基本组成,第一部分编写了10个例子,关于变量及变量名称,串口监视器,if循环,for循环,while循环等。第二部分介绍了函数,全局变量,局部变量和静...

Books Exploring Arduino

Books Exploring Arduino

Exploring Arduino uses the popular Arduino microcontroller platform as an instrument to teach topics...

 ​Arduino Project 051 - How to Connect Remote Control

​Arduino Project 051 - How to Connect Remote Control

Project 51 How to Connect Remote Control 4 Channel to Arduino// constants won't c...

Arduino Project 023 - Liquid Crystal Displays - Hello World

Arduino Project 023 - Liquid Crystal Displays - Hello World

Before wiring the LCD screen to your Arduino board we suggest to solder a pin header strip to the 14...

Arduino Project 013 - Piezo Knock Sensor

Arduino Project 013 - Piezo Knock Sensor

A piezo disc works when an electric current is passed over the ceramic material in the disc, causing...

Arduino Project 008 - RGB LED Mood Lamp

Arduino Project 008 - RGB LED Mood Lamp

In the last project, you learned how to adjust the brightness of an LED using the PWM capabilities o...