SparkFun Forums 

Where electronics enthusiasts find answers.

For the discussion of Arduino related topics.
By CMStrawn
#118254
I have a barometer hooked up and running. The issue I am having is that every time you turn it on or hit reset you need to recalibrate it. Is there any way to save data onto the board so that after reset or turn on it runs up the program and then grabs the saved data as well?

I'm using the Arduino Duemilanove board and the data I need to save is in the form of a double.

Any help would be appreciated, it's for a class project.

Thanks.
By rrc1962
#118316
That's cool. I've saved that link for later use. I'm actually doing a project now were I store a configuration file on the SD card. This has to be on an SD card because the end user needs to be able remove the card and modify the file.