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

DIY - Monochrome Light Cube Maker Introduction Step by Step

RonWang2年前 (2024-12-19)电子编程964

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.autabarc.com/?id=323

相关文章

Arduino Project 032 - BMP280 Pressure Sensor LCD Display

Arduino Project 032 - BMP280 Pressure Sensor LCD Display

For this project we will use Arduino Uno and BMP280 along with LCD 16x2 display module to display te...

Arduino Project 016 - L293D Motor Driver IC

Arduino Project 016 - L293D Motor Driver IC

In the previous project, you used a transistor to control the motor. In this project, you are going...

编程思维|锻炼孩子的逻辑思维

编程思维|锻炼孩子的逻辑思维

自然语言(人类的语言)和计算机语言之间有许多相似之处,学习计算机语言类似于学习一门外语语法。 计算机编程或者算法的难点和意义是,是编程思维和解决问题能力。程序设计早已不是程序员们独有的技术活了,很多...

如何选择合适剥线钳工具?初级电子制作与维修之工具选择

如何选择合适剥线钳工具?初级电子制作与维修之工具选择

剥线钳是弱电工程师、内线电工、电动机修理、仪器仪表电工及电子制作爱好者常用的工具之一,用来供操作者剥除电线头部的表面绝缘层。剥线钳可以使得电线被切断的绝缘皮与电线分开,可以在不损坏内部金属线层的情况下...

Arduino Project 005 - LED Chase Lights

Arduino Project 005 - LED Chase Lights

You’re going to use a string of LEDs (10 in total) to make an LED chase effect, similar to that used...

 ​Arduino Project 049 - IR Remote Control

​Arduino Project 049 - IR Remote Control

Project 49 IR Remote Control/* Project 49 IR Remote Control  * C...