Re: [Tinyos-help] Storage for Telosb in TinyOS 1.x

2009-10-28 Thread David Conde
-help] Storage for Telosb in TinyOS 1.x RAM is RAM, you use it all the time for the program variables. EEPROM can be accessed with the InternalFlash component, but you probably don't want to use it for data logging -- small and slow. Program Flash is what gets set when you download a program a

Re: [Tinyos-help] Storage for Telosb in TinyOS 1.x

2009-10-28 Thread Michael Schippling
RAM is RAM, you use it all the time for the program variables. EEPROM can be accessed with the InternalFlash component, but you probably don't want to use it for data logging -- small and slow. Program Flash is what gets set when you download a program and is probably not appropriate for data log

[Tinyos-help] Storage for Telosb in TinyOS 1.x

2009-10-28 Thread David Conde
Hi, I would like to know the different components to store date in Telosb motes using TinyOS 1.x. In Telosb datasheet I saw that there are different type of memories like RAM, EEPROM, and Measurement Serial Flash and Program Flash Memory. Which one should I use to save data before sending them