[Tinyos-help] TinyOs 2.0.2 Dispatcher Implementation Problem

2007-09-12 Thread gasparri
Hi Folks, I am trying to write a piece of code in which I need a remote control to broadcast several commands to a bunch of nodes and each of them has to handle this message to figure out if there is any action for it. Assuming the remote control send the command START_EMISSION asking to the

[Tinyos-help] TinyOs 2.0.2 Dispatcher Implementation Problem

2007-09-12 Thread gasparri
Hi Folks, I am trying to write a piece of code in which I need a remote control to broadcast several commands to a bunch of nodes and each of them has to handle this message to figure out if there is any action for it. Assuming the remote control send the command START_EMISSION asking to the

[Tinyos-help] JTAG

2007-09-12 Thread Mona.baher
HI All, I am wondering if anyone has tested the JTAG in tmote sky! I would like to know if there is any tools for testing and debugging some modules like MSP..and cc2420? Is it possible to measure the power consumption via the JTAG? I would really appreciate any help in this topic. Best mona

Re: [Tinyos-help] JTAG

2007-09-12 Thread Roman Lim
hi i used the JTAG interface with tmotes and the eclipse framework. here you can find some description on this: http://www.btnode.ethz.ch/Projects/TinyOS2 I don't think its possible to measure power consumption with JTAG. roman Mona.baher wrote: HI All, I am wondering if anyone has tested the

Re: [Tinyos-help] MSP430 get clock

2007-09-12 Thread Leonardo
Steve McKown ha scritto: On Tuesday 11 September 2007 12:27:31 pm Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:48:49 am Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I

[Tinyos-help] Moteiv's Delta on MicaZ

2007-09-12 Thread Timothy Strongton
Does Moteiv's Delta application provided in Boomerang work on MicaZ motes? Thank you for your attention! Tim ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [tinyos-help] clarifications about serial communication

2007-09-12 Thread Mayur Maheshwari
Steve, Your response was of great help. Let me know if you can provide some pointers on how this could be done using the BSL or share the part of your code where the mote is reset if 3 write failed events trigger consecutively. Thanks once again Mayur On 9/10/07, Steve McKown [EMAIL PROTECTED]

Re: [Tinyos-help] TinyOs 2.0.2 Dispatcher Implementation Problem

2007-09-12 Thread Philip Levis
On Sep 11, 2007, at 11:48 PM, [EMAIL PROTECTED] wrote: event message_t* AMProtoReceive.receive(message_t* msg, void* payload, uint8_t len) { Protocol_Msg *btrpkt = (Protocol_Msg*)(call AMProtoPacket.getPayload(msg, NULL)); atomic { P_payload.protocol_id =

[Tinyos-help] question about SimpleCmd Bcast application

2007-09-12 Thread Diego Maldonado
Hello, professors of berkeley Im Diego Maldonado student of Electronic Enginneer from Colombia, Universidad Industrial de Santander ( UIS). Currently i'm developing my bachelor thesis inĀ  wireless sensor networks subject by working with telos B and tmote Sky devices. I have a doubt regarding

Re: [Tinyos-help] question about SimpleCmd Bcast application

2007-09-12 Thread Kevin Klues
If you want to measure latency over seven hops, don't send a broadcast message, send a message addressed to a specific node i.e. always send to (TOS_NODE_ID + 1), then program each node with successive ids and measure the time it takes between sending on the first node in the chain and being

RE: [Tinyos-help] Moteiv's Delta on MicaZ

2007-09-12 Thread Giri Baleri
Hi Tim, If you are looking for mesh routing stack for MICAz, you might want to consider XMesh from Crossbow that is distributed with MoteView and MoteWorks. http://www.xbow.com/Support/wSoftwareDownloads.aspx More details are available in the XMesh user's manual below.

Re: [Tinyos-help] Moteiv's Delta on MicaZ

2007-09-12 Thread Joe Polastre
The short answer is no. Delta has been optimized for Moteiv's Tmote Sky and Tmote Invent modules. Since Boomerang is open source, you are welcome to use Delta and try to port it to other platforms as necessary, but the only platforms it will work with out of the box are Tmote Sky and Tmote

Re: [tinyos-help] clarifications about serial communication

2007-09-12 Thread Steve McKown
On Wednesday 12 September 2007 09:32:00 am Mayur Maheshwari wrote: Steve, Your response was of great help. Let me know if you can provide some pointers on how this could be done using the BSL or share the part of your code where the mote is reset if 3 write failed events trigger