Export Data From Arduino To Excel Sheet

About the project

Have you ever wanted to make a system that records sensor readings for future analysis? If so, that's exactly what we're about to do.

Project info

Difficulty: Easy

Estimated time: 1 hour

License: GNU General Public License, version 3 or later (GPL3+)

Items used in this project

Hardware components

Arduino Uno - R3 Arduino Uno - R3 x 1
Tiny Breadboard Tiny Breadboard x 1
Resistor Network - 10K Ohm (6-pin bussed) Resistor Network - 10K Ohm (6-pin bussed) x 1
1Sheeld+ for iOS and Android 1Sheeld+ for iOS and Android x 1
Genuino Uno Rev3 Genuino Uno Rev3 x 1

Story

Many times I thought of a system that will track a sensor readings for specific time and save that data for future analysis after doing the same task for several days. So I made a system using Arduino and the amazing 1sheeld to save LDR readings in an Excel sheet and that is what we are going to do now.

LDR is an acronym for "light dependent resistor" as it's a resistance but its value changed with light in the environment. 1Sheeld is a platform for Arduino that allows you to tap into your smartphone's sensors and capabilities and lets you use them in your Arduino projects.

Schematics, diagrams and documents

graphic-01_I3Hw5E24GF.png

Code

Untitled file

Credits

Leave your feedback...