I got a ESP-12-F off from aliexpress, and started hooking it up, to see if I could get some info out of it (with AT commands)
Unfortunately, I'm unable to get any response at all. I use a FTDI module and a LM1117T to hook it up (used them with the ESP-01 too).
Ik hooked it up this way:
vcc --> 3.3v
gnd --> gnd
EN --> vcc (The older models have a ch_pd, I'm guessing this is the same)
GPIO15 --> gnd
tx --> tx of ftdi
rx --> rx of ftdi
I left the rest of the pins floating.
When I power it on, I see the blue led flashing briefly, but no info on the serial monitor, except for one character like ü
I've tried a different power supply (a MB102) and powering it through the FTDI module, but to no avail.
I've also tried using putty to see if it would give me anything, but nothing came out.
Any idea where I'm going wrong?
Edit: One thing to note is that I do see a wifi network called AI-THINKER_0B5A71 as soon as I power the module on. So at least the module does not seem to be dead...