<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>ESP8266 WiFi LED dimmer</title>
		<description>Discuss ESP8266 WiFi LED dimmer</description>
		<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer</link>
		<lastBuildDate>Wed, 15 Apr 2026 10:00:58 +0200</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="https://iot-playground.com/component/jcomments/feed/com_content/28" rel="self" type="application/rss+xml" />
		<item>
			<title>streexz says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-793</link>
			<description><![CDATA[[ask] How to make ESP8266 Cloud REST API LED dimmer?? please help...]]></description>
			<dc:creator>streexz</dc:creator>
			<pubDate>Wed, 14 Jun 2017 17:42:06 +0200</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-793</guid>
		</item>
		<item>
			<title>Larry says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-535</link>
			<description><![CDATA[I get this error when trying to compile the code: I know this is an old thread but it seems like the EEPROM libraries for 8266 aren't setup for arduino. Any ideas or knowledge on this? FYI, The reason I think it's a library issue related to ESP8266 is because I tried compiling as a mega2560 board and that compiled fine. Thanks!]]></description>
			<dc:creator>Larry</dc:creator>
			<pubDate>Mon, 18 Jan 2016 05:53:06 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-535</guid>
		</item>
		<item>
			<title>DarioCdj says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-107</link>
			<description><![CDATA[ok ok, i know that depend also from mosfet, perfect, thanks]]></description>
			<dc:creator>DarioCdj</dc:creator>
			<pubDate>Mon, 23 Feb 2015 19:57:03 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-107</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-104</link>
			<description><![CDATA[ Under Arduino libraries file Esp8266EasyIoTConfig.h]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Mon, 23 Feb 2015 16:21:51 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-104</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-103</link>
			<description><![CDATA[ How can I know? Read datasheets - you have LED strip current, MOSFET current and power supply current and some safety factor. And use multiplier to measure current. Obviously LED strip current must be less than MOSFET current and power supply current.]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Mon, 23 Feb 2015 16:20:30 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-103</guid>
		</item>
		<item>
			<title>DarioCdj says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-101</link>
			<description><![CDATA[Askin again, how many led strips i can control? Is it depends from power supply or from the mosfet? Thanks]]></description>
			<dc:creator>DarioCdj</dc:creator>
			<pubDate>Mon, 23 Feb 2015 11:27:08 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-101</guid>
		</item>
		<item>
			<title>Vasilij says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-100</link>
			<description><![CDATA[Where is the file i have to put my ssid and pw? file located in libary folder in EaseIOT config.cpp (not 100% sure about file name)]]></description>
			<dc:creator>Vasilij</dc:creator>
			<pubDate>Mon, 23 Feb 2015 09:51:56 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-100</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-98</link>
			<description><![CDATA[ AP username and password settings are in Esp8266EasyIoTConfig.h file in Arduino library folder. You do not connect ESP to RPi. ESP is only on Arduino side.]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Mon, 23 Feb 2015 00:35:55 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-98</guid>
		</item>
		<item>
			<title>Jens says:</title>
			<link>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-97</link>
			<description><![CDATA[Hi, this is a nice project. But I have a problem to use the above code. Compiling and uploading works for me. But the I don't understand the serial output: EasyIoTEsp LED dimmer example init nodeid:-1 hwReset E_START E_CWMODE Send cmd:AT+CWMODE=1 AT+CWMODE=1 OK Send cmd:AT+CWJAP="XXXXXXXX","XXXXXXXX" AT+®)AõÂ","XXXXXXXX" Request Node id +CWJAP:3 FAIL Response error Where is the file i have to put my ssid and pw? Or will the esp be a stand alone router? I also do not understand how the EasyIoT server can find the esp-module? Where do I have to insert the ip adress of the esp? By the way, I don't have a esp connected to the raspberry pi where the server runs. I want to build several standalone nodes with esp's connected to my wlan. This is the way, it should work, right? THX Jens]]></description>
			<dc:creator>Jens</dc:creator>
			<pubDate>Sun, 22 Feb 2015 21:33:06 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/28-esp8266-wifi-led-dimmer#comment-97</guid>
		</item>
	</channel>
</rss>
