<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=LUAT_WS2812</id>
	<title>LUAT WS2812 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=LUAT_WS2812"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=LUAT_WS2812&amp;action=history"/>
	<updated>2026-06-04T21:24:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=LUAT_WS2812&amp;diff=32008&amp;oldid=prev</id>
		<title>Chao at 04:42, 11 August 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=LUAT_WS2812&amp;diff=32008&amp;oldid=prev"/>
		<updated>2021-08-11T04:42:35Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Usage ==&lt;br /&gt;
WS2812 for nodeMCU&lt;br /&gt;
 uart.setup(0, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) -- re-init uart in case&lt;br /&gt;
&lt;br /&gt;
 ws2812.init()&lt;br /&gt;
 ws2812.write(string.char(255, 255, 255, 255, 0, 0)) -- turn the two first RGB leds to green&lt;br /&gt;
&lt;br /&gt;
Arduino ESPHome example configuration for SK6812 RGB LED strip, neopixel library. Also can support FastLED library.&lt;br /&gt;
 light:&lt;br /&gt;
  - platform: neopixelbus&lt;br /&gt;
    name: &amp;quot;NeoPixel Light&amp;quot;&lt;br /&gt;
    id: neopixel_light&lt;br /&gt;
    type: GRB&lt;br /&gt;
    pin: GPIO2&lt;br /&gt;
    num_leds: 60&lt;br /&gt;
    variant: SK6812&lt;br /&gt;
    method: ESP8266_UART1&lt;br /&gt;
&lt;br /&gt;
Commands send in H801 protocol&lt;br /&gt;
* Install sendip in linux&lt;br /&gt;
* commands should be: sendip -p ipv4 -is 192.168.1.81 -p udp -us 5070 -ud 5060 -d &amp;quot;Hello&amp;quot; -v 192.168.1.81&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: LUAT]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>