IL2232-HT2022-HIL / SOFTWARE_DEV

This is where software development for the project course will take place
0 stars 0 forks source link

HiL MCU: Create the Humidity & temperature task to mimic the sensor #39

Open HolgerStenberg opened 2 years ago

HolgerStenberg commented 2 years ago

The MCU-shield has a temperature and humidity sensor that communicates over I2C to indicate what temperature and humidity is measured. The task is to emulate this behavior with a task in the HiL-board.

  1. Find out how the message structure looks from the sensor
  2. Mimic this behavior with software
  3. configure the I2C to properly respond to the sensor value requests sent from the Development MCU board
  4. Make a suggestion of the periodicity of the task (and how messages don't drop due to filled buffers)