ESP8266 Developer Zone The Official ESP8266 Forum 2019-01-29T17:26:03+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=24890 2019-01-29T17:26:03+08:00 2019-01-29T17:26:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=24890&p=37093#p37093 <![CDATA[Re: How does transparent transmission mode work?]]> Statistics: Posted by Her Mary — Tue Jan 29, 2019 5:26 pm


]]>
2018-12-20T17:53:17+08:00 2018-12-20T17:53:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=24890&p=36078#p36078 <![CDATA[Re: How does transparent transmission mode work?]]> Statistics: Posted by Her Mary — Thu Dec 20, 2018 5:53 pm


]]>
2018-12-16T18:33:05+08:00 2018-12-16T18:33:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=24890&p=36029#p36029 <![CDATA[How does transparent transmission mode work?]]> Is someone able to tell me how transparent transmission mode sends data? The documentation (https://www.espressif.com/sites/default/files/documentation/4a-esp8266_at_instruction_set_en.pdf ) states there is a 20ms delay between transmission and the maximum bytes sent will be 2048 bytes. Does this mean there is a packet sent every 20ms and the packet that is sent is whatever is in the buffer at the time up to 2048bytes?

If this is the correct thinking, my project requires sending a 7 byte packet every 4ms from an Arduino to an android phone via an ESP8266 (ESP-01) WIFI connection. So using this theory if I send a value (7bytes) every 4ms to the esp8266 then there should be 35bytes sent every 20ms and if I sample the android receive buffer every 20ms then I should find 35 bytes on this buffer. Is this the way the transparent transmission mode should work?

Statistics: Posted by Guest — Sun Dec 16, 2018 6:33 pm


]]>