[Tinyos-help] FW: Questions on CC2420

2006-06-26 Thread Shi Yuan
Could someone give a quick note on this two questions ... -Original Message- From: Shi Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 1:44 PM To: 'tinyos-help' Subject: Questions on CC2420 (1) Can we just ignore this warning? C:/PROGRA~1/UCB/cygwin/opt/tiny

[Tinyos-help] CVS update error?

2006-06-23 Thread Shi Yuan
When I try to use CVS update, it says cvs update: move away xxx.xx; it is in the way C xxx.xx I check CVS manual, "C" means "A merge was necessary but collisions were detected (requiring manual merging)". How to solve this? Thanks. ___ Tinyos-help ma

[Tinyos-help] Questions on CC2420

2006-06-23 Thread Shi Yuan
(1) Can we just ignore this warning? C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/platform/msp430/ADCM.nc:139: warning: `MSP430ADC12Single.bind' called asynchronously from `triggerConversion' C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:11 6: w arning: `Send.sendDone' cal

[Tinyos-help] Can not reprogram

2006-06-22 Thread Shi Yuan
How to solve this error? I examined no other program is using this com port. = /opt/tinyos-1.x/tools/make/msp/set-mote-id --objcopy msp430-objcopy --objdump ms p430-objdump --target ihex build/telosb/main.ihex build/telosb/main.ihex.out-1 1 installing telosb bootloader usi

[Tinyos-help] CC2420RadioM

2006-06-21 Thread Shi Yuan
When we receive sendDone event from GenericCom, if msg->ack==1, then msg->strength and msg->lqi are the strength and lqi of ACK message, or of the sent message strength known by receiver? I notice that, in CC2420RadioM.nc 's RXFIFODone event set those variables. I bring out this question, because