Im trying to use the esp8266 e12 wifi module with an arduino mega board. I connected pins as follows:
esp GND -> ard GND
esp VCC -> ard 3.3V
esp TX -> ard RX
esp RX -> ard TX
esp GPIO15 -> ard GND
i used the wifi test code from arduino IDE but it I keep getting 'AT+RST module has no response' and the module's light flashes once when the code compiles. how can i fix this?
thank you in advance