Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woheller69/eggtimer
With Smart EggTimer you can cook eggs perfectly.
https://github.com/woheller69/eggtimer
android
Last synced: 18 days ago
JSON representation
With Smart EggTimer you can cook eggs perfectly.
- Host: GitHub
- URL: https://github.com/woheller69/eggtimer
- Owner: woheller69
- License: gpl-3.0
- Created: 2021-09-06T07:10:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:24:33.000Z (3 months ago)
- Last Synced: 2024-10-15T01:08:03.435Z (30 days ago)
- Topics: android
- Language: Java
- Homepage:
- Size: 2.62 MB
- Stars: 100
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Send a coffee to [email protected]| **RadarWeather** | **Gas Prices** | **Smart Eggtimer** |
|:---:|:---:|:---:|
| [](https://f-droid.org/packages/org.woheller69.weather/)| [](https://f-droid.org/packages/org.woheller69.spritpreise/) | [](https://f-droid.org/packages/org.woheller69.eggtimer/) |
| **Bubble** | **hEARtest** | **GPS Cockpit** |
| [](https://f-droid.org/packages/org.woheller69.level/) | [](https://f-droid.org/packages/org.woheller69.audiometry/) | [](https://f-droid.org/packages/org.woheller69.gpscockpit/) |
| **Audio Analyzer** | **LavSeeker** | **TimeLapseCam** |
| [](https://f-droid.org/packages/org.woheller69.audio_analyzer_for_android/) |[](https://f-droid.org/packages/org.woheller69.lavatories/) | [](https://f-droid.org/packages/org.woheller69.TimeLapseCam/) |
| **Arity** | **Cirrus** | **solXpect** |
| [](https://f-droid.org/packages/org.woheller69.arity/) | [](https://f-droid.org/packages/org.woheller69.omweather/) | [](https://f-droid.org/packages/org.woheller69.solxpect/) |
| **gptAssist** | **dumpSeeker** | **huggingAssist** |
| [](https://f-droid.org/packages/org.woheller69.gptassist/) | [](https://f-droid.org/packages/org.woheller69.dumpseeker/) | [](https://f-droid.org/packages/org.woheller69.hugassist/) |
| **FREE Browser** | **whoBIRD**| |
| [](https://f-droid.org/packages/org.woheller69.browser/) | [](https://f-droid.org/packages/org.woheller69.whobird/) | |# Smart EggTimer
This application provides an egg timer which calculates the boiling time according to the formula derived by Dr. Charles D. H. Williams,
based on required consistency, altitude, start temperature, and egg weight.The formula is taken from here: http://newton.ex.ac.uk/teaching/CDHW/egg/
[](https://f-droid.org/packages/org.woheller69.eggtimer/)
## Instructions
If your phone does not have a built-in pressure sensor, place it at a position with GPS reception and wait until your altitude is shown.
Enter size of the egg. The preset egg sizes are as defined by the EU. You can change them in settings.
| EU size | S | M | L | XL |
| ------- | --- | --- |--- | --- |
| Weight (g) | <53 | 53..63 | 63..73 | >73 |Enter temperature of the egg.
Select desired consistency or core temperature.
Pierce the egg and put into boiling water. The egg must be fully covered with water.
Let the water boil slightly.Press the START button.
## Permissions
The app only requires authorization for GPS. This is needed to get the altitude which is used for calculation.
This information is used only within the app. Nothing is sent via the internet.## Used third-party libraries
- AndroidX libraries (https://github.com/androidx/androidx) which is licensed under Apache License Version 2.0
- Material Components for Android (https://github.com/material-components/material-components-android) which is licensed under Apache License Version 2.0