Questions:
Posted by , Monday, 25 November 2019 on product WiFi Dimmer SSR 230V 4A-ESP8266
-
0voteA:
Dimension is 34X20mm
Posted by on Monday, 25 November 2019
Posted by , Saturday, 2 September 2017 on product WiFi Dimmer SSR 230V 4A-ESP8266
-
0voteA:
Dear Sir/Madam,
Greetings From RDL!!!
FYI, using this dimmer you can dimm incandescent bulb, Fan and only Triac Dimmable LED's( not all the kinds of the LED).
So kindly test this module by connecting the incandescent bulb as load and let us know aboout the output.
Posted by on Saturday, 2 September 2017 -
0voteA:
Dear Sir/Madam,
Greetings From RDL!!!
FYI, using this dimmer you can dimm incandescent bulb, Fan and only Triac Dimmable LED's( not all the kinds of the LED).
So kindly test this module by connecting the incandescent bulb as load and let us know aboout the output.
Posted by on Saturday, 2 September 2017
Posted by , Thursday, 29 June 2017 on product WiFi Dimmer SSR 230V 4A-ESP8266
-
0voteA:
Dear Sir,
Greetings From RDL!!!
Please find the Node MCU Firmware code of ESP8266 given below.
#include <ESP8266WiFi.h> #include <WiFiClient.h> //#include <ESP8266WebServer.h> /* Set these to your desired credentials. */ const char *ssid = "RDL ESP"; const char *password = "123456789"; WiFiServer server(8080); void setup() { delay(1000); Serial.begin(9600); Serial.println(); /* You can remove the password parameter if you want the AP to be open. */ WiFi.softAP(ssid, password); IPAddress myIP = WiFi.softAPIP(); //Serial.print("AP IP address: "); Serial.println(myIP); // server.on("/", handleRoot); server.begin(); } void loop() { back: // Check if a client has connected WiFiClient client = server.available(); if (!client) { return; } while(1) { delay(100); if(client.available()) { // Read the first line of the request String req = client.readStringUntil('\r'); Serial.println(req);// server.handleClient(); } else { if(server.available()) { server.begin(); WiFiClient client = server.available(); if (!client) { return; } } } } }Posted by on Thursday, 29 June 2017
Posted by , Friday, 3 June 2016 on product WiFi Dimmer SSR 230V 4A-ESP8266
-
0voteA:
Password:123456789
Posted by on Friday, 3 June 2016
Posted by , Friday, 3 June 2016 on product WiFi Dimmer SSR 230V 4A-ESP8266
-
0voteA:
Password: 123456789
Posted by on Friday, 3 June 2016

