Hello everyone,
I am using the SimpliciTI Ap as Data Hub example code to connect two cc430f6137 boards, one as End device and one as Acess Point. When I run the code both boards work they way they are supposed to creating the link and toggling the leds just fine.
Now I am trying to make the end device send a message to the acess point using the SMPL_Send and SMPL_Receive function already present and defined within the code. The 'msg' variable is defined as an 'unsigned char' vector both on the End Device code and the Acess Point, but when I input some random values to the 'msg variable on the End device code and run the whole system, connecting both boards and creating the link I am not able to see the same values being received by the acess point 'msg' variable.
I am able to see the variable values by using the Watch expression and variables function of CCS.
I thought this example code was already set for sending the message between devices, do I have to add any kind of extra code to be able to perform this action?
Or is there anything specific that I might have to change to able to create this data between the two devices?
Any help will be highly appreciated,
Thanks a lot in advance,
Renan.