You need micro-sec precision or speed?
Precision you probably won't get...

There is a TimerJiffy on the micaz that runs at 32kHz.
Or you can just free-run the ADC by starting a new
conversion from the dataReady() of the last, where
you use ADCControl.setSamplingRate() to select from
a set of clock rates. Also search for High Frequency
Sampling demo apps.

MS

titaniko wrote:
> Hi for all!
> 
> I need to read with microsecond precision from a sensorboard MDA100 using
> micaz. I can do it with millisecond precision using Timer<MilliC> but it is
> not sufficiente for me. I don't find Timer<MicroC>, I only have seen in
> timer.h   "#define UQ_TIMER_MICRO "HilTimerMicroC.Timer"" but it is not
> implemented. Are there any hardware limitation in micaz/mda100?
> 
> Sorry for my bad english.
> Regards!
> 
> José A. López
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to