[Tinyos-help] TOSMessage

2006-09-29 Thread neeraj sharma
hi i hav connected my matlab environment to tinyos and i want to send my msg from matlab to telos mote.so i used:msg=net.tinyos.mesage.TOSMsg bur it s giving error like this: ??? Java exception occurred: java.lang.InstantiationException: net.tinyos.message.TOSMsg .Error in == rawMsg

[Tinyos-help] call Send.send(XXX, sizeof(IntMsg), data) + Number of nodes ??

2006-09-29 Thread walid hamdi
1) In the: call Send.send(X, sizeof(IntMsg),data) found in IntToRfm in tos/lib/counters, could anybody tell me please how to acess the X value?? For exemple, if I want to send a message to every node excepting Y, how can I access: while (X != TOS_LOCAL_ADDRESS X != Y) ... 2) is there any

[Tinyos-help] Problems with TOSSIM and SPC component

2006-09-29 Thread Diego Bartolomé Arquillo
Hi all, I have programmed an application which is using the SPC componentto send and receive radio packets. I can compile this application with "make tmote", but not with "make pc" in order to generate a compiled version for TOSSIM. Does anyone know if there is any restriction in the use

[Tinyos-help] Problem with MsgReader in TinyOS 2.x

2006-09-29 Thread Supasate Choochaisri
Hi, I have a problem with MsgReader in TinyOS 2.x on telosb platform. (I use tmote sky)I followed up the tinyos 2.x tutorial in lesson 4. Everything went well until running java net.tinyos.tools.MsgReader BlinkToRadioMsg. The termial just showed serial@/dev/ttyUSB0:115200: resynchronising and then

Re: [Tinyos-help] CRC Receive in CC2420, tinyos 2.x

2006-09-29 Thread Tie Luo
Have read the datasheet, got it. Thanks. But why SpiPacket.send use 'uint16_t length' as its parameter, since zigbee only allow 127 byte packets? On 9/29/06, Jonathan Hui [EMAIL PROTECTED] wrote: This is explained very clearly (with figures) on pages 38 and 39 ofthe CC2420 datasheet.

[Tinyos-help] if i install mote with a mote ID.......... does it holds any place in the Tos Msg structure??

2006-09-29 Thread primalfear 69
hello everybody i am using mote2 with MIB510 programmer, using tinyos1.1.0 under windows XP. i installed my application along with moteID. could anyone tell me where does (the mote ID which i gave gets stored does it have any place in the TOS_Msg structure) the id gets loaded.under which

Re: [Tinyos-help] CRC Receive in CC2420, tinyos 2.x

2006-09-29 Thread Jonathan Hui
Because 802.15.4 chips are not the only things that have an SPI interface. -- Jonathan Hui [EMAIL PROTECTED] On 9/29/06, Tie Luo [EMAIL PROTECTED] wrote: Have read the datasheet, got it. Thanks. But why SpiPacket.send use 'uint16_t length' as its parameter, since zigbee only allow 127 byte

RE: [Tinyos-help] if i install mote with a mote ID.......... does itholds any place in the Tos Msg structure??

2006-09-29 Thread Siirtola Harri
This comes up aboutevery week or so...list search is a good way to avoid asking. The ID is in constant TOS_LOCAL_ADDRESS. If you want to store a message, just declare a TOS_Msg struct in your app and copy the received message there. Regards, Harri From: [EMAIL PROTECTED]

[Tinyos-help] Northern VA consultant needed for Tinyos to Atmel ARM926 port

2006-09-29 Thread Michael Tiberio
BBN is looking for an individual to help us with porting Tinyos to an Atmel ARM926E chip. Currently in house, we have Tinyos ported to an IBM PXA-255 chip (also ARM instruction set). The individuals that performed that port have moved on. We have recently received an Atmel AT91SAM9 evaluation

[Tinyos-help] Send messages on TinyOs 1.x

2006-09-29 Thread Crif1102
Hi all,I use TinyOs 1.x and the SendMsg and ReceiveMsg for one-hop radio comunication.In some "make" output I read a warning says to use SP interface...Are above interfaces deprecated in place of SP protocol? thanks to all!Cristian __Do You

