i know there is on web tons of information how to connect ESP8266 board to Arduino or someTTL UART board, but there are different opinions and tutotials and most of them doesnt work. Basic connection is:
arduino/TTL board <==> ESP8266
GND <==> GND
RT<==> TX
TT<==> RX
VCC (3,3V) <==> VCC
When I connect only this 4 pins, red led is turn on and my system recognize there is something connected on new port, but serial communication is not available (because CH_PD pin is not connected). But when i connect CH_PD to VCC 3,3V red led comes off and also device disappear from device manager. (actually this worked for me for about half of hour, but then it stopped working). I have read I need to connect all these (CH_PD, RST, GPIO0, GPIO2) pins to VCC. On other page i read I cant connect any GPIO to VCC because by default is GPIO set to digital output. I found also comment i need just connect GPIO to GND. Long story short...i found a lot if different hints which are saying opposites to some other hints/tutorials. Can someone please explain how it should be connected and why, I dont want to break ESP board because of some wrong tutorial. It would be really helpful for other newbies like me which are lost in all not working tuts. Thank you all for any reply.
ps: i dont use power converter because i use 3,3V arduino, or 3,3V TTL UART (what i have read so far its not needed)
thanks
Lubo