Hopefully someone can help me out here. No matter what application I compile
the group is always showing up as 0x00.

When I compile I see the following: 
 -DDEF_TOS_AM_GROUP=0x7d 

And in the app.c file I have the following:

enum __nesc_unnamed4270 {
  TOS_AM_GROUP = 0x22, 
  TOS_AM_ADDRESS = 1
};

According to the tutorials I should have 0x22 showing up during the
BaseStation and BlinkToRadio tests (Lesson 4) however only 0x00 is showing
up:

2A 00 0F FF FF 0F 04 00 06 00 02 01 8B
2B 00 0F FF FF 0F 04 00 06 00 02 01 8C
2C 00 0F FF FF 0F 04 00 06 00 02 01 8D
2D 00 0F FF FF 0F 04 00 06 00 02 01 8E
2E 00 0F FF FF 0F 04 00 06 00 02 01 8F

I also have serial sync turned on through SerialP as you might see.

Any help would be greatly appreciated.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to