-->
Page 1 of 1

Upload multiple files to Nodemcu for writing to micro sdcard

PostPosted: Sun Dec 22, 2019 6:12 am
by Huynh Huu Hieu
Like the title, which module should I use to do that?

Re: Upload multiple files to Nodemcu for writing to micro sd

PostPosted: Wed Dec 25, 2019 5:51 am
by marcelstoer
https://nodemcu.readthedocs.io/en/latest/modules/net/ is your friend but don't underestimate the challenge. Maybe a Lua HTTP server module like https://nodemcu.readthedocs.io/en/lates ... ttpserver/ would be a better start.