Re: [Tinyos-help] serial line replacement using two motes?

2011-07-26 Thread Eric Decker
Huh? First you talk about a serial line replacement and then you talk about about using the serial forwarder. I'm confused as to just what exactly you are talking about. So I think what you are talking about is something like PC serial --- mote radio --- mote --- serial --- P

[Tinyos-help] serial line replacement using two motes?

2011-07-26 Thread steve
Hello, I would like to create a serial line replacement between 2 PCs using 2 motes. Can anyone suggest a way? I was think of something like a serial forwarder attached to each of the PCs Thanks Steve ___ Tinyos-help mailing list Tinyos-help@millennium

[Tinyos-help] Logstorage problem on mica2 motes

2011-07-26 Thread Vamsidhar Addanki
Hello everyone, I'm developing an application in tinyos 2.x on ubuntu , which has very frequent calls to the LogStorage component during its runtime to store data. I've noticed that the application works fine on micaz motes but behaves abnormally on mica2 motes. In mica2 motes the "call LogW

Re: [Tinyos-help] Loading / saving a array of uint8_t at micaz/iris nodes

2011-07-26 Thread Jakob Bieling
On Jul 26, 2011, at 6:27 PM, Michael Schippling wrote: > I don't know if there is any erase of external EEPROM done > when a device is programmed, so the contents _might_ persist > across new downloads and thus you would only have to do > the message thing once. It does indeed persist, at least

[Tinyos-help] help tymo

2011-07-26 Thread euchi Manel
Hi, I want to use tymo and integrate it in my application. Can any one tell me what is the steps to do to integrate tymo. thanks in advance for help ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-b

Re: [Tinyos-help] Loading / saving a array of uint8_t at micaz/iris nodes

2011-07-26 Thread Michael Schippling
From my reading of the referenced page it looks like the xml file is used to define storage areas -- like files -- in the external EEPROM, but it doesn't address initializing the contents prior to running your program. You could implement a message to send and store your key. I don't know if ther

Re: [Tinyos-help] L operator in timers

2011-07-26 Thread Michael Schippling
You forgot to mention that big-endian numbers are MUCH easier to read in hex, and even octal, dumps... I rue the day intel decided to one-up motorola and go little-ended. Computers will never be connected to one-another after all... Between that and the incredibly stupid p.match over CR/LF I'll be

Re: [Tinyos-help] Want to buy TPR2400CA, TPR2420CA telosb motes

2011-07-26 Thread Ramana Reddy
Hi, Thanks for your reply, Yaa, I have seen the cost of TPR2400CA - TELOSB MOTE $ 69.00 and TPR2420CA - TELOSB MOTE W/ SENSOR SUITE $ 110.00 But the distributor telling the following price: TPR2400CA : Unit price with discount Rs. 10,300/- TPR2420CA : Unit price with discount Rs. 14,150/- It s

Re: [Tinyos-help] Want to buy TPR2400CA, TPR2420CA telosb motes

2011-07-26 Thread Manjunath Doddavenkatappa
You need to buy them from the MEMSIC's distrubutor for your region. To figure out who is the distributor, have a look at following webpage http://www.memsic.com/support/ordering-information.html Manjunath D ##

[Tinyos-help] Want to buy TPR2400CA, TPR2420CA telosb motes

2011-07-26 Thread Ramana Reddy
Hi, I need info regarding where to buy telos motes. Can we order online. If anyone knows the url, please post that. Thanks, Ramana ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listin

[Tinyos-help] Loading / saving a array of uint8_t at micaz/iris nodes

2011-07-26 Thread Markus Niedermann
Hey! Im using tinyos 2.1.1 at micaZ and iris nodes. I use ECDH to get a secret key for a symmetric encryption between nodes and with the PC. For saving time, I pregenerate my public / private keys at the PC. First, I hard-coded them as uint8_t- arrays in the code. The configuration is should be i

Re: [Tinyos-help] Weird temperature measurements on telosb

2011-07-26 Thread Geo Gkolfin
I am using an external sensor, this one: http://www.advanticsys.com/ds1000.html At "documents" I can see the DS1000 datasheet, and at the last page there are the conversion formulas, but there is not a f(milliVolts)=Celsius. I do not know how to use the formula with the resistance (R) values. _