This article explaind the various Boot Modes of an ESP8266 https://github.com/esp8266/esp8266-wiki/wiki/Boot-Process#esp-boot-modes
Category: ESP 8266
ESP8266 Reset Causes and Common Fatal Exception Causes
This article lists the various Reset causes of Esp8266 esp8266 reset causes and common fatal exception causes.pdf Here is a quick list based on Off’s work here http://www.esp8266.com/viewtopic.php?p=2096#p2112 reset causes: 0: 1: normal boot 2: reset pin 3: software reset 4: watchdog reset boot device: 0: 1: ram 3: flash
GPS Tracker Using NEO 6M and ESP-12
The below code outputs current co-ordinate and speed in km/hr . The code is a first draft and there are optimizations to be done. It uses a Ublox NEO 6M for the GPS module and an ESP-12 (of the ESP 8266 family) for the collecting the GPS data from the NEO 6M module, processing the… Continue reading GPS Tracker Using NEO 6M and ESP-12
ESP8266 Description and Details
ESP 8266 from Espressif is a wifi module with a microcontroller inbuilt. It is cheap and widely available on online stores. Previously the chip could be programmed using LUA only. Now the chip can be programmed using C and also using Arduino IDE. The best part about the Arduino approach is, the codes are similar… Continue reading ESP8266 Description and Details
ESP8266 Programming Using Arduino IDE
The ESP8266 can be programmed using the Arduino IDE. The best part is the codes are similar to Arduino. To start programming a ESP8266 using Arduino IDE follow the below steps Prerequisites Arduino 1.6.8, get it from Arduino website. Steps Start Arduino and goto File-> Preferences. In the “Additional Boards Manager URLs” Enter http://arduino.esp8266.com/stable/package_esp8266com_index.json (You… Continue reading ESP8266 Programming Using Arduino IDE