Skip to content

A mini stovetop that monitors eggs until they reached soft, medium, or hard boiled doneness, powered by Arm embedded systems engineering.

License

Notifications You must be signed in to change notification settings

marcelbonnici/arm-smart-stove

Repository files navigation

Hard Boiled Egg Smart Stove - Powered by ARM

This hardware engineering project cooks an egg to various doneness levels (soft/medium/hard boiled) powered by components programmed at a low level, versus with libraries. The hardware is accomplished by an ARM development board coordinating a soldering plate, LCD Character Display, temperature sensor, and other small components to cook an egg in a user-friendly process.

Motivation

Wanting to grow my microcontroller skills even outside work hours, I completed an online course on ARM processors before self-appointing a project to manifest all that I learned. Having used all the above components throughout the course minus the soldering plate, I embraced my inner foodie (and past as a DIY food automation YouTuber youtube.com/astonishingstudios) to make a stove that automates the cooking process, while being flexible enough to acknowledge users’ preferred egg donenesses.

Video Demonstration

CLICK HERE TO WATCH

Hard Boiled Egg Smart Stove

Hardware

The Nucleo-64 electronic schematic can be followed below:

Schematic TODO

  • Ensure the temperature sensor is the only sensor connected to the 170 pin breadboard, and make sure to mount the breaboard sideways so it can touch the egg jar while being heated

Requirements

The code files require:

  1. MBed Studio

How to Run the Code

Open the MBed Studio software

Sign up for or sign into your account to get started.

Login Page Screenshot

Via the USB cable, plug in the Nucleo device to the computer. The computer should detect this and automatically select it as the target.

Download this GitHub repository locally to your computer. For newcomers to GitHub, click the green Code button followed by Download ZIP. Extract the downloaded ZIP file.

In Mbed Studio, click File > New Program, select empty Mbed OS program from the window's Example program's drop-down list, and fill Program name filed with a fitting name. Make sure Make this the active program is checked off.

New Program Screenshot

From the left panel, right click main.cpp from inside the folder with the program name and click Delete. Right click the program name and hit Copy Path.

Open the computer's file explorer and paste the copied folder location into the address field, or manually click through folders until you reach the program's destination.

Open another file explorer tab, enter the unzipped folder, and copy these four files: Egg_doneness.h, LCD_and_temp.h, LCD_Temp_speaker.cpp and main.cpp.

Return to the first file explorer tab that was opened and paste the four files into it.

In Mbed Studio, click the Run symbol (play button) in the left panel to compile and download the program to the development board.

Compile & Run Screenshot

After texts stops moving and compiling in the lower panel of the screen, tap the black RESET button on the development board to see the LCD turn on.

Development Board Reset Button

Finally, get cooking!

How to Operate

Fill the egg jar with 3 ounces of room temperature water. Gently place a quail egg in the jar.

Egg & Cup

Place the jar on the hot plate and cover the top of the jar. Ensure the temperature sensor

Tap the button associated with input pin D8, the Browse button, to toggle the 3 desired doneness options: soft boiled, medium boiled, and hard boiled.

After settling on the the preferred option, hit the button associated with input pin D7: the Confirm button.

Wait for the temperature, read out on the LCD screen, to reach 150 degrees Fahrenheit, before the cooking countdown begins.

Temperature Ascending Fast-Forward

Once cooking completes, grab the jar by the threads, uncover it, spoon out the egg and de-shell the finished egg. Bon appetit!

Taking out the egg

Future Possibilities

The soldering plate, which only has on and off modes, makes for an adequate stove because it gets hot enough to boil an egg, but not hotter. An alternative that features temperature control would enable this project to show my PID skills, too.

Similarly, the temperature sensor can read up to 125 degrees Celsius, or 257 degrees Fahrenheit, meaning choosing another sensor would enable the stove to cook other items, especially cuts of meat.

Until then, the project suffices as the best tool in my morning routine arsenal.

About

A mini stovetop that monitors eggs until they reached soft, medium, or hard boiled doneness, powered by Arm embedded systems engineering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published