I’m using ZStack-CC2530-2.5.1a with the GenericApp project on my hardware (no demoboard) which I configured as Coordinator and End Device.
I do not have a joystick or key on my board. Where do I have to call the binding functions, then, or is there even a possibility to make the network start automatically?
I tried to put the ZDP_EndDeviceBindReq() function to ZDO_STATE_CHANGE event in GenericApp_ProcessEvent(). But this does not seem to work. With my sniffer tool I only see frames to set up the network but no Hello World messages.
Has anyone ever used GenericApp without keys and could help me?