Once again, it’s time to announce one of my side projects: Pefeggt - A boiling time calculator for eggs. Actually, I’ve been sitting on this one for quite a while and I decided to complete a working release this weekend. The app is built for Android and it helps you to calculate the perfect time you need to boil eggs to your preferred consistency.

Perfeggt Overview

Functionality & Usage

To calculate the time, I’m using Charles D. H. Williams formula from his paper “The Science of boiling an Egg”. This calculation requires the weight and temperature of the egg, the height above sea level at the place where it is cooked and the desired internal temperature of the egg to determine its consistency.

To provide a better user experience, the user can provide the eggs weight in grams as well as the measurement in the form of sizes S (50 g.), M (58 g.), L (68 g.) and XL (75 g.). Alternatively, you can enter the weight directly. To specify the desired internal temperature, I have specified three possible selections to achieve either a soft, medium or hard result.

Finally, it is necessary to state the current position regarding the altitude above sea level. This determines the boiling point of the water.

After you have entered all the values and pressed the “Calculate” button, a second page will be loaded showing you the duration. Here you can now start a timer that exits the application. In the status bar you will now see a new entry indicating the time of completion. By clicking this entry, you can abort the countdown prematurely. As soon as the time has elapsed, the application will notify you with an alarm.

I am looking forward to any feedback! The app is available in both PlayStore and Open Source on GitHub.