Aptinex ESP8266 IOT WIFI 4 Channel Relay Module gives you the ability to control your devices through wifi related applications.Â
FeaturesÂ
- WIFI Engine : ESP8266 – ESP12F
- Supply voltage : 230V / AC
- PCB Dimension : 8.5cm x 9.1cm
- RelaysÂ
- Number of Relays : 4Â
- Relay Manufacturer – Songle
- Relay Coil Voltage : 5V
- Relay Contact Ratings : 10A/250VACÂ
- Associated GPIOS with the relays (Relays to ESP8266 GPIOs mapping)
- Relay 1 (K12) : GPIO 12
- Relay 2 (K13) : GPIO 13
- Relay 3 (K14) : GPIO 14
- Relay 4 (K15) : GPIO 15
- Associated GPIOs with the switches (Switches to ESP8266 GPIO Mapping )
- SW2/L1 – GPIO 16
- Modes of operation : 2Â
- Access Point mode (AP Mode)
- Default mode
- ESP8266 acts like an access point and devices can connect to it.
- Initial IP:192.168.1.222Â
- Password : No Password ( Blank)Â
- SSID : APTINEX_IOT_<MAC ADDRESS>
- Station Mode (ST Mode)Â
- ESP8266 acts like a device and will connect to an Access point
- Access Point mode (AP Mode)
- Modes of relay controlling – 3Â
- Using the inbuilt web UI (Can be accessed via http://192.168.1.222)
- Manually Passing commands via URLÂ Supply voltage : 5VÂ
- Relay 1 – On :Â http://192.168.1.222/set?gpio=12&value=1
- Relay 1 – Off : http://192.168.1.222/set?gpio=12&value=0
- Relay 2 – On : http://192.168.1.222/set?gpio=13&value=1
- Relay 2 – Off: http://192.168.1.222/set?gpio=13&value=0
- Relay 3 – On :Â http://192.168.1.222/set?gpio=14&value=1
- Relay 3 – Off :Â http://192.168.1.222/set?gpio=14&value=0
- Relay 4 – On :Â http://192.168.1.222/set?gpio=15&value=1
- Relay 4 – Off :Â http://192.168.1.222/set?gpio=15&value=0
- Via a MQTT Host/Broker
- The unit will be serving as a MQTT clientÂ
- MQTT settings can be set at the settings page of the web UIÂ
- MQTT Status: Can enable or disable MQTT ModeÂ
- MQTT Broker Host: IP address of the MQTT broker. Can be local or public.
- MQTT Broker Port: The port that is going to be used for MQTT communication, check with your MQTT Broker
- MQTT Client ID:Â Unique id for the client to be connected to the MQTT Broker
- MQTT Username / Password: These are for the client to be authenticated at the MQTT Broker
- MQTT Topic:Â Prefix of all MQTT messages.
- MQTT Heartbeat Interval : MQTT keepalive time ,which the client commits by sending regular PING Request messages to the broker
- MQTT Topics ​​
-
- Relay1 –Â <mqtt_prefix>/gpio/12Â [0-off, 1-on]
- Relay 2 –Â <mqtt_prefix>/gpio/13Â [0-off, 1-on]
- Relay 3 –Â <mqtt_prefix>/gpio/14Â [0-off, 1-on]
- Relay 4 –Â <mqtt_prefix>/gpio/15Â Â Â [0-off, 1-on]
- Heartbeat – <mqtt_prefix>/status [sends ‘1’ at specified intervals]
Inbuilt web UI for Relay controlling and Settings modification
 Â
ApplicationsÂ
- Home Automation
- Industrial IOT Applications
- Lighting Controls