30.Home Automation - 04



As mentioned in the previous post , in this post I'll show you how to upgrade the firmware of the ESP8622 wifi module.
To do this first we need to download the firmware.We can download the firmware from below link.


Then we need to connect the GPIO0 pin to the GND.
  Then open the downloaded flasher file. 


Then as above image,

  • Select the downloaded firmware by clicking the "Bin" button 
  • Type the port number
  • Upload the firmware to the module bu clicking the "Download" button 


After that you can see the data writing to the module by blinking blue color led in the module.

 Then the downloading will stop from the 99% , in that time we need to close the flasher & disconnect the GPIO0 pin from the GND.

Then open the Arduino IDE , and select the COM port.Then open the serial monitor and set the baud rate to 9600/115200.Then type the command as "AT+UART_DEF=9600,8,1,0,0" and hit the enter button.This will change the baud rate into 9600 of the module.


In next post I'll show how about NRF24L01 RF module.

 

Related Posts:

  • 29.Home Automation - 03 In this post I'll show you about the ESP8622 wi-fi module & how to configure the ESP8622 wifi module.In here we are using the esp-01 version.Wh… Read More
  • 32.Home Automation - 06 In this post I'll show you about the I2C OLED display. This display is use to get the IP address of the control unit.This display comes in m… Read More
  • 31.Home Automation - 05 In this post I'll show you about NRF24L01 RF module & how it works.  This module we are using to connect the main control unit with … Read More
  • 30.Home Automation - 04 As mentioned in the previous post , in this post I'll show you how to upgrade the firmware of the ESP8622 wifi module. To do this first we need… Read More
  • 33.Home Automation - 07 In this post I'll show you about the shift registers.As the shift register I'm using here 74HC595 IC. Basically shift registers are use to ex… Read More

0 comments:

Post a Comment