-->
Page 1 of 1

Connecting ESP8266 to FTDI UB232R chip

PostPosted: Tue Apr 04, 2017 6:53 am
by HS Shovel
Hello, I was wondering if anyone could help me get the ESP8266 Module to work using AT commands or the codewarrior software. I've set up 2 breadboards with an ESp module and an FTDI module where my aim is to get them to send information between the two.
(attached is a drawing of the connections)

So far i've messed around with AT+CWSAP, CWMODE, CIPSERVER, CIPAP AND CIPSTA but I can't get the modules to send information.
the information input so far on one chip is:
AT+CWSAP="CHIP1","ESP",1,0,4,0
AT+CWMODE=3
AT+CIPSTA="192.168.4.1"
AT+CIPAP="192.168.4.1"
AT+CIPMUX=1
AT+CIPSERVER=1
and then when I try CIPSEND it keeps saying either "ERROR, DSCONNECTED" OR "Link type ERROR, DISCONNECTED"

Any help would be much appreicated