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.

MSP430F5529: CC1310

Part Number: MSP430F5529
Other Parts Discussed in Thread: CC1310

Support Path: /Product/Help with Device Selection/

i have GPS working with MSP430F5529 ( first device). also, i have another device with two CC1310 working with grove LCD to show to me the coordinate. i sat up one of the CC1310 as TX to send data to the other CC1310 Rx with LCD. what i want is the TX i need it to be work with the MSP430F5529 to send the GPS coordinate to the RX then will show it to me on the LCD. the range i am getting now is 300 meters. the major thing is how can i let launchPad with MSP430F5529 communicate with CC1310 launchPad because both of them will send the coordinates to the CC1310 RX. 

  • It sounds like you need to format your communication into packets with specific ID bytes for each TX device. This way the receiver can interpret from where the information was sent. You will also require CRC data validation in case both transmitters send data at the same time and cause data packet corruption.

    Regards,
    Ryan

**Attention** This is a public forum