I want to make STBee communicate with ESP8266-wroom-02.
My connection is as follows:
(STBee is connected with my PC via USBcable.)
-----
VCC - STBee 3.3v
GND - STBee GND
GPIO0 - 3.3v pulled-up with 10k-ohms (HIGH)
GPIO2 - 3.3v pulled-up with 10k-ohms (HIGH)
GPIO15 - GND pulled-down with 10k-ohms (LOW)
RX - TX on STBee
TX - RX on STBee
However, ESP8266 doesn't work and gpio15 remains high(2.0v).
I know GPIO15 should be low(0v) for Flash Boot mode.
What should I do to make ESP8266 work?
Thank you in advance.