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
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.
Leave your feedback...