Features:
- On/Off and dimming control.
- Snubber circuit enable.
- Accurate firing angle control and smooth dimming.
- Operating Voltage 5V DC.
- Isolated power section from the input.
- 0-100% dimming.
- WiFi Enabled.
- Inbuilt power supply.
- High quality PCB FR4 Grade with FPT Certified.
ESP8266 ESP-12 Features:
- SDIO 2.0, SPI, UART
- 32-pin QFN package
- Integrated RF switch, balun, 24dBm PA, DCXO, and PMU
- Integrated RISC processor, on-chip memory and external memory interfaces
- Integrated MAC/baseband processors
- Quality of Service management
- I2S interface for high fidelity audio applications
- On-chip low-dropout linear regulators for all internal supplies
- Proprietary spurious-free clock generation architecture
- Integrated WEP, TKIP, AES, and WAPI engines.
BT136S-600 Features:
- Gate Trigger Current Max (QI), Igt: 70mA
- Gate Trigger Voltage Max Vgt: 1.5V
- Holding Current Max Ih: 15mA
- No. of Pins: 3
- On State RMS Current IT(rms): 4A
- Operating Temperature Max: 125°C
- Peak Gate Power: 5W
- Peak Non Rep Surge Current Itsm 50Hz: 25A
- Peak Repetitive Off-State Voltage, Vdrm: 600V
- Triac Case Style: SOT-428.
AC-DC Isolated Power Supply Module Features:
- Ultra thin,ultra small.
- All voltage input (AC:90~264V).
- Low ripple and low noise.
- Output overload and short circuit protection.
- High efficiency, high power density.
- The product is designed to meet the requirements of EMC and safety test.
- Low power consumption,environmental protection, no load loss>0.1W.
- Dimension: 34X20mm.
Screen Shots:


Direct Access:

Access through Router:

NOTE: If you want to Access through Router to update your own firmware, you have to buy the below module
- https://researchdesignlab.com/xbee-usb-adapter-with-ft232rl.html

Application Diagram:

Sample SDK Screenshot:
Below given sample SDK will be given along with the product.

Package Contains :
- WiFi Dimmer SSR 230V 4A-ESP8266
Documents:
- Datasheet (BT136S-600)
- SDK (WiFi Dimmer)
- Update Firmware (WiFi Dimmer)
Customers who bought this product also commonly purchased the following combination of items.
- This Item: WiFi Dimmer SSR 230V 4A-ESP8266
-
Xbee USB Adapter with FT232RL
-
Mini USB Cable
-
Total Price ₹2,107.00
Questions:
-
0voteA:
Dimension is 34X20mm
Posted byon Monday, 25 November 2019
-
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 byon 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 byon Saturday, 2 September 2017
-
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 byon Thursday, 29 June 2017
-
0voteA:
Password:123456789
Posted byon Friday, 3 June 2016
-
0voteA:
Password: 123456789
Posted byon Friday, 3 June 2016