?? on power consumption, but you can write a file to the Telit’s internal memory (advised against by Telit due to limited # of write/deletes). I have done this and stored sensor readings just to see if I could. I am wanting to keep a running average of a sensor and would like to save to external memory without adding my Arduino back on. Its rumored that there is an SD card library (using SPI I take it). This is mentioned on Telet’s forum, Roundsolutions.com and on the Sparkfun forum. Sparkfun tech support is trying to get me info on this but no luck yet. If I hear more I’ll let you know.
f1fan3584:
?? on power consumption, but you can write a file to the Telit’s internal memory (advised against by Telit due to limited # of write/deletes). I have done this and stored sensor readings just to see if I could. I am wanting to keep a running average of a sensor and would like to save to external memory without adding my Arduino back on. Its rumored that there is an SD card library (using SPI I take it). This is mentioned on Telet’s forum, Roundsolutions.com and on the Sparkfun forum. Sparkfun tech support is trying to get me info on this but no luck yet. If I hear more I’ll let you know.
That sound quite cool. I actually do have a SD card logger for my arduino but it would be nice to do it directly from the Telit.
I have also read about the recommendation not to use the telit as a datalogger.
Do you know how many read/write/delete cycle it will take ?
f1fan3584:
Telit forum lists # of cycles as 100000. I got the python sd card library from Sparkfun today, so I’m looking forward to trying it.
well 100.000 is not a lot if it’s used as a datalogger. However i only need to store one position every time i activate the tracker. So after all it might be ok for me…
Call or email Sparkfun’s tech support, I believe John at Sparkfun’s helped me. Also, I recommend getting on Telit’s forum, there has been some discussion of this as well with some users implementing it. I have the Python library now, but not time to work on it.