ESP8266 ESP-12E WiFi Module


ESP-12E is a miniature Wi-Fi module present in the market and is used for establishing a wireless network connection for microcontroller or processor. The core of ESP-12E is ESP8266EX, which is a high integration wireless SoC (System on Chip). It features ability to embed Wi-Fi capabilities to systems or to function as a standalone application. It is a low cost solution for developing IoT applications


Price :  excl. GST
Qty Price
1 > 109.00
6 > 105.00
21 > 101.00
50 > 99.00
100 > 98.00
200 > 97.00
500 > 96.00

FUNCTIONAL DESCRIPTION:

• This module does not have complex circuitry or programming so using this module is very easy. We will construct a simple application circuit for understanding the module working.

• Connect positive +3.3V power to the module.

• Interface module to a microcontroller or ARDUINO using UART (Connect RXD of ESP to RXD of µC & TXD of ESP to TXD of µC).

• Download the libraries for the module from the internet. For ARDUINO, the IDE will have pre-installed libraries. If you do not have them just update the libraries from ARDUINO website.

• Write the program for setting up the baud rate and data exchange.