So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By HS Shovel
#64596 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
You do not have the required permissions to view the files attached to this post.