Hello,
I am working on a sensors network where I use the on the MSP430FG4618 (I have the F4618 EVM) to store data in the End Device and send it to the Access Point. For the RF part I am using the CC2500 EVM.
I
am filling out 16 addresses of the RAM memory (16 words therefore 32
bytes) with arbitrary data. I want to send a packet of information
consistent the 32 bytes (16 words) from the End Device to the Access
Point. I understand that I should modify the function linkTo() in order to send the info but I haven't succeed on that. Any advise?
Now, once on the access point, how do you store the data you receive? I want to save the received data in the RAM memory. I know that the processMessage function is the one that handles the received info but still cannot get it to work.
I have some experience with the MSP430 but I am new with simpliciTI, I hope somebody can give me advise on this.
I really appreciate the help.
Efrain