Hi Michael,

Thank you for your answer.

It was just what I needed to know.

Regards



-----Mensaje original-----
De: Michael Schippling [mailto:[email protected]] 
Enviado el: miƩrcoles, 28 de octubre de 2009 18:11
Para: David Conde
CC: [email protected]
Asunto: Re: [Tinyos-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 and
is probably not appropriate for data log as well.

Serial Flash is for data logging. I think the PageEEPROM
component is the access method, but I haven't used it.

MS


David Conde wrote:
> 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 via RF? Which TinyOS 1.x components are relate to 
> each kind of memory?Does it exist any example about it for TinyOS 1.x?
> 
>  
> 
> Thanks in advance
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to