I'm having a strange problem that seems to be consistent across all the modules I try (4 from two different sellers) so I think the problem must be me! These all have the two LEDs, the blue TX LED and the red power LED.
Basically, the board only prints anything on the serial line when it starts up after a reset, or when I touch the CH_PD pin to ground then back to 3.3V. There's no response to AT commands at all, whether typed into the terminal or sent from an Arduino.
ets Jan 8 2013,rst cause:1, boot mode:(3,7)
load 0x40100000, len 24444, room 16
tail 12
chksum 0xe0
ho 0 tail 12 room 4
load 0x3ffe8000, len 3168, room 12
tail 4
chksum 0x93
load 0x3ffe8c60, len 4956, room 4
tail 8
chksum 0xbd
csum 0xbd
Plus what is really weird is that the serial prints at 76.8K Baud! It cannot be read at either 115.2K or 57.6K which is very strange and I can't find any instance of this happening on other sites. I even wrote a program that stepped through all Bauds in 400b increments starting from 2400 all the way to 150K to see if they'd get any response and there was none.
I'm using a typical FTDI Converter with a separate +3.3V supply pumping out around ~145mA when this thing is just sitting there. When I pull down the CH_PD or RESET pins, the current draw drops to ~45mA.
I've consulted about a million tutorials at this point and since I can get data from it at least at the start I know my serial lines are hooked up to the correct pins. Does anybody have any ideas?
Thanks - this is driving me crazy I want to play this soooo badly.