Hey All,

I'm using TinyOS 2.0.2 and the MicaZ motes (ATmega 128s) to interact with
the ADCs.  I'm trying to connect 3 ultrasound sensors with ADC output to the
MicaZ through the 51 pin header (pin 36-43 are the 8 ADC pins from the
ATmega128).

After going through the tutorials, code and TEPs, I'm still not quite sure
how TinyOS abstracts from the physical ADC pin on the Atmega all the way to
the "Read" function in the HAL.  After diving into the code, the abstraction
seems to go on and on...  Also, "Read" so far seems only to read a single
generic ADC device input

>From a project standpoint:
Where is the "missing link" where the physical ADC pins is connected to some
higher level of abstraction?
What elements in the provided code do I need to change (if any changes are
needed), to make sure i'm hooking up to the right pins and can call a
separate "Read" on each one?

Thanks,

Jeff Chen
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to