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/CC2650MODA: Interfacing I2C sensor with CC2650MODA

Part Number: CC2650MODA
Other Parts Discussed in Thread: CC2650STK, CC2650

Tool/software: Code Composer Studio

Hi all, 

I am trying to interface Temp & Humidity sensor with CC2650MODA through I2C.

I was able to build and upload "sensortag" from folder "cc2650lp" to CC2650MODA. Change in waveform was visible on mobile app when I toggled connected switch.

Now I want to interface I2C supported sensor, for this I have 2 ways,

1. Make "sensortag" code from folder "cc2650stk" compatible with CC2650MODA and remove unwanted services.

2. Add new sensor service to "sensortag" from folder "cc2650lp". "  ( https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/411520  Are we required to do this only ?)

Please suggest me, which way is better ?