I'm trying to make a ESP-03 module to work but something is not working as expected.
This is my wiring:
CH_PD -> VCC
GPIO15 -> GND
TX,RX -> RX,TX on FTDI232
I'm powering up using a 9 volt battery and a LD33CV regulator.
When I try to communicate with the module I just receive gibberish no matter the baudrate I select. If I send commands I just receive the command I sent (echo). But it seems that the module is somehow working since I can see a new open AP in the air called "AI-THINKER_9C0E4F". I can connect to it and it will reply pings to 192.168.4.1 but no open ports.
If I set GPIO0 to GND I receive less gibberish and no AP in the air. Esptool refuses to connect.
I tried GPIO2 to VCC with no changes.
Tried GPIO16 to GND for a second (to reset?) but doesn't seem to reset the module.
Any advice? This is driving me nuts!
Thanks in advance