Hi,
I am new to Zigbee and the CC2530 hardware.
I want to communication between two MCU UART ports using 2 CC2530 models.
Where should I start?
Thanks in advanced,
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.
Another MCU to CC2530.
I want to do the following:
[Another MCU]---wired UART---CC2530 -----802.15.4 \ Zigbee------ CC2530---wired UART---[Another MCU]
I have 2 CC2530EM and 2 battery boards. I updated the firmware to the serialApp.
I try to communicate using the RX and TX pins of 2 arduino boards.
Can someone direct which pins are the UART pins?
How do I configure one of the boards to be the coordinator and one as endpoint?
I cant get any communication between the two board......
Thanks
After some debugging I discovered the following:
I can trigger the SerialApp_Send() function by connecting the arduino TX to port p0_2.
SerialApp_Send call th AF_DataRequest function - (1) What does it do?
I dont have the smartrf05eb board so I cant press the SW2\SW4 (initiates end device binding\initiates a match description request).(2) DO I smartrf05eb or can I bypass it some how?
1. AF_DataRequest is used to send packet on Zigbee protocol.
2. SW2 will be triggered when you push the joystick to right on battery board. SW4 will be triggered when you push the joystick to left on battery board.
First, thank you very much for the quick and accurate responds.
I am using TI's batter board which doesn't have joystick.
Can I trigger the events by software?
TI Battery board should have joystick. Would you take a picture on your battery board and attach it for me to check?
OK, I see you are using CC2430 battery board so there is no joystick on it. Then, you need to revise hal_key.c to server your purpose.
1. Choose Port/Pin that you want to trigger SW2/SW4
2. Revise hal_key.c to capture interrupt on those Port/Pin and trigger SW2/SW4