|
|
(未显示2个用户的2个中间版本) |
第1行: |
第1行: |
− | {| style="width: 800px;"
| + | '''[[Microduino-LED Matrix/zh]]''' |
− | |-
| |
− | |
| |
− | [[File:Microduino-LAMP-rect.jpg|400px|thumb|right|Microduino-LAMP]]
| |
− | Microduino-LAMP是采用WS2812B的一个集控制电路与发光电路于一体的智能外控LED光源,由R、G、B三基色组成的彩灯。板载6个LED光源集成在Upin27标准接口上。
| |
− | | |
− | ==特色==
| |
− | * 5050高亮LED,内置控制芯片,仅需1个IO口即可控制多个LED;
| |
− | *三基色256级调节,16万色真彩显示效果,扫描频率不低于400Hz/S;
| |
− | *刷新速率30帧/秒时,低速连级模式连级数不小于512点
| |
− | *数据收发速度最高可达800Kbps
| |
− | *采用 U型 27pin Microduino 标准接口。
| |
− | | |
− | ==规格==
| |
− | *采用5V供电;
| |
− | *板载6个LED光源;
| |
− | *可通过跳线选择灯的控制引脚:A0,A1,A2,A3,A6,A7。默认为A0。
| |
− | [[file:Micrduino-LAMP-pin-1.jpg|800px|thumb|center|Microduino-LAMP]]
| |
− | [[file:Micrduino-LAMP-pin-2.jpg|800px|thumb|center|Microduino-LAMP]]
| |
− | | |
− | ==文档==
| |
− | *Eagle PCB '''[[File:Microduino-LAMP.zip]]'''
| |
− | *WS2812B PDF '''[[File:WS2812B-PDF.pdf]]'''
| |
− | | |
− | ==开发==
| |
− | 作为LED光源,可结合Microduino的其他模块二次开发,如通过手机蓝牙控制灯的颜色,通过体感来控制灯的颜色。
| |
− | | |
− | ==应用==
| |
− | 测试:
| |
− | *所需要准备的硬件有:Microduino-USBTTL、Microduino-Core、Microduino-LAMP;
| |
− | *所需要准备的软件有:Arduino IDE(1.0版本以上)、库;
| |
− | *如果你还没有开始Microduino,请参考[[Microduino Getting started/zh]],需要用到_99_LCD_NeoPixel库文件,参考[[安装Arduino IDE Microduino程序库支持包]]。
| |
− | *安装好硬件支持包后,打开示例库中的strandtest程序。
| |
− | *程序说明:
| |
− | <source lang="cpp">
| |
− | #define PIN 6
| |
− | | |
− | Adafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800);
| |
− | </source>
| |
− | PIN定义单总线灯的控制引脚,默认情况下是A0,因此你需要将”6”改成“A0”,”60”定义了灯的数量,用户可根据自身情况更改。更改编译通过后选择好板卡下载就行。
| |
− | | |
− | ==购买==
| |
− | | |
− | ==历史==
| |
− | | |
− | ==图库==
| |
− | | |
− | ==正面==
| |
− | [[file:Microduino-LAMP -F.JPG|thumb|600px|center|Microduino-LAMP Front]]
| |
− | ==背面==
| |
− | [[file:Microduino-LAMP -b.JPG|thumb|600px|center|Microduino-LAMP Back]]
| |
− | ==视频==
| |
− | |}
| |