cu-ecen-aeld / final-project-karthik-b-r

final-project-karthik-b-r created by GitHub Classroom
0 stars 0 forks source link

Interfacing of temperature sensor using I2C #1

Closed karthik-b-r closed 2 years ago

karthik-b-r commented 2 years ago

DoD:

Blockers:

karthik-b-r commented 2 years ago

Task 1: Procured MLX90614 and HTU21D sensors required for measuring temperature and humidity respectively.

Task 2: Tested the sensors by interfacing them on Arduino Uno Board. I was able to verify that the sensors were responding to varying parameters. The sensor test code can be referenced on this commit ID.

Task 3: Sensors are being detected on Raspberry Pi board when connected.

Task 4: Temperature values are being read and displayed after successfully interfacing the sensor with RPi using I2C. The code for I2C user-space driver to interact with sensor can be referenced on this commit ID. The code was locally built using this repo and tested.

karthik-b-r commented 2 years ago

The defined tasks for this sprint has been completed. Hence, closing this issue.