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

DIY - Monochrome Light Cube Maker Introduction Step by Step

RonWang9个月前 (12-19)电子编程538

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.donstudio.cn/?id=323

相关文章

Arduino Project 024 -  LCD Temperature Display

Arduino Project 024 - LCD Temperature Display

This project is a simple demonstration of using an LCD to present useful information to the user—in...

C语言教程04:程序的编译与运行

源程序也称源代码,是指未编译的、按照一定的程序设计语言规范书写的文本文件,是一系列人类可读的计算机语言指令,可以用汇编语言或高级语言编写。计算机源代码的最终目的是将人类可读的文本翻译成为计算机可以执行...

如何选用合适的电络铁?初级电子制作与维修之工具选择

如何选用合适的电络铁?初级电子制作与维修之工具选择

电烙铁是我们电子制作和装配中,导线、延长线连接,电子元件的安装和拆卸的必备工具。尤其是在电器维修中也是最常用的工具。电烙铁的分类电络铁的分类方式很多,下面我们主要讨论机械结构、温度控制方式和功能方式的...

Python 计算机程序设计语言简介

Python 计算机程序设计语言简介

Python是一种跨平台的计算机程序设计语言。 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。最初被设计用于编写自动化脚本(shell),随着版本的不断更新和语言新功能的添加,越多被...

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...