Getting started with Programming ESP8266- ESP07 modules
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8TsFqvauJNkJyu7jzVH_Uj_TNpykUSnbH3NkXe7hr-tc3F3eg_NRIYJo0EA1U6Eaep5sRDS6NMIbYqJLV1DXrwCi4mxkBm8p5XCyV0n6xTtxBA9TRb4OtQZKeabxA8AY9awPD2H1JaRLo/s320/IMAG2404.jpg)
Recently I had to use esp8266 modules to do my research on wifi radio tomography. To program them was a challenge because of my lack of knowledge in electronics. It was very new to me and I got a huge support from my research supervisor and research lab friends to do this. Below are the steps I followed and reference I used to understand and program. Specifications: Linux Ubuntu version 14.04 Arduino 1.6.8 Steps to follow: 1. Download and install Arduino To install and start with Arduino on linux, this is good link-> arduino 2. Start the arduino IDE. Open 'preferences' from file menu. Enter this text/link in the field -> http://arduino.esp8266.com/stable/package_esp8266com_index.json 3. Open 'board manager' from Tools->Board menu and search for esp8266 platform. Install it. 4. Select "Generic ESP8266 Module" from Tools-> Board, and select the following settings. Flash Frequency: 40MHz CPU Frequency: 80MHz U...