I'm busy on a project that reads out a mma8451 accelerometer every 50ms. What I would like to accomplish is a esp8266 that reads out the mma8451 buffers it's data and sends it somewhere when a wifi connection is available. I would be logging for about 5 minutes and then I have a wifi connection available for about 1 or 2 minutes. Then again some data collection and so on....
Is it possible and how much available memory I have for storing the data assuming a nodemcu v3 or a esp8266 esp12 module.
It's not possible in my setup to have the Wi-Fi available full time because it's a moving/mobile application. Think of a bus that collects data and only have wifi at the bus stops..