A project to use the Arduino Yun as a datalogger that logs to Dropbox. This example is extended from the Yun Datalogger tutorial .
For this example, the Yun reads three sensors, saves them in a text format on the SD card, and uploads the same file to Dropbox.
The Arduino Sketch in this example calls the Python script to upload the file with the logged data. The Python script makes use of the Dropbox Python Core API for the upload.
Project page : Yun Datalogger to Dropbox
Instructable : Yun Datalogger to Dropbox