Closed MehulCUB closed 2 years ago
Successfully interfaced BME280 sensor and measured temperature, pressure, and humidity data and send data on UART. (it can be seen 2 UART terminals shows the sensor data)
Code Working correctly for MSP432 for I2C interfacing and sending on UART
Successfully Tested sensor data, UART data using FTDI converter
Issue linked to support repository: https://github.com/cu-ecen-aeld/final-project-support-bjorn-mehul/issues/1#issue-1054505853
Code for the Sensor interfacing at : https://github.com/cu-ecen-aeld/final-project-support-bjorn-mehul/tree/main/MSP432_BME280_TPRH
Support repository : final-project-support-bjorn-mehul : commit id : link 5b09bc03061176fe654fc7a510f3db7f6fc8172f
It keeps throwing me below error. Although it is not related to cable as I tried by connecting another JTAG cable but shows the same error.
changing project definition to directly communicate with BME 280 using I2C on Raspberry Pi
Blockers