-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Description
Hi,
I have just picked up the ESP8266 and have managed to connect it to a network using serial AT commands. I need to be able to send a reasonable amount of data to a location on the network drive (I.E a shared area) preferably in a CSV format. The data is collected using an Arduino Uno using various methods, I will use the same Arduino to control the Wifi.
Is this possible? I have seen alot of tutorials on how to send/recieve data from/to websites, but not to a network drive. Sorry if this seems like a noob quesion..
The only way I can think of is to send the data to an SD card mounted to the Arduino and have an SSH client (PuTTY?) on a PC to listen to the ESP8266 and create the CSV to a mapped drive on the PC... if this is even possible..
Thanks alot!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.