Close

Basic functionality and part selection

A project log for Refrigerator Monitor & Alarm

A low cost, low power, internet connected temperature monitor and alarm

rmcmillinRMcMillin 04/27/2019 at 17:310 Comments

I came up with a simple hardware block diagram and chose a few parts that will make up the main system components.  I think I should remove low cost from the title because I don't think it will be as inexpensive as I was hoping.

I thought about various configurations that the system could be in and decided that I wanted to put everything in a single package.  This may cause issues in the future as batteries do not run well in cold and I'm not sure how well wifi will penetrate the walls of a fridge.  I will try to put everything in a single package for easy installation and if there are issues then I will try to work around it or change the design.

I've attached a basic hardware block diagram and I would like the system to following way:

I chose to use an RTD over a cheaper type of temperature sensor to have some decent accuracy since this is for food safety.

I have decided to use the ATwinc1500 wifi module over ESP8266 and its derivatives due to a lower current consumption in idle mode.

I will probably use the ATmega328pb MCU since I already have libraries made and I am comfortable with it.  For a final product the MCU should probably be optimized for what the system actually needs.

Discussions