[Tinyos-help] Tinyos2.1 Error 53. Writing to Telosb.

2009-03-29 Thread kiseop Lee
Hi All, I am working Tinyos2.1 with the telosb board. When I program telosb board, it has error numbered 53. I can not find about error on the google.com. What does it mean ? - I have 10 computers which are exactly same machine. Installation of TinyOs is same all. Some computers are operating

[Tinyos-help] Fwd: telosb. ADC problem. MultiChannel. <= fixed!!!

2009-02-28 Thread kiseop Lee
function for graph, 6 variable resisters for each adc input pins. best regards, G.S.Lee -- Forwarded message -- From: kiseop Lee Date: 2009/2/28 Subject: telosb. ADC problem. MultiChannel. To: tinyos-help@millennium.berkeley.edu Hi all, I am working with ADC interface in telosb MSP430

[Tinyos-help] telosb. ADC problem. MultiChannel.

2009-02-28 Thread kiseop Lee
Hi all, I am working with ADC interface in telosb MSP430 platform with TinyOS 2.1 SingleChannel interface is operating well. Thus I think display application into PC is good. But MultiChannel interface has some problem. ADC result value is incorrect voltage. Could you check my code? const msp430

[Tinyos-help] Msp430Adc12MultiChannel ADC conversion timing problem

2009-02-13 Thread kiseop Lee
Hi all, I am working with Msp430Adc12MultiChannel interface. But it has problem about conversion period. It has 5 sensors which is assigned to from A0 to A4. Conversion period for each channel is 100hz and all channels have same configuration. Thus a ADC into MSP430 will convert 500 per second.

[Tinyos-help] Msp430Adc12MultiChannel ADC conversion period problem

2009-02-13 Thread kiseop Lee
Hi all, I am working with Msp430Adc12MultiChannel interface. But it has problem about conversion period. It has 5 sensors which is assigned to from A0 to A4. Conversion period for each channel is 100hz and all channels have same configuration. Thus a ADC into MSP430 will convert 500 per second. To

[Tinyos-help] Msp430Adc12MultiChannel ADC conversion timing problem

2009-02-13 Thread kiseop Lee
Hi all, I am working with Msp430Adc12MultiChannel interface. But it has problem about conversion period. It has 5 sensors which is assigned to from A0 to A4. Conversion period for each channel is 100hz and all channels have same configuration. Thus a ADC into MSP430 will convert 500 per second. To

[Tinyos-help] Msp430Adc12MultiChannel ADC conversion period problem

2009-02-13 Thread kiseop Lee
Hi all, I am working with Msp430Adc12MultiChannel interface. But it has problem about conversion period. It has 5 sensors which is assigned to from A0 to A4. Conversion period for each channel is 100hz and all channels have same configuration. Thus a ADC into MSP430 will convert 500 per second. To

[Tinyos-help] ADC in MSP430(telosb). configureMultipleRepeat() for Multichannel.

2009-02-05 Thread kiseop Lee
Hi all, Where does configureMultipleRepeat() for Multichannel is located ? I can not find it. I am working on telosb platform. configureMultipleRepeat() for the singleChannel has been tested well. but we have 6 sensors which have analog output. A channel convert with 100Hz Fs infinitely repeat. An

Re: [Tinyos-help] help needed on uint64_t type

2009-02-04 Thread kiseop Lee
Hi, This is tested in Visual C++ in the Windows. but I don't know it in tinyos compiler. Only refer to your work... char sql[100]; __int64 var1=0x12345678ABCDABCD; sprintf(sql,"%I64x",var1); //not L. Upper case of i[ai]... sprintf(sql,"%I64d",var1); Best regards, K.S.Lee 2009/2/5 BAI LI >

[Tinyos-help] Fwd: To send large payload in the TestSerial.

2009-02-03 Thread kiseop Lee
not RF interface. Thus I think we can send large datas to host-PC by RS-232. Do I have some mistakes? -- Forwarded message -- From: Razvan Musaloiu-E. Date: 2009/2/3 Subject: Re: [Tinyos-help] To send large payload in the TestSerial. To: kiseop Lee Cc: Tinyos-help

[Tinyos-help] To send large payload in the TestSerial.

2009-02-03 Thread kiseop Lee
Hello, How does the TestSerial send large payload datas to host-PC by RS-232 ? I have found that "TOSH_DATA_LENGTH 28" into CC2420.h file is used in Packet.maxPayloadLength(). But I have modified it to 1300 and the test_serial_msg_t has a member array which is composed with 1200 bytes. Now, it doe

Re: [Tinyos-help] Fw: Re: for Tinyos 2.x bugs...

2009-02-01 Thread kiseop Lee
I'm sorry, our school email server has some problem. this is using gmail. Hi, In the last of this mail , temporary fixed code exist. It should be located in c:\cygwin\opt\tinyos-2.x\tos\chips\msp430\timer\Msp430ClockP.nc But if you understand problem exactly , you can apply it to any file whi