[Tinyos-help] Ultrasonic sensors on MDA300 + IRIS

2011-07-21 Thread hafid oussaadi
Dear all, I want to implement the ultrasonic pulse echo technique on MDA300 + IRIS platform. So I have to attach an ultrasonic transmitter to the sensorboard's GND and 2.5V excitation pins and another ultrasonic receiver to ADC_1 channel and GND pins. I am using Tinyos 2.1 and MDA300 drivers

[Tinyos-help] problem make micaz sim

2011-07-21 Thread malika abbadi
Grateful for your reply ramana,i have installed avr msp430 tools. with this command rpm -ivh rpmfile for the first tool file : msp430tools-base-0.1-20050607.cygwin.i386.rpmfor others command rpm -ivh --nodeps rpmfile. $ rpm -ivh msp430tools-python-tools-1.0-1.cygwin.noarch.rpmerror: Failed

Re: [Tinyos-help] problem make micaz sim

2011-07-21 Thread Ramana Reddy
Some times the path might be locates a different place. just find. and my sincere advice is try on ubuntu, its more easy and friendly. or start from the scratch in windows. On Thu, Jul 21, 2011 at 2:31 PM, malika abbadi malika_a...@yahoo.fr wrote: Grateful for your reply ramana, i have

Re: [Tinyos-help] Ultrasonic sensors on MDA300 + IRIS

2011-07-21 Thread Miklos Maroti
Hi Hafid, You should use the tinyos-main repository from google code, that has MDA300 drivers that you might find useful. Regarding your first question: we have a code here http://szte-wsn.svn.sourceforge.net/viewvc/szte-wsn/tinyos-2.x/trunk/apps/test/mts300/MicReadStreamTest/ that samples the

[Tinyos-help] Reading the RSS value

2011-07-21 Thread Yusnaidi Md Yusof
Hi All, I have this as my opinion, the CC2420Packet.getPower() and the CC2420Packet.getRssi() functions return the same value, i.e., the return power of CC2420Packet.getPower() also represents the RSS value. Am I right? Please give me some comments. Thanks Yusnaidi

[Tinyos-help] Blip - Stateless autoconfiguration

2011-07-21 Thread Carlos Rodrigues
Hi, How can define during compilation (in Makefile) to use stateless auto-configuration in sensor node (using blip 1.0)? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Planning of the components for a new demoboard based on msp430f1611 and cc2420

2011-07-21 Thread Emanuele Alidori
Hi, I'm planning to develop a demoboard, starting from the MSP430-P1611 development board, the CC2420EMK and the M25P80 flash module. The MSP430-P1611 is based on the MSP430F1611 MCU, producted by Olimex [http://www.olimex.com/dev/msp-p1611.html]. Now the question is: Which are the other

[Tinyos-help] Planning of the components to develop a demoboard based on the msp430f1611 and the cc2420

2011-07-21 Thread Emanuele Alidori
Hi all, I'm planning to develop a demoboard, starting from the MSP430P1611 development board [http://www.olimex.com/dev/msp-p1611.html], the CC2420EMK [http://focus.ti.com/docs/toolsw/folders/print/cc2420emk.html] and the M25P80 flash module. Now, my question is: which are the other components I

Re: [Tinyos-help] Planning of the components to develop a demoboard based on the msp430f1611 and the cc2420

2011-07-21 Thread Eric Decker
On Thu, Jul 21, 2011 at 12:08 PM, Emanuele Alidori emanuele.alid...@gmail.com wrote: Hi all, I'm planning to develop a demoboard, starting from the MSP430P1611 development board why the 1611? The 1611 is now a days a very old chip with significant issues that newer chips fix. What are you

Re: [Tinyos-help] Dividing a CTP network

2011-07-21 Thread ranal fernando
Thank you very much for the reply. Actually we have a bigger project which allows a user to establish a virtual PAN spanning several host networks. There can be two cases. the host networks are nearby we have done the development for that.

[Tinyos-help] EasyCollection with CTP (I need to count packets loss)

2011-07-21 Thread Fajar Lab
Dear all: I need your help, I tested EasyCollection from http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/lesson12.html and tested it with this simple topology 3 --- 2---1 (node 1 as a root) Node 3 and 2 generate its own data and send it to the root, these are my topology.

Re: [Tinyos-help] EasyCollection with CTP (I need to count packets loss)

2011-07-21 Thread JeongGil Ko (John)
Fajar, Maybe due to the fact that CTP has retransmissions? :) -John On Jul 21, 2011, at 10:47 PM, Fajar Lab wrote: Dear all: I need your help, I tested EasyCollection from http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/lesson12.html and tested it with this simple

Re: [Tinyos-help] Reading the RSS value

2011-07-21 Thread AKHILA S RAO
No, CC2420Packet.getPower() gives you the power level at which you have set the radio i.e. the power level at which you are sending packets. Whereas CC2420Packet.getRssi() gives you the RSSI value at which a packet was received over the radio. Hi All, I have this as my opinion, the

Re: [Tinyos-help] EasyCollection with CTP (I need to count packets loss)

2011-07-21 Thread Fajar Lab
Jhon, Thanks a lot, you are right. I didn't consider it before :), I got it in the CtpForwardingEngineP.nc Best, Fajar. Dari: JeongGil Ko (John) j...@cs.jhu.edu Judul: Re: [Tinyos-help] EasyCollection with CTP (I need to count packets loss) Kepada: Fajar Lab fajar...@yahoo.co.id Cc:

[Tinyos-help] Could Octopus in tinyos2.X used for target tracking problem

2011-07-21 Thread ashish gupta
hi, I have heard about octopus for GUI simulation in tinyos2.x but Can I use it for target tracking problem too? Thank you ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu