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.
Find out how the message structure looks from the sensor
Mimic this behavior with software
configure the I2C to properly respond to the sensor value requests sent from the Development MCU board
Make a suggestion of the periodicity of the task (and how messages don't drop due to filled buffers)
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.