[Tinyos-help] [Info announcements] First Spanish Forum about Wireless Sensor Networks

2010-11-26 Thread Alfonso Cardell
We have created the first forum in Spanish about Wireless Sensors Networks. This forum include TinyOS, Motes, Proyects, Researchs, etc. Visit us at www.sensoresinalambricos.esorwww.sensoresinalambricos.com --- (In Spanish) Hemos creado el primero foro en español dedicado exclusivamente

[Tinyos-help] Network Protocols

2010-11-26 Thread José A. Tarifa
Hi to all! I'm working on a project with Tmote Sky (with Cygwin) and TinyOS 2.1 I want to collect data from several motes (which get ADC readings and process these) to a base-node. I've seen that CTP protocol would be suitable -- http://docs.tinyos.net/index.php/Network_Protocols#Collection But

Re: [Tinyos-help] Network Protocols

2010-11-26 Thread Aitor Hernandez
Hi, I've never tried with the protocol you reference before {CTP, TYMO} and I don't know theris characteristics, but we've applied the IEEE 802.15.4 standard protocol for similar applications. I think in your case is quite suitable. There are two implementation on the TinyOS tree but I recommend

Re: [Tinyos-help] 802.15.4

2010-11-26 Thread Pablo Marcos
HI all again, I have been adding functionality to my application, and apart of other things, I have tried to resynchronize the devices with the MLME_ORPHAN. I noticed that after sending with the coordinator the realignment, the device wasn't re-synchronizing at all, and was still lost. So, apart

[Tinyos-help] TestTYMO problem

2010-11-26 Thread José A. Tarifa
Hi! I want to use the TYMO (DYMO) protocol. I've download \tos\lib\net\tymo and \app\tests\TestTymo files (because they weren't in my default TinyOS installation). I try to compile the application: make telosb, but I get the following (errors):

Re: [Tinyos-help] [Tinyos-Help] Send Data from PC to TelosB (basestation)

2010-11-26 Thread krisa
The file you are looking for is located (at least on my tinyos installation) in folder /opt/tinyos-2.1.1/support/sdk/java/net/tinyos/packet/ and it is called Packetizer.java Basically it contains the decription of the UART communication protocol as well as full implementation for methods for both

[Tinyos-help] message overwritten in TOSSIM

2010-11-26 Thread AnilKK
Hi, I am facing a problem with TOSSIM 1.x. I am using 10 nodes, 1 node is coordinator, 2 nodes are sub coordinator and others are members. Each member node sends 5 messages to sub coordinator. The problem I am facing is when these messages are sent in a loop they are being overwritten. so the

Re: [Tinyos-help] 802.15.4

2010-11-26 Thread Daniel Schnit
Hi ppl, i'm read in TKN papers, and i'm a little confused. in tinyOs the unslotted csma/ca is implemented? Bye On Fri, Nov 26, 2010 at 12:47 PM, Pablo Marcos pablo.marcos.ol...@gmail.com wrote: HI all again, I have been adding functionality to my application, and apart of other things, I