Hi there,
I have a BBB connected to CC2530 via UART. Reason of having this project is I would like to explore myself in ZigBee world with Linux. I am looking for some application note which is using CC2530 with Linux OS but the closest I found is CC2531.
I managed to download this setup from TI: Z-STACK-LINUX-GATEWAY which I had install this into my Ubuntu machine. My understanding is, it came with a prebuild binary that I need to copy into BBB lib directory then run the two scripts. Am I right? Do I need to rebuild anything to make it running in my BBB. My BBB is running Debian Wheezy OS and Linux is Kernel 3.8.13.
About the ZNP hex file, because I am using CC2530 can I use this hex from the project I downloaded from TI website and the zip file name: swrc126.zip.
Do I need to modify anything in order to make the application in Linux talk to my CC2530 zigBee. Do not worry about the UART port in my BBB since I have enable from the Device Tree.
Please let correct if I have overlook something?
Thank you