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

2006-10-03 Thread Hari Hara Sudhan
I believe that the problem is with your TOS message Buffer. Try this the code which resides in MOTE1 will be having this event   event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr m) { } This event returns a TOS_MsgPtr which is used to receive the next message. event

[Tinyos-help] is TOSBASE code only for two motes....................??

2006-10-03 Thread primalfear 69
helloeverybody, when i am using only 2 motes with the TOSBASE code, it is working fine between these two motes upto the queue size.. i tested the same with 4 motes...the first mote gets the data via the uart using the get event and sends to the mote2 via the radio...the

[Tinyos-help] Problem compiling blink.

2006-10-03 Thread sundaresh sundaralingam
Hi all,I am using cygwin. When I tried uploading the blink program, the uploading process just hung on this line :uisp -dprog=mib510 -dserial=COM1 --wr_fuse_h=0xd8 -dpart=ATmega128 --wr_fuse_e=f f --erase --upload if=build/mica2/main.srec.outNothing happens after this line. According to the

RE: [Tinyos-help] Problem compiling blink.

2006-10-03 Thread Siirtola Harri
What command are you using to upload? Try giving /dev/ttyS0 instead of COM1 in the command line. You shouldn't have to mess with any uisp configurations. Regards, Harri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sundaresh sundaralingamSent: Tuesday, October 03,

[Tinyos-help] setting state of a particular pin

2006-10-03 Thread Katharina Ley
I am a student at UVa just getting started with TinyOS, and am trying to figure out how to set the state (asin, high ot low)of individual pins on the MicaZ mote. I have been looking at the programs that get the LEDs to flash,and am trying to figure out how to send a similar signal to one of the

[Tinyos-help] IMPLEMENTING LEACH IN TINYOS.

2006-10-03 Thread Eduardo Elche
Hello, I´m a student of computer science in theUniversity of Albacete,Spain (a place in La Mancha) and I´m doing the proyect of the end of the studies. This proyect is aboutclustering and encryption with micaz or mica2 sensors. I would like to know if LEACH or other clustering algorithm is

[Tinyos-help] Call for Papers: EmNets 2007

2006-10-03 Thread Philip Levis
*** Call for Papers Fourth Worskshop on Embedded Sensor Networks (EmNets 2007) Cork, Ireland, 25-6 June 2007 *** The Fourth Workshop on Embedded Networked Sensors (EmNets 2007) brings

Re: [Tinyos-help] setting state of a particular pin

2006-10-03 Thread Michael Schippling
Go to: http://www.moteiv.com/community/TinyOS_Information and search the mailing lists for: TOSH_ASSIGN_PIN and you will find many of my pearly-wise, and other useful, posts like: https://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-January/013990.html MS Katharina Ley wrote: I am

[Tinyos-help] location plugin

2006-10-03 Thread Pela
I'm trying to use tinyviz and the location plugin. I copied FakeLocation.nc and the other files from TestTinyViz to my own application directory. It works, but every time I call the getLocation() command, the locationDone() event is signalled three times (I suppose it should be signalled only

[Tinyos-help] Sampling with MDA320 in 1.x...

2006-10-03 Thread Matthew S. Nassr
I think the 320 is the same basic setup as with the 300. For some reason, I am getting junk values, even when trying different boards. I assume that the MDA doesn't need to be externally powered, and ADC.getData will return a 16bit value 0-65355 corresponding to 0-2.5V. It really seems simple to

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

2006-10-03 Thread Cory Sharp
Hi John,I believe specifying no tag will check out stable branch, and tinyos-2_0_devel-BRANCH is the unstable development branch.CoryOn 10/1/06, John Griessen [EMAIL PROTECTED] wrote: Hi,I've started installing source code so I can test specific releasesand compile for tinyos tmote telosb and

Re: [Tinyos-help] compiling to assembler

2006-10-03 Thread Cory Sharp
Also, as a quick hack, you can run this at the command line to produce a main.exe that actually contains assembly text: CFLAGS=-S make targetCory On 10/2/06, R. Steve McKown [EMAIL PROTECTED] wrote: On Monday 02 October 2006 01:21 pm, jose m wrote: Can be compiled the nesc code to assembler

