hi folks,
I am newbie to cc2530DK. I just want to start with this kit. Earlier i Used 8051 microcontroller for data transmission using Zigbee. I Used to write software for 8051 using keil compiler, After compiling successfully, the hex file i used to dump in to 8051 microcontroller through flash. I used to connect zigbee in tx and rx pin of 8051.
Now i want to know cc2530DK which controller is using???how can i write a program for my application. I know only, instead of keil, i need to use IAR. Then how can i flash the hex file. my requirement is, one node should act as coordinator and other node should monitor a temperature and send to node 1 through Zigbee. Node 1 should receive the node 2 value and display the temp in the lcd. How can i proceed.
I will be thankful if somebody help me out