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.

CCS/LAUNCHXL-CC1350: which example is suitable for transmit/receive sensor data through sub 1 ghz

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

Tool/software: Code Composer Studio

Dear experts,

i am newbie to ti, now i am working with cc1350 and i was complete i2c example and i want to transmit the data through sub 1 ghz when receive command.

i have a two cc1350 launch pad's i decided to one act as a mom another one is child, child is connected with i2c based  temperature and humidity sensor and child have a unique ID, so mom is send request to child with ID then child receive the request and check the ID. if ID is same as child ID then child will transmit the temperature and humidity value to mom otherwise don't send to it.

i need a example or idea for my requirements,

how to set unique ID for child.

how to send request to child from mom,

how to compare the ID and child ID must be store in EEPROM so how to store the ID to EEPROM.

how to send the temperature and humidity data with ID to MOM.