Hi,
that is indeed a good point. So for example I could find from telosb that the 
chip for the Temperature, Humidity readings is the 

SensirionSht11

then I switched to the folder

/tinyos-main/tos/chips/sht11

where I have started reading the source files... Ok that is a good way to see 
for example the commands... But where for example  I can find, after I have a 
new temperature reading, how to transform me to look like celcius? Do not you 
think that these sources lack a bit more of explanations on how to do things?

Regards
A





On Friday, October 25, 2013 11:51 AM, Antonio Linan <[email protected]> wrote:
 
You should start by understanding where "stuff" is located, for example a 
sensor:

- tos/chips (generic implementation mostly targeted for most platforms, check 
also tos/platforms for platform-specific wirings)
- tos/platforms (implemented specifically for a given sensor).


Subsequently there are tos/lib/ and tos/system, etc.

And try using "grep" or "find".

--Antonio




On Fri, Oct 25, 2013 at 11:39 AM, Alaios <[email protected]> wrote:

Hi,
>thanks for the answer. I am not only asking for the real answer, but I am also 
>trying to build understanding on how to do things.
>
>Where should I find also this information if this list was not existed? How 
>the tinyos developers thought about that?
>
>Regards
>Alex
>
>
>
>
>
>
>On Friday, October 25, 2013 11:33 AM, Raihan Kamal <[email protected]> wrote:
> 
>Hi,
>For telosb motes, you need to use the followings:
>
>Interface: Humidity
>Component: SensirionSht11C
>
>
>Your final wiring should look like( in your top level config file)
>
>components new SensirionSht11C() as Sensor;
>App.Humidity -> Sensor.Humidity;
>
>
>
>
>
>-- 
>
>Abu Raihan M Kamal
>Researcher
>NIMBUS, Cork Institute of Technology (CIT)
>Cork, Ireland
>http://nimbus.cit.ie/
>Cell: +353-860390728
>
>
>_______________________________________________
>Tinyos-help mailing list
>[email protected]
>https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>


-- 

--
Antonio Liñán Colina
R+D Engineer
@: [email protected]
@: [email protected]
------------------------------

Advancare
Ph.: +34 935 511 403
http://www.advancare.com
http://www.zolertia.com
http://zolertia.sourceforge.net
http://webshop.zolertia.com


_______________________________________________
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