On Mon, Oct 21, 2013 at 10:03 PM, Alaios <[email protected]> wrote:
> Oct 21 at 9:29 PM > Dear all, > I have some general question regarding the telosb motes. > a. For example I know that the telosb has a humidity sensor. > no it doesn't. Or rather most telosbs don't have a humidity sensor because it isn't loaded. I guess they were expensive. Last I looked they were about $35 just for the sensor. > How I can find what is the interface that implements humidity > funcionality? I have found those here > http://www.tinyos.net/tinyos-2.x/doc/nesdoc/telosb/ but I could not find > there something for Humidity > doc/nesdoc doesn't really help that much. It is generated documentation that hasn't been kept up to date. So if one starts from the schematic, you do have a schematic yes?.... (google search is your friend).... One sees an "optional" humidity sensor. It is the SHT11. You find the data sheet (google search is your friend) and read how one talks to it. Then one finds the driver for the sensor at tos/chips/sht11. > > b. The component SerialPrintfC can be used generally I guess also for > debugging. Print variables in the serial port? Is this correct? > sure. that works. i use a jtag pod and debug using source directly on the h/w. > > Regards > Alex > > _______________________________________________ > 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
