Part Number: CC1350
Other Parts Discussed in Thread: TMP006, HDC1000
Hello,
- I'm using CC26x0 Web demo example in contiki-ng, pn CC1350 launchpad.
- The launchpad is connected to HTU21D Humidity and Temperature sensor which uses I2C to trigger and read measurements.
The objective is to have a Process that opens the I2C communication, send commands to the sensor, then read the measurements, and publish it as sensor reading.
- I'm wondering where in the code should I add the I2C process? Is there an example of an I2C process in Contiki-ng for the launchpad which I can append to the web-demo example?
Thanks