ESP8266 Developer ZoneThe Official ESP8266 Forum2017-07-06T22:07:14+08:00https://bbs.espressif.com:443/feed.php?f=16&t=51092017-07-06T22:07:14+08:002017-07-06T22:07:14+08:00https://bbs.espressif.com:443/viewtopic.php?t=5109&p=14428#p14428Statistics: Posted by Guest — Thu Jul 06, 2017 10:07 pm
]]>2017-06-17T04:53:02+08:002017-06-17T04:53:02+08:00https://bbs.espressif.com:443/viewtopic.php?t=5109&p=14002#p14002Statistics: Posted by Jan Kijonka — Sat Jun 17, 2017 4:53 am
]]>2017-06-16T22:14:07+08:002017-06-16T22:14:07+08:00https://bbs.espressif.com:443/viewtopic.php?t=5109&p=13996#p13996Doesn't your host MCU have enough RAM to store 2048 bytes?
This is also possible to implement using nonOS or RTOS SDK for the ESP8266 or by adding custom AT commands.
Statistics: Posted by Guest — Fri Jun 16, 2017 10:14 pm
]]>2017-06-14T02:54:27+08:002017-06-14T02:54:27+08:00https://bbs.espressif.com:443/viewtopic.php?t=5109&p=13937#p13937 I would like to transmit some measurement data of signals in real-time. The signals are sampled with a 1 ms sampling period. I would like to send 2048 Bytes (one data packet) every 500 ms. Has the ESP8266 a double buffer (2x 2048 Bytes) ? The idea is to fill one buffer countinuously (with 1 ms period) until it is full, then switch the buffers and countinuously fill the second buffer without any lost of samples. The prepared filled buffer should be signalized by some flag and it should be transmitted after reception of some data request from a router. The Modem should be in sleep mode between the 500 ms intervals to save the battery life.
Thank you for your suggestions of implementation.
Statistics: Posted by Jan Kijonka — Wed Jun 14, 2017 2:54 am