I am trying to figure out what is going on with esp12 module.
Basically, i have:
GPIO2 pulled high
GPIO15 pulled low
CH_PD pulled high
RESET pulled high with a push button to ground
GPIO0 pulled high with a push button to ground
the problem I am having is that the module never exits boot loader mode, i can just keep uploading from arduino IDE without having to push the push buttons (and the program never runs). The issue is that even though I have a pullup on GPIO0, i only get 1.9v from that pin to ground ( expecting 3.3)
I must be doing something wrong but i cant grasp it. Any help would be appreciated.