Difference between revisions of "IoT LED Strip Kit"
(→Part List) |
(→Introduction) |
||
Line 2: | Line 2: | ||
Arduino library for controlling single-wire-based LED pixels and strip such as the Adafruit 30 LED/meter Digital LED strip, the Adafruit FLORA RGB Smart Pixel, the Adafruit Breadboard-friendly RGB Smart Pixel, the Adafruit NeoPixel Stick, and the Adafruit NeoPixel Shield. We based on these and [https://github.com/delongqilinksprite/LED_Strip/blob/master/www.linksprite.io LinkSpriteIO] make it can be controled by mobile phone ,to achieve a number of simple functions with [http://linksprite.com/wiki/index.php5?title=LinkNode_D1 LinkNode D1]. | Arduino library for controlling single-wire-based LED pixels and strip such as the Adafruit 30 LED/meter Digital LED strip, the Adafruit FLORA RGB Smart Pixel, the Adafruit Breadboard-friendly RGB Smart Pixel, the Adafruit NeoPixel Stick, and the Adafruit NeoPixel Shield. We based on these and [https://github.com/delongqilinksprite/LED_Strip/blob/master/www.linksprite.io LinkSpriteIO] make it can be controled by mobile phone ,to achieve a number of simple functions with [http://linksprite.com/wiki/index.php5?title=LinkNode_D1 LinkNode D1]. | ||
+ | |||
+ | [[File:IoT LED Strip Kit 组图.jpg|640px]] | ||
[[File:led2.png|540px]] | [[File:led2.png|540px]] | ||
[[File:led3 (1).png|540px]] | [[File:led3 (1).png|540px]] | ||
− | |||
==Part List== | ==Part List== |
Latest revision as of 01:50, 15 February 2017
Contents
Introduction
Arduino library for controlling single-wire-based LED pixels and strip such as the Adafruit 30 LED/meter Digital LED strip, the Adafruit FLORA RGB Smart Pixel, the Adafruit Breadboard-friendly RGB Smart Pixel, the Adafruit NeoPixel Stick, and the Adafruit NeoPixel Shield. We based on these and LinkSpriteIO make it can be controled by mobile phone ,to achieve a number of simple functions with LinkNode D1.
Part List
- 1 x LinkNode D1
- 1 x Addressable Sealed WS2812 RGB 30-LED Strip (1 Meter)
- 1 x AC 100-240V 0.3A DC 5V 2A US Plug USB Power Supply Wall Adapter
Video
How to Use
Hardware connection
Install Apk
- Download LinkspriteIo.apk
- Install Linksprite.apk
Register Or Login
- Enter to the login page
- If not register,Please register
Create Device
- If not have device,Please click + icon to add device
- Please choose LED button and other device type will be added later.
- Please choose ADD button to create a device
- Fill in the name of the device and group name, and click the confirm button to create the device
Upload arduino code
- Download LinkSpriteIO anduino library
- Download NeoPixelBus arduino library
- Install libraries in Arduino Libraries folder.
- Restart Arduino IDE, then open File->Examples->NeoPixelBus->LinkSpriteIoT sketch.
- Open the website LinkSpriteIO,and sign in get your deviceID and apikey.
- change deviceID and apikey of program by your LinkSpriteIO device.
- Upload the code to LinkNode D1,and then you can use your mobile control the led strip.
If you've never used D1 LinkNode,you can learn from here.
LED Strip Control
- Please choose the device button to set device
- LED strip how to show:
1.Flowing water lights
2.Bln control
3.Blink
4.Custom
- Set the flowing water lights
Set the total number of LED strip:Total
Set the time of flowing water lights:Time
- Set bln control
Set the total number of LED strip:Total
- Set blink
Set the total number of LED strip:Total
Set the time of blink:Time
- Set custom
Set the total number of LED strip:Total
Set the start number which :Start
Set the end number:End
Set the color of LED:Color (Four color:Red,Blue,Green,White)