Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 930 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 930 Bytes

Datalogger to Dropbox with Yun

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.

Schematic

Links

Project page : Yun Datalogger to Dropbox

Instructable : Yun Datalogger to Dropbox