Other Parts Discussed in Thread: CC2531, Z-STACK
I’m under a project which uses an ARM board with Linux OS, and CC2531 usb dongle as the Zigbee module for communicating with other Zigbee devices.
I want to use CC2531 dongle as the Zigbee device connected to the main board through USB port, and recognized by Linux as a Serial device like ttyACM0. And then through this serial device, I can issue command like start a new Zigbee network, join an existing network, or send data to other endpoints. How can I do this?
I’ve written the GenericApp for CC2531, which is one of the samples of Z-Stack-2.5.1a, into the usb dongle, and then plug it onto a Linux host, a new device ttyACM0 appears, but I can do nothing with this device.
Anyone has ideas about the solution? Please help me!!!