-->
Page 1 of 1

Esp8266 White Development Board Drivers & how to program it?

PostPosted: Wed Apr 08, 2015 4:12 pm
by bnvs
Hi All, So I got a esp8266 white development board from ebay. its the one shown in this video right here.

This is also called ESP8266 SDK Development board with the esp-201 chipset.

https://www.youtube.com/watch?v=8IGb86t_KLw

So when I hook it up on my windows 7 64-bit PC through USB. The board lights up as it should and I get a USB 2.0 on device manager. But I cannot find out what drivers I need to use to start interfacing with this board?

I know I might be missing something..So can you help? What do I need to do next to get this working? What drivers do i need to install etc?

BTW I did try searching everywhere for this info through google but i got no luck. Please help.

Thanks :?

Re: Esp8266 White Development Board Drivers & how to program

PostPosted: Wed Apr 08, 2015 4:27 pm
by colinmeikle
You need the CH340G drivers installed
more information here
http://myesp8266.blogspot.ro/2015/03/ot ... board.html
http://scottsnowden.co.uk/?p=393

It's a great board,

Regards,

Colin

Re: Esp8266 White Development Board Drivers & how to program

PostPosted: Thu Apr 09, 2015 9:06 am
by bnvs
Yes downloading the CH340G drivers for my machine worked.

After this here some other things we need to do to make it work for others who are struggling like me.

You have to put the 1 (or R pin) to ON to make it recognize the chip and start talking to it. Once this started talking I updated my module to the latest NodeMCU firmware. BTW once you upload to NodeMCU I believe the AT commands stop work with that firmware. I think normal programing works after that. Still exploring this stuff.

FOR FIRMWARE UPDATE: To put the chip set in firmware update state you need to either press the S2 button while turning the board ON or pull the 8(or K2) pin ON to update the firmware. Also insure you pull 8(or K2) pin it back down after the firmware is updated.