0

I am working on the Killerbee rzusb stick, mostly used to sniff/Listen data packets in radio platform. I would like to program this device according to my need. There are three LED's on the stick, can anyone suggest me the command to make them TURN ON & OFF ??? Thanks in advance :)

Nity
  • 11
  • 2

1 Answers1

0

I'm not familiar with the Killerbee, but in TinyOS you generally connect the Leds interface to the LedsC component and call Leds.led0On(), Leds.led1Off(), Leds.led2Toggle() and so on.

There should be an easy-to-read example of how to do it in the /opt/tinyos-2.x/apps/Blink-directory.

Terje Mikal
  • 938
  • 6
  • 16