Re: ESP-WROOM-32 AT commands firmware
Posted: Fri Feb 10, 2017 10:34 pm
Hi again 
May I ask you the another question?
I`m trying to make comunication between two modules of ESP ( ESP<->ESP ). Actually I need to make comunication between two AVR.
I need to get the data string through UARTs - Is it possibile ?
What trasmission mode should I set?
I need to use AT commands.
I`m trying to set ESP as a two servers and send data between them.
AT+CWMODE=3
AT+CWJAP="ESP_2CB220", // First ESP connect to another one
AT+CIPMODE=0 // both
AT+CIPMUX=1 // both
AT+CIPSERVER=1,80 // both set as a server
AT+CIPSEND=0,30 // sending data
Many thanks
May I ask you the another question?
I`m trying to make comunication between two modules of ESP ( ESP<->ESP ). Actually I need to make comunication between two AVR.
I need to get the data string through UARTs - Is it possibile ?
What trasmission mode should I set?
I need to use AT commands.
I`m trying to set ESP as a two servers and send data between them.
AT+CWMODE=3
AT+CWJAP="ESP_2CB220", // First ESP connect to another one
AT+CIPMODE=0 // both
AT+CIPMUX=1 // both
AT+CIPSERVER=1,80 // both set as a server
AT+CIPSEND=0,30 // sending data
Many thanks