Hi,
I already went through the below E2E Discussion to interface the CC2530 with Beaglebone Black:
e2e.ti.com/.../351110
But I was not able to conclude from it.
I am trying to interface CC2530 with Beaglebone Black.
I have downloaded the Z-Stack Home 1.2.2.42930 and it has the already pre-compiled binary CC2530ZNP-SB.hex in the ZNP Project.
I flashed it on the CC2530 Module.
I have interfaced this module to the BBB on USART4.
But I am not able to run the zigbeeHAgw script on the BBB.
I made below changes in the zigbeeHAgw:
1. ZBEE_RESET_GPIO_LINE=48
where I have interfaced the RESET signal of CC2530.
2. ZBEE_SERIAL_PORT=ttyO4
which is USART4 port of BBB.
3. Changed the below config in NPI_Gateway.cfg
devPath="/dev/ttyO4" ; UART
But still I am not able to run the zigbeeHAgw script.
Can you please suggest if I am missing anything else.
Thanks,
Sunny