MicroSD Log Data - Altimeter Project
aparis1983
Posts: 22
I finished an altitude & temperature display project based on specifications that I found at http://hackaweek.com/hacks/?p=1021
Now, I'm trying to have the data logged in a MicroSD card. I've tried a few different things that I found on the tutorials but I still can't get any data into the card. Does anyone know of a simple code that I can add to what I already have in order to log data? Attached is the spin code that I'm using for my currently functional altitude & temperature project along with a diagram. My level of expertise? Complete novice. Please help!
Now, I'm trying to have the data logged in a MicroSD card. I've tried a few different things that I found on the tutorials but I still can't get any data into the card. Does anyone know of a simple code that I can add to what I already have in order to log data? Attached is the spin code that I'm using for my currently functional altitude & temperature project along with a diagram. My level of expertise? Complete novice. Please help!
Comments
Would you mind sending me some code for SD data logging? I'm a little stuck as to how to do this.
Greatly appreciate it.
oops. Thanks for reminding me. Senior moment - sorry. I'll dig that stuff out and send it to you tonight or tomorrow.
Rich
It is just a case of substituting your altitute variables instead of the temparature/dewpoint/humidity variable i used.....
.... hope this steers you in the right direction ...G
Attached is a section of the code I have been using on high altitude balloon flights that deals with the altimeter and SD card. Let me know if this is enough to get you going.
BalloonCodeExample.spin
Rich