[Tinyos-help] Distance Calculations with RSSI

2011-06-14 Thread Matthew Jacques
time of the message in the other node this would be a pretty inaccurate way to do it. Is that even worth trying? Thanks, Matthew Jacques ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman

Re: [Tinyos-help] Distance Calculations with RSSI

2011-06-15 Thread Matthew Jacques
relativity reliably localize nodes that are 1-3 meters from each other? Thanks so much, Matthew Jacques On Tue, Jun 14, 2011 at 6:05 PM, Michael Schippling wrote: > search for "rssi location" and various other combinations. > there has been a lot of work done on this, and none

[Tinyos-help] Floats on Micaz Mote

2011-06-16 Thread Matthew Jacques
couldn't find for sure if floats are supported on the MicaZ platform. Am I just doing something wrong in my code or can these motes not handle floats/doubles? Thanks, Matthew Jacques ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Reading from File

2011-07-14 Thread Matthew Jacques
Hello, I am trying to do some complex calculations using my MicaZ motes and I need to store large amounts of data to do this. The problem is that the mote doesn't have the space to fit all of the data I need. I know that I can write data to a text file from the mote (by modifying the tinyos Print