vsardeshmukh / wsn-contour-tracking

Automatically exported from code.google.com/p/wsn-contour-tracking
1 stars 0 forks source link

Mote LEDs status #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How can a user interact with the application?

A user can determine a mote's status with its LEDs.

Requirements:

1. blinking green LED => clock not synchronized
2. lit green LED => clock synchronized 
3. lit yellow LED => black node
3. lit red LED => contour node

Original issue reported on code.google.com by farley...@dynagrid.net on 9 Oct 2011 at 8:53

GoogleCodeExporter commented 9 years ago
I'm looking at these issues.
Do you know how to control LED's. I read in tutorial.. but not able to recall. 
If someone knows, let me know.. that will be a great help and will save my time 
;)

Original comment by sar.vivek on 12 Oct 2011 at 2:42

GoogleCodeExporter commented 9 years ago
You can refer to ContourTrackingC.nc where report_xxx() functions call LED 
interfaces(toggle, on, off).

Original comment by farley...@dynagrid.net on 12 Oct 2011 at 2:59

GoogleCodeExporter commented 9 years ago
Currently, red LED is used to report problem, yellow LED indicates a packet is 
received , and green LED tells a packet is sent. The usage is for debugging. So 
if we make sure there's no problem with the next release after testing, the 
logic of LEDs control can be changed to meet the application requirements.

Original comment by farley...@dynagrid.net on 12 Oct 2011 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by farley...@dynagrid.net on 12 Oct 2011 at 3:07

GoogleCodeExporter commented 9 years ago
Didn't complete in Release1.0
Moving to Release 2.0 (Demo 2)

Original comment by sar.vivek on 7 Nov 2011 at 9:15