Well, there is the SHT11 datasheet also if you need to check how this value
is calculated, however if you had done the grep search:
grep -lr "SensirionSht11C" .
./.git/index
./apps/CoapPpp/CoapPppC.nc
./apps/tests/mts400/Mts400TesterC.nc
./apps/tests/mts400/README.txt
./apps/tests/z1/Ziglets/TestSht11/TestSht11AppC.nc
Look! a test application, let's check it...
The mts400 gives a hint on the obtained values, and the Z1 test shows how
the conversion is done:
hum = data*0.0367;
hum -= 2.0468;
if (hum>100) hum = 100;
You have to first exhaust your datasheet-surfing and code-exploring before
trashing about the lack of specific-information, the information could be
improved, as everything, but the learning curve is different for
everyone... you can add this information to the wiki for others to find :)
--Antonio
On Fri, Oct 25, 2013 at 12:08 PM, Alaios <[email protected]> wrote:
> 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
>
>
>
--
--
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