Software
Sensing
In order for Meat Master to take the reading of the protein that it is cooking, we were using a thermocouple. I opted to take 20 samples of the temperature and take the average. This was done to make the readings that the thermocouple were outputting to be more consistent. When testing, we noticed that the fluctuations in temperature could be quite large and would trigger the done sequence to start prematurely.
Additionally, we have a timer that is running to let the user know when it is time to flip the protein.
Communication
To start Meat Master, the user would send a message to let it know what it is cooking and the doneness that the user wishes to achieve. Master would then interpret the message and choose the appropriate temperatures.
When the thermocouple determines that the protein should be either be flipped or is done cooking, Meat Master moves communication. Meat master has two methods of communication: Text and music.
Text is used to notify the user in the event that they walk away from the stovetop to do something else meanwhile.
Furthermore if the user does not have their phone, they could hear Meat Master playing a sound to let them know that it is done cooking. There are two different sounds that are played to let the user know which action should be done.
Full Code
Last updated