[Tinyos-help] How to calculate RSSI value in IRIS

2013-07-14 Thread Hemant Patel
Hello, I want to calculate RSSI value in IRIS mote. I am using BlinkToRadio Application. So please tell me what changes should i make in my code to get the RSSI value. Thanks in advance, Regards Hemant Patel ___ Tinyos-help mailing list

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

2013-07-14 Thread Adam Renner
My notes indicate that this worked for me when I was testing Shimmer serial communication: $ java TestSerial -comm serial@/dev/ttyUSB1:115200 But I believe that you can also just use a typical serial console and printf statements as in TestPrintf. ___

[Tinyos-help] Determining the types of sensors available to a mote

2013-07-14 Thread Aaron Walden
Hello, I'm fairly new to the world of TinyOS and I'm wondering if it's possible for a mote (an IRIS mote, in this case) to run code which will determine the types of sensors it has available for sampling. Obviously you would normally be aware of your mote's capabilities, but in the scenario I'm

[Tinyos-help] TinyOS - TMote not works

2013-07-14 Thread alessia...@libero.it
Hi, I’m new of TinyOS and my sensors tmote sky not works. I used a virtual machine VirtulBox that I took from the web site: http://systembash.com/content/ubuntos-ubuntu-9-10-tinyos-2-x-virtualbox-image/ On this virtual machine it's installed TinyOS 2.1.0 on Linux Ubuntu 9.10.

[Tinyos-help] Need help-Regarding saving sensor data

2013-07-14 Thread Bhagyeshwari Chauhan
Hi Please let me know how can I save my sensor data readings from telosb into a text file? PFA the code I have been using. But it only displays the sensor readings on the serial port terminal in ubuntu. I need to take say around 1000 light sensor readings and save it in a text file. Please help me

[Tinyos-help] RSSI value calculation for IRIS

2013-07-14 Thread Hemant Patel
Hello, I want to calculate the RSSI value for the signal received from transmitter IRIS mote to receiver IRIS mote. I have modified BlinkToRadio code to communicate between transmitter and receiver. So what changes will i have to make in my BlinkToRadio.nc , BlinkToRadio.h and

[Tinyos-help] IPSN 2014 Call for Papers

2013-07-14 Thread Shaojie Tang
The 13th ACM/IEEE International Conference on Information Processing in Sensor Networks Preliminary Call for Paper April 15-17, 2014, Berlin, Germany URL: http://ipsn.acm.org/2014/ The International Conference on Information Processing in Sensor Networks (IPSN) is a leading, single-track, annual

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

2013-07-14 Thread Sarra Sarah
Hi, I resolved the problem, and it works fine. Thank you for all Le jeudi 27 juin 2013, Adam Renner a écrit : My notes indicate that this worked for me when I was testing Shimmer serial communication: $ java TestSerial -comm serial@/dev/ttyUSB1:115200 But I believe that you can also just

Re: [Tinyos-help] TinyOS - TMote not works

2013-07-14 Thread Eric Decker
First, you need to be running TinyOS 2.1.2. Both Ubuntu 9.x and 10.x are getting really old. You need to install something more modern. At least Ubuntu 11. Although that is getting long in the tooth too. You should probably start with a fresh Ubuntu install. 12.04 is a reasonable choice.

Re: [Tinyos-help] Need help-Regarding saving sensor data

2013-07-14 Thread Eric Decker
You are running a program on the Ubuntu side that displays the sensor readings. redirect the output of the file into a file. if you don't know about Unix redirection, look it up on google or any beginning Unix/Linux book. On Mon, Jul 8, 2013 at 11:50 PM, Bhagyeshwari Chauhan