I am currently using an Arduino Uno to log data from a push button input. Every time the push button is pressed, the Arduino logs a timestamp to an SD card locally connected to the board. Currently, I have to remove the SD card and pull the data to my PC manually. What I would like to do is, everyday at say 12:00 midnight, send the file on the SD to an internal network server.
I do not have any wifi or ethernet functionality in my system, but I have come across a number of posts discussing the use of an ESP8266 Wi-Fi Module. Before purchasing hardware and going through the hassle of programming/troubleshooting I would like some feedback on the feasibility of this idea.
My question, is this desired process of sending a file from the SD card to an internal network server possible, and if so, what hardware is needed to accomplish this task?
Thanks.