[Tinyos-help] Bls: hi

2011-08-25 Thread Fajar Lab
Hi, You can try PowerTOSSIM http://www.eecs.harvard.edu/~shnayder/ptossim/ Fjr. > Dari: H.AOUDIA > Judul: [Tinyos-help] hi > Kepada: "Rakshitha GB" > Cc: tinyos-help@millennium.berkeley.edu > Tanggal: Kamis, 25 Agustus, 2011, 9:27 AM > Hello, > I want to evaluate the energy consumption of LEAC

[Tinyos-help] Problems with consecutive ADC reading on IRIS Mote TinyOS-2.1.1

2011-08-25 Thread antonio rosa
Hi everyone, I have an application that performs several readings consecuitves with different ports of the ADC. Specifically, first read the internal voltage of the microcontroller IRIS, and then performed a reading of a temperature sensor that I have connected. To make both readings the results a

[Tinyos-help] Getting MSP430 error in tinyos-2.1.1

2011-08-25 Thread shravan kulkarni
Hi, I have a telosb mote. When i compile MultihopOscilloscope application to telosb im getting the error given below. Im getting this error when i compile any application on any platform which uses MSP430. root@edcn400-desktop:/opt/tinyos-2.1.1/apps/MultihopOscilloscope# make

Re: [Tinyos-help] hi

2011-08-25 Thread subaashini krishnamoorthy
hi the following programmin is compiling without errors...but make sure u have set the path for TOSDIR,TOSROOT and MAKERULES... configuration PeriodicReaderAppC{ } implementation{ components MainC,PeriodicReaderC; components new TimerMilliC() as Timer0; components new DemoSensorC();

[Tinyos-help] hi

2011-08-25 Thread H.AOUDIA
Hello, I want to evaluate the energy consumption of LEACH protocol in TinyOS-1.x. Can you give me the name of the simulator that I should use and the commands necessary. Thank you in advance. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.e

[Tinyos-help] hi

2011-08-25 Thread Rakshitha GB
hi , i hv written a program to read data from mote telosb. the code is as below: #include "Timer.h" module PeriodicReaderC @safe() { uses interface Timer as Timer0; uses interface Read; uses interface Boot; } implementation { uint16_t lastVal = 0; event void Boot.booted() {

Re: [Tinyos-help] MSPGCC and telosb problem

2011-08-25 Thread Alfonso Martinez
I fix it! Well, rather than fix it I erased everything and tried with a fresh copy of Ubuntu 11 and it worked. The only thing I had to patch was adding: CFLAGS += -I/usr/msp430/include CFLAGS += -I/usr/lib/gcc/msp430/4.5.3/include in the msp.rules file, but I had to do that also for U