First of all, I’m working with a mac.
Download arduino 1.6.7
Additional board manager:
http://arduino.esp8266.com/stable/packa ... index.json
Installed the FTDI driver.
Select Generic ESP8266 Module from Arduino->Tools
I connected my esp8266. See my picture how I connected it.
3.3V from a MB102 Breadboard Power Supply Module
VCC and CH_PD goes to + 3.3V
GPIO1 to GND when uploading a sketch
I Also connect the GND to the GND of the FTDI
TX RT and GND goes from esp8266 to ftdi
Uploading a sketch (like bare minimum) works great.
Then I disconnect the GPIO, so it’s NOT grounded anymore.
Open up serial monitor.
Also both NL & CR (newline and carriage return) is selected.
I only get text when it’s on 74880 baud and the esp8266 is powered on, but I only get a part of the information.
Like This:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
Then the information stops don't see "Ready"
Also AT commands don’t work.
Tried AT and AT/r/n and some other combinations, but no response.
How can i get the AT commands working and see a “ready” message in the serial monitor window.
Tnx, and hope i provided all the info.