[Tinyos-help] developping in tinyos

2013-04-14 Thread abdellatif Abdou
hello every one , and thanks Andres for your response , i want to developpe a tinyos application that detect humidity with telosb sensor , ande i don't know the interfaces those works to obtain this results; can some one help ??? thanks. ___ Tinyos-help

[Tinyos-help] Discontinuing hinrg.cs.jhu.edu git repositories May 2013

2013-04-14 Thread Doug Carlson
Howdy. Since TinyOS release and dev moved to GitHub at the start of the year, the previous "standard" git mirrors of the google code repository we've been hosting will be taken down soon. If you're using either of the tinyos-2.x.svn repositories at http://hinrg.cs.jhu.edu/git/, please switch to ti

Re: [Tinyos-help] Question For TinyOS I2C. Please Help

2013-04-14 Thread He Dajiang (I2R)
Can you try call I2CPacket.read(I2C_START | I2C_STOP, 0x3B, 1, ®_value); to read? Institute for Infocomm Research disclaimer: "This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it fo

[Tinyos-help] cc2520 radio problem

2013-04-14 Thread mjmohiuddin
in my cc2520 radio only send is working but not receive. can anyone tell me where will be the problem? --- This e-mail is for the sole use of the intended recipient(s) and

Re: [Tinyos-help] cc2520 radio problem

2013-04-14 Thread 최익성
Would you check the destination of packet at sender? At the reader, if the packet destination is not same as tag id, the packet is discarded. You can avoid this problem by setting the destination of packet as broadcast address(0xFF ?). -Original Message- From: