Student Assignment 2024:

Exam Number: 112104

Meeting the Brief:

My embedded system uses both digital and analogue inputs to enhance the user's sleep quality by collecting data throughout the duration of the user's sleep. This data gathered from the embedded system is then validated and stored on a CSV file. On python, my analysis component calculates the night's sleep quality and provides advice based on collected data to enhance future sleep experiences.

Analogue Inputs:
Light Level and Temperature
light_data temp_data analogue_data
Digital Inputs:
Screen Time, Snore Count, Movement Count and Time Slept
screen_time_data snores_data move_data sleep_data

My data gathered from the embedded system is then stored on a CSV file. To validate this data I used the " average" function on the excel spreadsheet to calculate the mean light level and temperature. I then used the "max" function to get the final count of movements, screen time, snores and time slept.

mean_light_data light_data_column

Investigation:

This is the content of MtB.

Plan and Design:

This is the content of MtB.

Create:

Week 1:

Week 2:

Week 3:

Week 4:

Screen_Time_Code

Week 5:

Snore_Code

Week 6:

Movement_Code

Week 7:

Time_Slept_Code

Week 8:

Week 9:

Week 10:

Week 11:

Week 12:

Evaluation:

This is the content of MtB.

References:

This is the content of MtB.