On Fri, Oct 25, 2013 at 2: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. >
Thats good. Did you not get my earlier post? I said things like you start with the schematic. The schematic will show that the humidity sensor is a Sht11. You can then find the data sheet to see how the sensor works and how you talk to it. then you search in tos/chips for something with sht11 in it. Most chips are named reasonable things and are easy to find. (but not all). > > Where should I find also this information if this list was not existed? > How the tinyos developers thought about that? > This is pretty basic "This is how you do h/w-s/w embedded things". And is pretty fundamental to farting around with h/w at this low of a level. > > 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 > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