[Tinyos-help] problem with TOSBase and OscilloscopeRF apps

2006-09-29 Thread Mirela Ioana Marta
Hello, I uploaded the two applications (TOSBase and OscilloscopeRF) on mica2 motes and I was trying to see wheather the two motes communicate, but for some reason the mote on which I've put OscilloscopeRF was working fine, but on the other mote I didn't see any leds lighting. I can't figure

Re: [Tinyos-help] Moteiv and java tools

2006-09-29 Thread Cory Sharp
Hi Pablo,The Moteiv versions of net.tinyos.comm and net.tinyos.packet are getting in the way. First, do a make clean in the tools/java directory. Then, remove, archive, or disable the net/tinyos/comm/ and net/tinyos/packet/ directories. To disable them, rename the makefiles in those directories

Re: [Tinyos-help] MultiHop LQI

2006-09-29 Thread Cory Sharp
Hi Cristian,See the AM.h file in /opt/moteiv/tos/lib/CC2420Radio. That field is populated by the CC2420RadioM module in that same directory.Best,CoryOn 9/28/06, Crif1102 [EMAIL PROTECTED] wrote: Hi, I've a question to suppose... I'm using MultiHop in /moteiv/tos/lib/MultiHopLQI and i try to

[Tinyos-help] ACK for BCAST

2006-09-29 Thread Arijit Ghosh
Hello, I am trying to figure out if an ACK for a BCAST message is BCAST-ed back or sent back to the sender. Please help! Thanks, Arijit Do the best you can, with what you have, where you are. -- Roosevelt __ Do You Yahoo!? Tired of spam? Yahoo!

[Tinyos-help] Make error 255

2006-09-29 Thread jose m
I try to update my tinyos version, but it ask me to update cygwin. I try to update cygwin and, once the intallation has been finished, everything stop working. I spend three days clearing my poor pc of cygwin and tinyos files and stuff.Then I reinstall tinyos 1.1.0 (the same version that

[Tinyos-help] toolls folder not found in tinyos-2.x

2006-09-29 Thread Sola Famoriyo
Hello , just a quick on, I started the fresh installation with tinyos-2.x. but there is no tools folder in my installation. is this a feature of tinyos2.x or have i missed out a package from the installation. thanks Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small

[Tinyos-help] Having trouble compiling

2006-09-29 Thread Sean Walton
I have tried several different girations (and attempted to search any archive of messages). Currently, I get: linux:/opt/tinyos-1.x/apps/Blink # make ../Makerules:26: /opt/tinyos1.x/tools/make/Makerules: No such file or directory make: *** No rule to make target

[Tinyos-help] ACK in TOSSM

2006-09-29 Thread Arijit Ghosh
Hello, Can someone please help me in understanding the ACK-ing procedure in TOSSIM? I have 4 nodes. A is sending a message to B that B never acknowledges (for good reason). C sends a message to D which D acknowledges. Immediately after that, sendDone is signaled in A with SUCCESS. Does that mean

[Tinyos-help] Event handling in TinyOS

2006-09-29 Thread bibudh
Hi, I'm transmitting some frame from a MICA2 mote to another at a regular interval. Can anyone tell me that if my event handler routine for a particualr occurence of the event continues even when the next event becomes due in time, then how will TinyOS (I'm working on 1.1.0) handle it? e.g.,

Re: [Tinyos-help] Having trouble compiling

2006-09-29 Thread R. Steve McKown
On Friday 29 September 2006 01:56 pm, Sean Walton wrote: I have tried several different girations (and attempted to search any archive of messages). Currently, I get: linux:/opt/tinyos-1.x/apps/Blink # make This leads me to believe you installed tinyos into /opt/tinyos-1.x. That's it's

[Tinyos-help] receiving the TOS_Msg

2006-09-29 Thread sankar s
I have written a module for receiving the TOSMsg but i could not receive the msg. what i have to do. the module is given below //includes sensorboardApp;includes AM;includes mouse;module MouseM { provides { interface StdControl; } uses { interface StdControl as Control; interface