[Tinyos-help] Fwd: Re: WHAT ARE THE UNITS OF LIGHT SENSOR READINGS THAT MY MICAZ/IRIS MOTE CAPTURES ON PC TERMINAL?

2013-06-26 Thread Saeid Yazdani
-- Forwarded message -- From: Mamta Bucha mmtb...@gmail.com Date: Jun 26, 2013 7:16 AM Subject: Re: [Tinyos-help] WHAT ARE THE UNITS OF LIGHT SENSOR READINGS THAT MY MICAZ/IRIS MOTE CAPTURES ON PC TERMINAL? To: Saeid Yazdani sy.kal...@gmail.com Cc: hi, i have checked the sensor's

[Tinyos-help] RSSI Values

2013-06-26 Thread Nagendra Chowdary
Hello All, We are trying to get RSSI Values using the source RSSI Demo given in the tutorials in the TinyOS. We installed RssiBase Program on a mote and SendingMote on other mote. We are able to send the packet but to get RSSI values we need to run a java program(RssiDemo.java) we ran but it says

[Tinyos-help] AVR Dude error

2013-06-26 Thread Nagendra Chowdary
Hello All, I am using Tinyos-2.1.2 and MIB520 programming board with IRIS motes. When I am trying to install a program I am getting the following error. avrdude: can't open device /dev/parport0: No such file or directory. avrdude: failed to open parallel port /dev/parport0 I have seen the

[Tinyos-help] help regarding rpl

2013-06-26 Thread lav sharma
does BLIP supports Tinynode..if i want to work on TinyOS with Tinynode...what should I do?? thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] RSSI Values

2013-06-26 Thread Sarra Sarah
Hi, See this link maybe that will help you: http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder_%28TOS_2.1.1_and_later%29 try to write java RssiDemo.java -comm serial@/dev/ttyUSBx:shimmer If you use other plateform instead of shimmer you can change it

[Tinyos-help] Can't forwarding data from serial port

2013-06-26 Thread Sarra Sarah
Hi, I have a problem when i want to forward data from serial port, i tried with TestNetwork, TestSerial, Blinktoserial .. but i couldn't see data. I did this: java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB1:shimmer and i had this: serial@/dev/ttyUSB1:115200: resynchronising but no data.

Re: [Tinyos-help] Can't forwarding data from serial port (Sarra Sarah)

2013-06-26 Thread He Dajiang (I2R)
For TestSerial and Blinktoserial, the mote application send packet through radio instead of serial port. If you connect the motes with those two apps with your computer, u cannot see anything. In order for you to see the packet in computer, you need to flash the BaseStation application to a

Re: [Tinyos-help] Can't forwarding data from serial port (Sarra Sarah)

2013-06-26 Thread Sarra Sarah
Sure i did that, i followed all step and use basestation for that. I skipped those details Le jeudi 27 juin 2013, He Dajiang (I2R) a écrit : For TestSerial and Blinktoserial, the mote application send packet through radio instead of serial port. If you connect the motes with those two apps