Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By sertaylan
#47884 Hi everyone! i'm studying on a project that stores some values per minute. Each line has 35 characters. I want to look up the stored data over wifi webserver via ESP-01. I tried AT firmware, it works fine but very slow. Because esp has to wait 20milis between AT send commands and each send command lines shouldn't be over 1024 characters. I have over 50,000 characters for a day. This takes so much time.

I also tried nodemcu firmware but it's slow too. However I'm wondering if could download TXT file from sd via nodemcu. I mean, is there a way to pull txt file from <arduino SD> with esp lua script? I couldn't understand lua scripting so much. waiting for your help. thanks...

(By the way I'm using software serial, 9600 baud rate. )