[Tinyos-help] Help on multichannel reading from a mote

2013-10-01 Thread Rahul Ashok
Hi, As part of a project, I would like to get all the sensor readings from all the nodes and push all the data to database. I am able to read single sensor values (Light or Temperature) on the Oscilloscope app. But how to read multiple values? I am new to TinyOS, so any help is appreciated. Th

[Tinyos-help] Packet length zero

2013-10-01 Thread Modi, Jenis
Hi , I am using an application to send packets from Radio To Serial. I am broadcasting messages. When I read motes using Java Listen class, sometimes I receive packet length as zero and packet counter repeating itself. What could be the problem? I get data something like this: 00 FF FF FF 01

Re: [Tinyos-help] Printf error

2013-10-01 Thread João Amaral
I declare both components PrintfC and SerialStartC, define NEW_PRINTF_SEMANTICS and include "printf.h". -- View this message in context: http://tinyos-help.10906.n7.nabble.com/Printf-error-tp23339p23571.html Sent from the TinyOS - Help mailing list archive at Nabble.com. ___

Re: [Tinyos-help] Printf error

2013-10-01 Thread wasif masood
how is your wiring? coz I guess in the 2.x, you also need to declare PrintC component! On Tue, Oct 1, 2013 at 12:53 PM, João Amaral wrote: > I myself also am experiencing this exact same error. > > I am able to use printf() and run PrintfClient utility without problems if > I > use it in a dumm

Re: [Tinyos-help] Printf error

2013-10-01 Thread João Amaral
I myself also am experiencing this exact same error. I am able to use printf() and run PrintfClient utility without problems if I use it in a dummy application, but when I try to use it in my application using BLIP I get this exact error. I've tried commenting out instruction "#include "blip_print