Part Number: CC2650
Other Parts Discussed in Thread: TMP116, CC2640
Hi all,
I was wondering about the following problem I have here.
I've loaded (in CCS 8) the thermometer_cc2650_app/stack programs, changed the target configuration according to my needs. I'm able to build & debug the program.
So far so good. Now I want to readout over I2C a TMP116 or 117 device (pin compatible temperature sensors).
Therefor, I want to use the Sensor Controller Studio, and I open example I2C light sensor. This is build for a 7x7 package, but I have a 5x5 package. Pin conversions thus needs to be done, but OK I'll manage. I only see I2C SDA and SCL mapped, so only 2 pins, which also seems fine.
Now the question is, where do I have to place the created files by this sensor studio, and how do I incorporate them into my CCS project so the I2C communication is actually used, and the temperaturereadouts are linked to the healthtemperature service?