Other Parts Discussed in Thread: TMP116, CC2640
Hello,
Is it better to start from this project:
Or this:
to use the tmp116 with CC2650.
Thanks,
Brinix
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.
Hey Brinix,
Both projects are similar. Seeing as you're looking to use a CC2650, I would personally begin with the CC2650 Sensor Tag example. Both versions will require adjustments of the i2ctmp007 driver to ensure compatibility with the tmp116.
We are working on an example supporting the tmp116 with the CC2640R2, although I don't have a confirmed timeline on when that's going to be released (maybe within the next few months).
Hey Brinix,
Unfortunately, the CC2650 and CC2640R2 are not software compatible (although their pinouts are identical). The way driver files, RTOS files, etc are stored in the ROM are different with both devices. You'll have to make some changes in the software to ensure compatibility.
You might find this useful: http://dev.ti.com/tirex/content/simplelink_cc2640r2_sdk_2_20_00_49/docs/ble5stack/ble_user_guide/html/ble-stack-5.x-guide/migration-cc2640.html. This is the migration guide when porting projects from the CC2650 (or CC2640) to the CC2640R2.
Hello,
Thank you! I will take a look. Also, I am trying to find an I2C project on the CC2650 launchpad but I can't find any. it is only available with the CC2650 sensorTag. Please let me know if you have what I am looking for.
Thanks again,
Brinix