Introduction to ESP8266
Struggling to get ESP8266 connected? In this series of articles I’ll share my experience with ESP8266 to help you get over the struggle. What is ESP8266 and why should you use it? The ESP8266 Wi-Fi Module is a chip which contains an independent system with an integrated TCP/IP stack that gives the Micro-controller access to your Wi-Fi network. It is used to host applications as well as for many other Wi-Fi functions. These modules are pre-programmed with firmware which includes a set of AT commands. Coded AT commands will give Wi-Fi connectivity to the prototype Power consumption is comparatively low and the module can also be used under a temperature range of 40°C to +125°C Most importantly it’s low cost. But it does a great amount of work for you. It’s impressive how it adds Wi-Fi functionality to your project prototype using a simple UART connection. Guess what? It is compatible with Arduino IDE! I was much interested in Arduino coding when I started ...