[Tinyos-help] Compile Error

2006-10-03 Thread Anuradha Eragani
Hi All, I recently upgraded TinyOS on my machine from 1.1.0 to 1.1.15 and since then, Im encountering the following message when Im trying to compile an application. I noticed that all of them are warnings but was wondering if I need to change anything while compiling. All Im doing is

[Tinyos-help] TinyOS 1.1.15 upgrade resulting in Null Pointer Exception

2006-10-03 Thread Anuradha Eragani
Hi All, I recently upgraded TinyOS on my machine from 1.1.0 to 1.1.15 and since then, Im encountering the following message when Im trying to compile an application. I noticed that all of them are warnings but was wondering if I need to change anything while compiling. All Im doing is

Re: [Tinyos-help] Compile Error

2006-10-03 Thread Matthew S. Nassr
Did you upgrade to 1.1.11 before going to 1.1.15? I think you can't just go from 1.1.0 to 1.1.15. If you knew that, disregard this... Hi All, I recently upgraded TinyOS on my machine from 1.1.0 to 1.1.15 and since then, I'm encountering the following message when I'm trying to compile an

RE: [Tinyos-help] Compile Error

2006-10-03 Thread Anuradha Eragani
Yes, I did upgrade from 1.1.0 to 1.1.11 and then to 1.1.15. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew S. Nassr Sent: Tuesday, October 03, 2006 2:51 PM To: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Compile Error Did you

[Tinyos-help] How does ncc compile

2006-10-03 Thread Sean Walton
Can anyone tell me the sequence of calls that eventually runs the nesC compiler binary? So far (weakly at that), I have found that: ncc - nescc - ... - compile-nesc - nesc1 I am trying to walk through the compilation process to narrow down some compilation errors I am getting (please note:

Re: [Tinyos-help] Measuring Signal Strength at Receiver

2006-10-03 Thread Michael Schippling
search back on this list for RSSI MS Sumit Gupta wrote: Hi, I want to measure the signal strength of sender at receiver mode and I would like to know what would be the range of these values. I don't know how to do this. Any adivce is appreciated. I am using TelosB motes. Please advice.

Re: [Tinyos-help] netbsl for TinyOS-2.x

2006-10-03 Thread Razvan Musaloiu-E.
Hi! On Sat, 16 Sep 2006, Chad Metcalf wrote: Does anyone have netbsl working for TinyOS 2.x? I tried to modify the script and .extra out of 1.x and Boomerang but I seem to be stumped. I'm not getting any errors but the programming isn't going through. I can ping my Tmote Connect. netcat is

RE: [Tinyos-help] Compile Error

2006-10-03 Thread Bryn Smith
I installed TinyOS direct from CVS (post 1.1.15) and I am getting these messages too. They seem to be from the TOSSIM core (nido) - my simulations still seem to run fine though. Bryn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anuradha Eragani Sent:

[Tinyos-help] QueueControl in Tinyos-2.x

2006-10-03 Thread Tahir Azim
Hi,I was trying to port the Beacon Vector Routing (BVR) code written for Tinyos 1.x to Tinyos 2.x. I was having trouble understanding how the QueueControl interface and its QueueSendM implementation from TinyOS 1.x can be ported to TinyOS 2.x, since I can't find any equivalent component or

RE: [Tinyos-help] Compile Error

2006-10-03 Thread Anuradha Eragani
Inspite of this compile error, (since they r a bunch of warnings) I went ahead and ran the application in the TOSSIM simulator using TinyViz and Im getting NullPointerException. Does the warnings have anything to do with this exception?? SIM: Random seed is 125000 java

Re: [Tinyos-help] location plugin

2006-10-03 Thread Sarfraz Nawaz
Although I did not try the location plugin but I experienced the same problem when reading from an ADC channel in my simulations in Tossim/TinyViz. The FakeLocation component also does the same i.e. it reads the coordinates from certain ADC channels. Maybe someone from the devel team can shed some