-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async web client #229
Comments
async client is a client which connects asynchronously. when you read the data you can read them by small buffers and do other things in between |
Do you have a sample code which can help me know it? This is my current code.
|
Is it possible to use the wifi to transmit data in background? |
the esp-01 does the WiFi and transmits the data over WiFi. so it is already in the background. |
Ok, but what I am trying to ask is if I give 250kb of data to it can it be sent without waiting for it to complete? As in the above code, I can record noise using tmrpcm without any interference. I can even run other code it will record in the background. Is it possible to share data like that? |
no |
I am working on a project where I need to send the data to server continously.
My current project contains Arduino Nano, SD card, ESP01.
The file size is roughly around 500-550 kB. Currently it works great, but i need to wait till the operation completes.
So missing 2-8 mins of recording samples. Need support to resolve this.
The text was updated successfully, but these errors were encountered: