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 :)
Asked
Active
Viewed 143 times
1 Answers
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
-
Thanks Terje, but i require it for Killerbee :/ – Nity Jan 30 '12 at 11:24
-
OK, Nity. I just assumed that you were using the TinyOS framework since you tagged the question with TinyOS. – Terje Mikal Jan 31 '12 at 15:43
-
Ya Terje, am also using tinyos for micaz motes but to keep an eye over them i need killerbee – Nity Feb 09 '12 at 10:55