reworked ws2812fx readme
parent
6d157e0330
commit
b3709cb7a9
|
|
@ -3,7 +3,7 @@ id: sonos
|
||||||
title: Sonos
|
title: Sonos
|
||||||
---
|
---
|
||||||
|
|
||||||
This plug-in allows to connect to Sonos speakers.
|
This plug-in allows to connect to Sonos speakers.
|
||||||
|
|
||||||
## Supported Things
|
## Supported Things
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,30 @@
|
||||||
# WS2812FX
|
---
|
||||||
|
id: WS2812FX
|
||||||
|
title: WS2812FX
|
||||||
|
---
|
||||||
|
|
||||||
Plug-In for the WS2812FX project, a WS2812 effect library for Arduino and ESP8266.
|
Plug-In for the WS2812FX project, a WS2812 effect library for Arduino and ESP8266.
|
||||||
Flash your microcontroller with the provided "serial_control" example. Connect the microcontroller
|
Flash your microcontroller with the provided "serial_control" example. Connect the microcontroller
|
||||||
over USB to the nymea device.
|
over USB to the nymea device.
|
||||||
|
|
||||||
|
## Supported Things
|
||||||
|
|
||||||
|
* WS2812FX
|
||||||
|
* Auto discovery setup
|
||||||
|
* Set color
|
||||||
|
* Set color temperature
|
||||||
|
* Set brightness
|
||||||
|
* Set power
|
||||||
|
* Select effect
|
||||||
|
* Set effect speed
|
||||||
|
* No internet connection required
|
||||||
|
|
||||||
|
## Requires
|
||||||
|
|
||||||
|
* Arduino compatible hardware
|
||||||
|
* Flashed with the WS2812FX serial_control firmware
|
||||||
|
* Device connected over USB to the host system
|
||||||
|
|
||||||
|
## More
|
||||||
|
|
||||||
See also: https://github.com/kitesurfer1404/WS2812FX
|
See also: https://github.com/kitesurfer1404/WS2812FX
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue