[Tinyos-help] Deluge T2 Rollback Gesture on Iris

2010-08-10 Thread Fabrice Dossin
Hi, I have read the Deluge 2.0 manual and some posts on the mailing list. It said that 4/5 resets should take the mote back to the GoldenImage image. But when I try this on my Iris mote it stays on the last image (in my case selected from the basestation with tos-deluge serial@/dev/ttyUSB1:57600

[Tinyos-help] REQUEST

2010-08-10 Thread haithem maazoun
hi everybody IS there any rules to transform a tinyos 1.x code to tinyos 2.x code is there any lines to add in the makefile is there any implementation of ECC in tinyos 2.x thank you for help best regards, Maazoun Haithem ___ Tinyos-help mailing list

Re: [Tinyos-help] REQUEST

2010-08-10 Thread C L
http://www.tinyos.net/tinyos-2.x/doc/html/porting.html http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg23142.html if u search google/tinyos-help, u can find helpful links like above. -- Rgds CL ___ Tinyos-help mailing list

[Tinyos-help] ECC tinyos2.x implementation search

2010-08-10 Thread haithem maazoun
i am searching for an implementation of ECC in tinyos2.x please send me the code if you have it already thanks, MAAZOUN Haithem ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] CC2420 and microsecond precision timestamps...

2010-08-10 Thread Janos Sallai
Hi Sinan, I have used 3 nodes. One of the nodes (reference node) broadcast a packet using TimeSyncAMSend interface at every 0x50 microseconds and the other nodes which are in the broadcast range of the sender receive this message and queries the corresponding local time transformation of

Re: [Tinyos-help] CC2420 and microsecond precision timestamps...

2010-08-10 Thread Sinan Yildirim
Hi Janos, I achieved 0x50 microsecond periodicity by such a way: - I set a milli timer of (of 0x1400 milliseconds) - I store the local time at the first fire ıf the timer at a variable called pulse - At each timeout of the timer, I add 0x50 to the pulse variable - And I give pulse as a

Re: [Tinyos-help] CC2420 and microsecond precision timestamps...

2010-08-10 Thread Janos Sallai
Sinan, I achieved 0x50 microsecond periodicity by such a way: - I set a milli timer of (of 0x1400 milliseconds) - I store the local time at the first fire ıf the timer at a variable called pulse - At each timeout of the timer, I add 0x50 to the pulse variable - And I give pulse as

[Tinyos-help] help due tinyos

2010-08-10 Thread Hamidreza Ghafghazi
dear all, I am a beginner in tinyos and I need urgent help. Actually, I have to write sensing program with nesC. I just need to know in wiring which component should be wired to Read interface. i am a little bit confused. I have read SenseC, but I think that DemosenseC is not working for real

[Tinyos-help] Problems with PowerTOSSIM T2 - Compilation of sim-energy

2010-08-10 Thread Liam Greenshaw
Hi When trying to compile a PowerTOSSIM simulation, loads of errors are returned. An example is when I try to compile the included test, testMCU using the command: make mica2 sim-energy as instructed. The output is at the bottom of this message. I am using tinyOS 2.1.1-3, with Python 2.5.5

Re: [Tinyos-help] CC2420 and microsecond precision timestamps...

2010-08-10 Thread Sinan Yildirim
Hi Janos, I haven't compiled your test application yet but I have developed a sample application and I have only used your msp430 library /tinyos-2.x- contrib/vu/tos/chips/msp430 for my application. Let me explain how the application works: I have used 3 nodes. One of the nodes (reference node)

[Tinyos-help] [Researchers] I2TS'2010 – 9t h International Information and Telecommunication Techno logies Symposium

2010-08-10 Thread Mirela Sechi Moretti Annoni Notare
CALL FOR PAPERS I2TS'2010 – 9th International Information and Telecommunication Technologies Symposium Rio de Janeiro City, Rio de Janeiro State, Brazil, December 13-15, 2010 Federal University of Rio de Janeiro State - UniRio The 9th International Information and Telecommunication

[Tinyos-help] question regarding CTP

2010-08-10 Thread Xiaohui Liu
Hi, The estimator can use the compare bit to ask for network layer's decision whether a new link to a neighbor is promising. The network layer checks if there are neighbors with worse ETX (ETX from a neighbor to the root, excluding ETX from myself to the neighbor). If there is, it recommends to

Re: [Tinyos-help] question regarding CTP

2010-08-10 Thread Manjunath Doddavenkatappa
Just a guess, Before asking the routing layer whether a new route to a neighbor is promising, the estimator asks physical layer whether the white bit of the incoming packet (from the sender of the new link) is set. Only if the white bit is set then estimator proceeds. Since the set white bit