The only SensirionHumidity files I find in T1 are in the micawb and
micawbdot sensorboards directories. It may be that "they" called
the interface some other name in telos land, or in fact it is a
different sensor. There is a Humidity sensor on the telosb, but
it might be the Hamamatsu...

MS

Group wrote:
> Hi,
> 
> I'm running TinyOS-1.1.11 on TelosB mote. I'm writing an application to 
> get Temperature
> Sensor readings. For this i'm using Sensirion component as its mentioned 
> in Crossbow
> telosb data sheet. I'm reusing the code present in 
> apps/MicaWBVerify/TestHumidity.
> But i'm getting the error as:
> 
> Client.nc:12: component SensirionHumidity not found
> Client.nc:17: no match
> Client.nc:21: cannot find `Temperature'
> make: *** [exe0] Error 1
> 
> Here is the code snippet of the wiring in Client.nc
> /* Line12*/  components Main, ClientM, LedsC, TimerC, GenericComm, 
> SensirionHumidity;
> 
>   Main.StdControl -> ClientM;
>   Main.StdControl -> TimerC;
>   Main.StdControl -> GenericComm.Control;     
> /*Line17*/  Main.StdControl -> SensirionHumidity;
>   ClientM.Timer -> TimerC.Timer[unique("Timer")];
>  
>   ClientM.Leds -> LedsC;
> /*Line21*/  ClientM.Temperature -> SensirionHumidity.Temperature;
>   ClientM.SendMsg -> GenericComm.SendMsg[AM_CMDMSG];
>   ClientM.ReceiveMsg -> GenericComm.ReceiveMsg[AM_CMDMSG];
> 
> Can any one please help me out in this regard.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to