ESP8266 Developer Zone The Official ESP8266 Forum 2017-09-20T04:28:59+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=4712 2017-09-20T04:28:59+08:00 2017-09-20T04:28:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4712&p=15870#p15870 <![CDATA[Simple data transfer between two ESP01 modules]]>
Thanks.

Statistics: Posted by Jamartox — Wed Sep 20, 2017 4:28 am


]]>
2017-06-04T23:37:55+08:00 2017-06-04T23:37:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4712&p=13685#p13685 <![CDATA[Re: Simple data transfer between two ESP01 modules?]]> BTW if one ESP is server at 192.168.4.1 (AP), then the client STA will be 192.168.4.2!
You can use CIPSERVER for starting web server on one of the modules. CIPMUX must be 1 for using server mode.

Yes, ESP8266 can handle upstream and downstream data well at the same time.

Statistics: Posted by Guest — Sun Jun 04, 2017 11:37 pm


]]>
2017-05-29T00:08:19+08:00 2017-05-29T00:08:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4712&p=13491#p13491 <![CDATA[Re: Simple data transfer between two ESP01 modules?]]>
I think bidirectional data transfer is more important than avoiding AT-commands. So I will use those AT-commands, probably helps in avoiding data loss and such too.

May I ask a list of the commands. Is it best to assign an fixed IP for them both. Then AP/STA. Then AT+CIPSEND and receiving. What about CIPMUX and CIPSERVER.

Is there 8266 device able to handle bidirectional traffic easily?

Statistics: Posted by MLsi — Mon May 29, 2017 12:08 am


]]>
2017-05-28T22:37:35+08:00 2017-05-28T22:37:35+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4712&p=13486#p13486 <![CDATA[Re: Simple data transfer between two ESP01 modules?]]> Set one module as AP and one as STA. Connect them.
Start UDP mode 0 on one and set to transparent transmission. Fir bidirect, you cannot do this though. Then you will need to work with AT commands for each data tx/rx operation.

Statistics: Posted by Guest — Sun May 28, 2017 10:37 pm


]]>
2017-05-24T22:32:52+08:00 2017-05-24T22:32:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4712&p=13373#p13373 <![CDATA[Simple data transfer between two ESP01 modules?]]>
I have two black ESP-01s with their original FW.
This is info about it:

Code:

 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0

2nd boot version : 1.4(b1)
  SPI Speed      : 40MHz
  SPI Mode       : QIO
  SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000

rl⸮⸮r⸮
Ai-Thinker Technology Co. Ltd.



The modules work all right. My router sees them, they see each other and so on. I can start a HTML server and so on them, but I want a simpler way to transfer data between. I have studied some web examples, but they seem to have data transfer between a computer and module.

Statistics: Posted by MLsi — Wed May 24, 2017 10:32 pm


]]>