I don't remember exactly what the telosb implmented but there is some small eeprom stuff that is on the board. See the schematic<http://webs.cs.berkeley.edu/tos/hardware/telos/telos-revb-2004-09-27.pdf>. There is an off chip Flash EEPROM U5, M25P80. I know it has been implemented but I don't know what the details are. You will have to poke around in the source code to see how it is wired in.
That would be the simplest way to store persistent values. As far as how all this works... Take a look at the Storage Lesson<http://docs.tinyos.net/tinywiki/index.php/Storage> on the docs wiki. On Fri, Sep 14, 2012 at 8:01 PM, Han Bin <[email protected]> wrote: > > Dear all, > I'm working on designing a protocol on telosb mote using TinyOS 2.1 and > deploying a sensor network of 30 nodes. All nodes need to send data packets > upto the Sink (center) via multi-hop network. Now I want to get the result > of each node (such as number of packets sent/received/forwarded, etc.) > after > testing. The statistic information can be calculated at each node. I heard > that we can save this information into mote's flash and get it after > testing > by using some specific command. Could you please show me how to do this > task? it's urgent for me. > Any help would be appreciated. Thank you very much! > > Best regards, > Han Bin > -- > View this message in context: > http://old.nabble.com/Data-Logging-with-Telosb-tp34435696p34435696.html > Sent from the TinyOS - Help mailing list archive at Nabble.com. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
