Toll-Free Customer Support 24/7

WiFi Dimmer SSR 230V 4A-ESP8266

The WiFi SSR switch  ON / OFF and Dimming can be controlled from remotely using android app or supporting wifi enabled devices .This switch can be used control light , FAN, power socket ,  Triac dimming enabled LED's and any other remote  ON / OFF  or dimming application.

ORDER CODE: RDL688

Availability: In stock

₹1,398.00
Frequently bought together

Customers who bought this product also commonly purchased the following combination of items.

Customers Who Bought This Item Also Bought

Questions:

Posted by Ajay, Monday, 25 November 2019 on product WiFi Dimmer SSR 230V 4A-ESP8266
  • 0
    vote
    A:

    Dimension is 34X20mm

    Posted by Dhanya Shetty on Monday, 25 November 2019
Posted by bhrigu chadha, Saturday, 2 September 2017 on product WiFi Dimmer SSR 230V 4A-ESP8266
  • 0
    vote
    A:

    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 Raghavendra Shetty on Saturday, 2 September 2017
  • 0
    vote
    A:

    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 Raghavendra Shetty on Saturday, 2 September 2017
Posted by Kalpesh Mistry, Thursday, 29 June 2017 on product WiFi Dimmer SSR 230V 4A-ESP8266
  • 0
    vote
    A:

    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 Raghavendra Shetty on Thursday, 29 June 2017
Posted by Bala, Friday, 3 June 2016 on product WiFi Dimmer SSR 230V 4A-ESP8266
  • 0
    vote
    A:

    Password:123456789

    Posted by Raghavendra Shetty on Friday, 3 June 2016
Posted by Jenish Javia, Friday, 3 June 2016 on product WiFi Dimmer SSR 230V 4A-ESP8266
  • 0
    vote
    A:

    Password: 123456789

    Posted by Raghavendra Shetty on Friday, 3 June 2016

Ask Your Question

  • Reload captcha

* Required Fields

Back to top