I am currently developing a sensor application based on a cc2430 and Z-stack 1.4.2.1.2.1 in IAR. It must communicate via ZigBee with a supposedly "ZigBee Certified," USB dongle (Sena ZU-10 ProBee) connected to a PC. The ProBee is to function as network coordinator with my sensor acting as an end node. These are the only devices in the network. A PC application will commnicate with the sensor via the ProBee com port interface. The ProBee only has basic network and data configuration options available via their Windows-based app, or Hyperterminal AT commands. There are no provisions for defining/selecting end points, binding, cluster id's etc. When powering up both devices (sensor running a modified version of GenericApp on a RF04EB) the ProBee detects the sensor and assigns it a 16-bit network address. However the Coordinator does not respond to a Match Descriptor Request (ZDP_MatchDescReq) or an Active Endpoint Request (ZDP_ActiveEPReq) so that I may deduce a valid endpoint/address to send data to. Likewise, data coming from the ProBee (eg. character strings from Hyperterminal) do not reach the sensor API, likely for the same reasons.
Can anyone suggest a way to get these devices to commuincate properly and exchange data? It seems perhaps that the ProBee is more tailored to network only with others of its kind and is unsuitable for networking with other ZigBee devices like this sensor (even though it's "ZigBee Certified")? Is there a more compatible ZigBee USB dongle solution out there?
Thanks for reading.