在某宝上面买了一块WS2812 5050 RGB LED灯条。可惜某宝不提供教程。只好求助百度&Google。幸好有好心人士分享教程(http://www.geek-workshop.com/thread-7262-1-1.html)。
一下是本人的一点实验过程,分享给大家。
初次玩简书,写的不好,多多见谅。
1. 准备工作:
Arduino UNO 开发板
WS2812 5050 RGB LED灯条
下载WS2812 Arduino 驱动库:Adafruit_NeoPixel (https://github.com/adafruit/Adafruit_NeoPixel)
2. 电路连线:
3. 下载好的Adafruit_NeoPixel库解压缩,然后放到Arduino的扩展文件夹下。(After downloading, rename folder to 'Adafruit_NeoPixel' and install in Arduino Libraries folder. Restart Arduino IDE, then open File->Sketchbook->Library->Adafruit_NeoPixel->strandtest sketch.)
4. 打开Arduino IDE,选择File->Example->Adafruit_NeoPixel->stand test.
5. 选择相应的板信息:
6.编译,上传code。
7.实验结果: