[Tinyos-help] Increase range for telosb communication

2011-12-15 Thread Baudry Arthur
Hello everyone, Right now I am working with telosb node on a system that detects light and temperature and forward those data to a laptop. I am using Basestation to gather the data and Oscilloscope on every node equiped with a sensor to send the data to the BaseStation. My problem is that my

Re: [Tinyos-help] Telosb light sensor specification

2011-11-28 Thread Baudry Arthur
of sensors, none of which is Light... MS Baudry Arthur wrote: Ok but I am still a beginner, how do I check that ? On Sun, Nov 27, 2011 at 3:03 PM, Michael Schippling sc...@santafe.edumailto: sc...@santafe.edu wrote: Check to see that the O'scope program is configured to sample

Re: [Tinyos-help] Telosb light sensor specification

2011-11-27 Thread Baudry Arthur
, Urs On 11/24/11 7:37 PM, Baudry Arthur wrote: Good afternoon everyone, I use a telosb node equipped with a light sensor, I have succeeded in receiving data from the node on my laptop, but for me the data are talking non sense because I always get a value next to 4000 (when I convert

[Tinyos-help] BaseStation in tinyos-2.1.0

2011-11-27 Thread Baudry Arthur
Good afternoon, I am currently trying to send data over serial from my laptop to the nodes. I am not sure of the application I should use, right now I am running baseStation on a telosb node connected to my laptop and I have oscilloscope running on the another telosb node, the communication works

Re: [Tinyos-help] Telosb light sensor specification

2011-11-27 Thread Baudry Arthur
the battery voltage... MS Baudry Arthur wrote: Good afternoon to both of you, Thanks for your answer, I was away for a few days and I'm just seeing it now. About the sensor type, I have no idea my mote is supposed to be a telosb, if I do a motelist the reference is M4AP1122

[Tinyos-help] Home automation system

2011-11-24 Thread Baudry Arthur
Hello everyone, I am trying to design an home automation system with telosb nodes, right now I have only two nodes, one node is plugged into my laptop as a sink for data reception using BaseStation and the other is equipped with a light sensor and use Oscilloscope to transfer data to the

[Tinyos-help] Telosb light sensor specification

2011-11-24 Thread Baudry Arthur
Good afternoon everyone, I use a telosb node equipped with a light sensor, I have succeeded in receiving data from the node on my laptop, but for me the data are talking non sense because I always get a value next to 4000 (when I convert the readings to a decimal value) even if it is dark in my

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Baudry Arthur
on the TelosB. Normally, you should soon start to see the packets that the mote is sending over the serial port, otherwise something is wrong. Do you see data when you open the port in a terminal emulator (e.g., screen /dev/ttyUSB0 115200) ? Cheers, Urs On 11/15/11 6:50 PM, Baudry Arthur

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Baudry Arthur
works if make isntall was executed previously. I guess the tutorial must be referring to installing the same program to multiple motes with different nodeIDs each time. Cheers, Urs On 11/16/11 3:04 PM, Baudry Arthur wrote: Yes sorry I just asked the question too fast. It's working I am

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-15 Thread Baudry Arthur
/tinyos.jar java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:telosb Cheers, Urs On 11/15/11 3:25 AM, Baudry Arthur wrote: Thank you for your support. I have compiled listen.java using javac, it worked but if I execute the same command as previously : java net.tinyos.tools.Listen

[Tinyos-help] Java Problem using Telosb nodes

2011-11-14 Thread Baudry Arthur
Good evening everyone, I am running on a xubuntu virtual machine on my windows 7 laptop and I am trying to make configure one of my USB port to listen to a serial communication coming from telosb node (as the telosb only communicate through usb I use that usb port as a serial one). I enter this

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-14 Thread Baudry Arthur
On Nov 14, 2011, at 5:09 PM, Baudry Arthur arthur.bau...@gmail.com wrote: Good evening everyone, I am running on a xubuntu virtual machine on my windows 7 laptop and I am trying to make configure one of my USB port to listen to a serial communication coming from telosb node (as the telosb