[Tinyos-help] TKN154 AMSend failure

2012-11-19 Thread Eduardo Feo
Hello, I am using the active message abstraction on top of the TKN154 with telosb motes. I am basically testing the unslotted csma procedure, therefore I am using the protocol in a very simple scenario: non-beacon enabled mac, no-coordinator, indirect transmissions between devices (by broadcast

[Tinyos-help] TKN154 AMSend failure

2012-11-19 Thread Eduardo Feo
Hello, I am using the active message abstraction on top of the TKN154 with telosb motes. I am basically testing the unslotted csma procedure, therefore I am using the protocol in a very simple scenario: non-beacon enabled mac, no-coordinator, indirect transmissions between devices (by broadcast

Re: [Tinyos-help] XMesh routing protocol - modifying components via source code?

2012-11-19 Thread javad ramrzanzadeh
Dear Dave I have same problem. Do you found what you must do? Regards javad Dave McGee wrote: > > Hi there, > > I'm currently evaluating some of the behaviours, operations and setting up > a > number of experiments using the XMesh routing protocol for academic > purposes. My research supervis

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-11-19 Thread Janos Sallai
There is weird bug in the timestamping code in the cc2420 stack. Sometimes packets get timestamps that should be associated with a different packet. A few people tried to fix it, yet unsiccessfully. That was the primary reason why the cc2420x stack was created. Janos On Thu, Nov 15, 2012 at 10:4

[Tinyos-help] /lib/T2Hack

2012-11-19 Thread Luis M. Villaverde G.
Hello I am testing the programs of the documentation wiki… And I have problems with TestSerial for example. I read that is trying to go to /lib/T2Hack But I haven't that folder. I have installed following the manual, in ubuntu. I would need too the COU24 tree. Thanks in advance Luis __

[Tinyos-help] help

2012-11-19 Thread G Mahesh
hi sir/madam, I am Mahesh Geddada. I am working on iris mote. I have done successfully the measurement of RSSI with transmit power, TX_PWR_MASK=0x0F. However, when i am trying to change the TX_PWR_MASK in program, (i.e., while i'm trying to change the transmit power,,) i'm unable to change the valu

[Tinyos-help] ACM/IEEE IPSN'13 CALL FOR DEMOS AND POSTERS

2012-11-19 Thread IPSN'13 Publicity
For more information, http://ipsn.acm.org/2013/ 12th International Conference on Information Processing in Sensor Networks (IPSN 2013) draws upon many disciplines including networking, signal and image processing, information and coding theory, databases, information management, distributed alg

[Tinyos-help] tinyos2.1.2 installing

2012-11-19 Thread sunshine
hello, Now I want to install tinyos-2.1.2 on ubuntu11.10,and I have install it sucessfully,but when I compile it on a telosb mote,there is a warning that tinyos needs msp430-gcc-4.6.3 but I have install msp430-gcc-4.5.3,how to update it to msp430-gcc-4.6.3? thanks! _

[Tinyos-help] Programming the motes in the Tesbed.

2012-11-19 Thread Sarah John Mwariti
Dear All, I need some help Let say you have 20 motes on the test-bed.and you want to select 9 motes to program. How do you select them? by creating the interface where you click the motes you want to program? If you have to create the interface, how do you go about it? In need of enlig

Re: [Tinyos-help] TKN154 AMSend failure

2012-11-19 Thread Jan Hauer
Hi Eduardo, For a test, can you set CAP_TX_QUEUE_SIZE to 1 (in your Makefile or directly in tos/lib/mac/tkn154/TKN154.h) and see what happens? Have you tried to run your app in debug mode ("make tkn154debug", see apps/tests/tkn154/README.txt) and taken a look at the printf-output? Can you send me

Re: [Tinyos-help] help

2012-11-19 Thread Miklos Maroti
Are you using tinyos-2.x? You should never change the TW_PWR_MASK that is describing where the transmit power bits are in a register, instead you should hange the transmit power. In tinyos-2.x you should look at the TransmitPower interface of the ActiveMessageC component. Miklos On Thu, Nov 8, 201

Re: [Tinyos-help] Programming the motes in the Tesbed.

2012-11-19 Thread Marcin Szczodrak
Hi Sara, I guess you are looking for a web interface that would take care of the motes' programming. You may find helpful the Open Testbed Framework (OTF) project, in particular, maybe try to first take a look at what the testbed looks like and see if it fits your needs. http://smartcity.cs.columb

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-11-19 Thread Xiaohui Liu
Hi, Is it possible that while a packet is being received, another packet arrives? How does CC2420X stack deal with this case? Thanks. On Mon, Nov 19, 2012 at 10:45 AM, Janos Sallai wrote: > The two stacks differ in how the SFD interrupts are handled on the > receiver, and in when the received pa

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-11-19 Thread Eric Decker
On Mon, Nov 19, 2012 at 4:21 PM, Xiaohui Liu wrote: > Hi, > > Is it possible that while a packet is being received, another packet > arrives? How does CC2420X stack deal with this case? Thanks. > that would have to stack in the fifo in the cc2420. I'm not sure how the driver and the cc2420 deal

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-11-19 Thread Xiaohui Liu
Hi, I'm aware of the timing issue in the default CC2420 stack, e.g., timestamping under heavy load as this figure shows. Consequently, FTSP is yielding up to 200 jiffies error when integrated into my protocol which generates heavy tr