[Tinyos-help] RSSI

2006-10-01 Thread walid hamdi
Hi, I have a question in my mind about RSSI since a long time.. If a node send a message to a known destination(not broadcast), is there any possibility for the neighbors to listen and to get an RSSI from a message which is not intended to get to them. Exemple: Node X is trying to send to node 1

[Tinyos-help] able to get the first packet but not the rest..........

2006-10-01 Thread primalfear 69
hello everyone,      again in need of u guys help:) i am using tinyos 1.1.0 mica2 under windows. i use MIB510 programmer.   my program does the following... MOTE1 gets data from uart and transmits it to the MOTE 2 via radio. mote2 receives the data via radio and

Re: [Tinyos-help] telosb serial comm + clock synchronization

2006-10-01 Thread Michael Schippling
Sounds like you have a Synchronous serial device, so it won't do to attach it to the standard U(Async)RT. I don't know about the telos devices, but most micro-controllers have options for sync, e.g., USART1 on the mica's, which is used for I2C, flash, and radio. Dig through the controller manual f

Re: [Tinyos-help] RSSI

2006-10-01 Thread Michael Schippling
Yes, but currently messages with non-local moteIDs are thrown out in the receive code. I don't know offhand if the rssi is read for them now. Look in your radio stack for a comparison to "TOS_LOCAL_ADDRESS". MS walid hamdi wrote: Hi, I have a question in my mind about RSSI since a long time..

[Tinyos-help] cvs tag to install tinyos from source?

2006-10-01 Thread John Griessen
Hi, I've started installing source code so I can test specific releases and compile for tinyos tmote telosb and generic msp430 microcontrollers on my debian linux machine. As I go through this I'm writing it up so the documentation at http://www.moteiv.com/community/Tmote_Linux_install can be u

[Tinyos-help] tinyOS on debian (was: tools folder not found in tinyos-2.x)

2006-10-01 Thread John Griessen
If I want to install mspgcc to run with ordinary msp430 mspgcc, I am planning to install the mspgcc from source as I have in the past with the usual program names, except configure with program name prefixes and in a different directory /opt/plain-mspgcc, and also configure it to install in /o

Re: [Tinyos-help] tinyOS on debian

2006-10-01 Thread John Griessen
I see at http://www.tinyos.net/dist-2.0.0/tools/source/msp430/ a file named binutils-2.16-dollar_fix.patch.bz2 that is not able to be downloaded Connecting to www.tinyos.net[128.32.37.226]:80... connected. HTTP request sent, awaiting response... 403 Forbidden All the versions in that dir are o

RE: [Tinyos-help] able to get the first packet but not the rest..........

2006-10-01 Thread Ben Buckner
It depends on which communications components you're using, but if I had to guess, I'd say you might have something wrong with the packet sequencing. Some of the routing components/protocols (Bcast for instance) use a sequence number to make sure copies of the same packet aren't received multiple

Re: [Tinyos-help] tinyOS on debian (was: tools folder not found in tinyos-2.x)

2006-10-01 Thread Razvan Musaloiu-E.
Hi! To make my life easier in installing the T2 in a user's account I put together the following thing: http://cs.jhu.edu/~razvanm/wsn/tos2/ -- Razvan ME On Sun, 1 Oct 2006, John Griessen wrote: > If I want to install mspgcc to run with ordinary msp430 mspgcc, I am planning > to install

Re: [Tinyos-help] tinyOS on debian

2006-10-01 Thread Philip Levis
On Oct 1, 2006, at 2:54 PM, John Griessen wrote: I see at http://www.tinyos.net/dist-2.0.0/tools/source/msp430/ a file named binutils-2.16-dollar_fix.patch.bz2 that is not able to be downloaded Connecting to www.tinyos.net[128.32.37.226]:80... connected. HTTP request sent, awaiting response...