An awesome DIY projects that will help you get better consistent roasts by measuring roast color between batches
Report Bug
•
Request Feature
Starting into home roasting I've quickly realised the importance of a roast meter to evaluate the color of the coffee, this helps you better target different end temperature/time but retain the same level of color and see how it influences taste.
Here's why:
- Commercial grade roast meters are very expensive
- Chips and sensors are are readily available/cheap and easy to get going
- At the end of the guide you will have an ~100$ roast meter, that is consistent and can help you get the most out of your roast.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
- Download the source files
- Get your hardware
- Print your 3d case
- Artemis Thing Plus
- MAX 30101 Sensor
- Micro OLED
- 2x 50mm QWIIC Cables
- 1x 100mm QWIIC Cables
- USB-C to PC Cable
- Guide coming soon
- Install the Arduino IDE software that you just downloaded.
- Open Arduino IDE
- Load the "roast_meter.ino" file from the src folder.
- Add the board manager url in preferences guide
- Load the 2 libriaries downloaded above using this [guide] (https://learn.sparkfun.com/tutorials/installing-an-arduino-library)
- At this point you should have already selected the board as "Artemis Thing Plus" and be able to deploy it to your hooked up device.
- Press "Verify" button on the Arduino IDE and if all went well, press "Upload" and your all done, the display should start up and you can begin measuring your roast level.
- Guide coming soon
Calibration against Agtron Gourmet Scale(DONE)- Add battery, on/off button
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU License. See LICENSE
for more information.
Juztin - [email protected]
Project Link: https://github.com/juztins-lab/roast-meter