This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2531 to hyperterminal

Other Parts Discussed in Thread: CC2531

I have a CC2531 usb dongle.. I want to use it as a Zigbee transceiver. I have used the ZNP as it was in Zigbee stack. what changes do i need to make to this given ZNP to use it as a zigbee transceiver?

and how do I print the Received messages on computer screen? Do i use Hyperterminal or some other application? and if Hyperterminal then how?

Thankyou

  • Hi,

    you can flash the CC2531 with the ZNP firmware and use it with Z-Tool which allows you to send and receive ZNP commands. Z-Tool will show a log of all the received and sent commands.
    If you want to write your own C application to control the CC2531, you can take a look at the ZNP host framework(www.ti.com/.../tidc-znp-host-sw3 ) which provides you an easy to use API to exchange commands with the ZNP dongle and it also has example applications.

    I hope this helps,
    Hector