For end devices I have a question
all end devices have a polling rate (1s in my case) that means they call their parent every 1s for a short time?
in what sleeping mode are they in these 2 phases please?
I would like to make 2 end devices send messages, can a beacon-enabled network do this?
for example a GENERIC_STAR (using ZStack 1.4.2 and cc2430)
and to build a beacon enabled network, should I change the configuration of the coordinator only:
in ZDApp.c:
// Beacon Order Settings (see NLMEDE.h)
#define DEFAULT_BEACON_ORDER BEACON_ORDER_NO_BEACONS
#define DEFAULT_SUPERFRAME_ORDER DEFAULT_BEACON_ORDER
replaced by :
#define DEFAULT_BEACON_ORDER 7
#define DEFAULT_SUPERFRAME_ORDER 6
Do I have to change ZDApp.c for every end device built or just for the coordinator that manage the network?
Thanks again