cu-ecen-aeld / final-project-MehulCUB

final-project-MehulCUB created by GitHub Classroom
0 stars 1 forks source link

BME-280 Sensor Interfacing on MSP432 and Sending data on UART #2

Closed MehulCUB closed 2 years ago

MehulCUB commented 3 years ago

Blockers

MehulCUB commented 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

IMG-2771

MehulCUB commented 2 years ago

Facing some issue with MSP432 board.

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. unnamed

MehulCUB commented 2 years ago

Facing some issues with the MSP432 board. it keeps throwing communication errors.

changing project definition to directly communicate with BME 280 using I2C on Raspberry Pi

MehulCUB commented 2 years ago

changing project definition to directly communicate with BME 280 using I2C on Raspberry Pi

-: moved to issue - 4**