I want to read frequency between 1Khz to 3Khz using telosb mote. For
reading this i am using gpio timer capture interface GpioCapture. I am
using Timer A1 as the capture pin.

I am calling this event in boot.booted()

 event void Boot.booted()
 {
  call GpioCapture.captureRisingEdge();
 }

but the   async event void Capture.captured( uint16_t time ); is never
triggered.

Is there any other initialization i have to make or some other
interfaces are there to work on such problem.

Even if any other method is there to find freq between 1Khz to 3Khz
please help me on that.

regards

trusit shah
Project Assistant
EEE Department
BITS PILANI GOA CAMPUS
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to