[Tinyos-help] About trawler

2008-02-21 Thread Edmund
Hi, Does anyone know where the functions getParent(), getDest() and getSource() refer to? i.e which java files. And anyone can tell me what do they do? Thanks a lot. Regards, Edmund ___ Tinyos-help mailing list

RE: [Tinyos-help] some questiones about Xserve

2008-02-21 Thread Yong, Chee Yeew
I have not used the web server option before, but I'll try to help. 1) Which 'base station unit' are you using? MIB510 or MIB600? 2) a) If MIB510, does your PC or laptop have a serial port? 2) b) If MIB600, you need to change the arguments to xserve to point to that device's IP address. Chee

Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-02-21 Thread Xavier Orduña
Hi, Just take a look to the contrib-cvs, there's a lot of stuff to merge! Xavi On Tue, Feb 19, 2008 at 5:02 PM, Ittipong Khemapech [EMAIL PROTECTED] wrote: Dear all, Does anybody have modified the BaseStation application in order to read RSSI and display the values on PC screen? If so,

RE: [Tinyos-help] Resizing message_t MTU problem

2008-02-21 Thread Yong, Chee Yeew
I am guessing here, but the first possibility that your serial port is not fast enough to handle the amount of messages you are sending through it. Therefore, as you increase the rate, new messages are in fact overwriting the messages already 'in the pipe' (i.e. the serial port). How are you

Re: [Tinyos-help] Trawler Help

2008-02-21 Thread Xavier Orduña
I think you are talking about boomerang. You can look at the documentation directory of your instalation. Anyway, is a function to detect when the tmotesky is plugged to a usb port (you can assume that a connected mote would be the BaseStation). Xavi On Tue, Feb 19, 2008 at 5:41 PM, Edmund

Re: [Tinyos-help] Connection Timed Out

2008-02-21 Thread Alexander Becher
This question has been posted a long time ago. Maybe someone searching the archives finds this answer useful. * Aravind Ravisankar [on Tue, 18 Sep 2007 12:01:08 -0700]: tos-bsl --telosb -c /dev/ttyUSB0 -r -e -I -p build/telosb/main.ihex.out MSP430 Bootstrap Loader Version: 1.39-telos-8 Mass

Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-02-21 Thread Dimas Abreu Dutra
Hello, I have done this to use in a localization problem. I am still working on a tutorial to put in the tinyos wiki, as I said in this thread http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-February/030866.html but I can send you the preliminary version. It is not commented but it

Re: [Tinyos-help] Data convertion problem

2008-02-21 Thread Michael Schippling
Well, 10 * 10^5 is technically 10^6 so they're not quite the same...but I was just about to answer that 1e5 is 0x1e5 so you're closer than me I'm sure... MS Kevin Klues wrote: Both of those give the same result 1e5 is the same as 1* 10^5 or just 10^5 Kevin 2008/2/20 CHEUNG SAM [EMAIL

Re: [Tinyos-help] Resizing message_t MTU problem

2008-02-21 Thread Michael Schippling
I think it's pretty much the more bits you send the more likely one of them will be trashed, so smaller packets are a bit less prone to corruption. If you have multiple senders they may interfere with each other while competing for air-time. You don't say what platform you are using. I've found

[Tinyos-help] Regarding ADC

2008-02-21 Thread Coalton Bennett
I have been trying to get the ADC to work with the MDA300CA, and it seems as though something is being sampled, but the values that I am getting are wrong. We are sampling a 1.5V DC battery. We chose the 1.5V DC battery to test our application with because it has a constant value, so in

[Tinyos-help] MultihopOscilloScope and SerialForwarder

2008-02-21 Thread Chris Yao
Hi, I successfully follow TinyOS 2.x tutorial 5 to make MultihopOscilloScope and SerialForwarder work. That is, mote 0 is attached to the computer. mote 1 sends messages. The GUI can display the reading of both mote 0 and mote 1. However, when I try to modify the Y-Axis range at the