[Tinyos-help] (no subject)

2010-03-05 Thread Salvatore Signorello
hi, I'm trying to compile for tossim the Blink app, but it doesn't work and prints this error message: $make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/mi

[Tinyos-help] Timer startOneShot & startPeriodic

2010-07-14 Thread Salvatore Signorello
Hi, Does calling StartOneShot command on a timer stop any other timer stop from working? ex. I have three timer that are working call Timer1.startPeriodic(1000); call Timer2.startPeriodic(2000); call Timer3.startPeriodic(5000); if I launch a fourth timer, Timer4,in "one shot" mode , what h

Re: [Tinyos-help] Timer startOneShot & startPeriodic

2010-07-15 Thread Salvatore Signorello
s running timer and set to fire in dt time units from the time of invocation. The timer etc etc" I've appreciated your help, thanks On Wed, Jul 14, 2010 at 8:54 AM, Salvatore Signorello wrote: Hi, Does calling StartOneShot command on a timer stop any other timer stop fro

[Tinyos-help] mts300 light value

2010-07-25 Thread Salvatore Signorello
Hi, I would know how many bits have the ADC1 converter in the MTS300 sensor board(A-D converter shared between temperature and light). I sense light values that range from about 500(extremely dark) to about 1000(extremely light). What unit of measure should I use? thanks in advance, regards by