Buah merupakan salah satu komoditas pangan yang paling banyak dikonsumsi oleh masyarakat. Identifikasi tingkat kematangan buah menjadi peran penting karena merupakan salah satu penentu kualitas, nilai jual, dan masa simpan buah. Proses identifikasi tingkat kematangam buah sering kali menimbulkan beberapa ketidakcocokan antara penjual dan pembeli buah. Hal ini disebabkan karena prosesnya dilakukan secara manual yang mengandalkan beberapa indra manusia, sehingga setiap individu memiliki tingkat kepekaan yang berbada. Untuk mengatasi masalah ini, dikembangkan sistem pendeteksi kematangan buah secara otomatis yang menggunakan sensor gas e-nose MQ-3 dan MQ-135. Kedua sensor tersebut mendeteksi senyawa volatil (gas) yang dihasilkan buah selama proses pematangan seperti alkohol, etanol, amonia, dan senyawa organik lainnya. Semakin matang buah, semakin tinggi pula konsentrasi gas-gas tersebut. Untuk mengklasifikasikan tingkat kematangan buah menjadi tiga kategori yaitu mentah, matang, atau busuk. Hasil deteksi ini kemudian dikirim melalui jaringan IoT, sehingga dapat dipantau secara real-time melalui aplikasi atau platform online. Dengan adanya sistem ini, para petani dan pedagang hingga komsumen dapat terbantu dalam memastikan kualitas buah secara pasti dan tidak mengandalkan indikasi objektif, sehingga timbul rasa saling tidak dirugikan antara penjual dan pembeli.
Go to file
Anwaraja12 fe6a860886 first commit 2025-08-15 14:15:50 +07:00
ReadMe.adoc first commit 2025-08-15 14:15:50 +07:00
arduino_secrets.h first commit 2025-08-15 14:15:50 +07:00
main.ino first commit 2025-08-15 14:15:50 +07:00
sketch.json first commit 2025-08-15 14:15:50 +07:00
thingProperties.h first commit 2025-08-15 14:15:50 +07:00

ReadMe.adoc

:Author: anwaraja12
:Email:
:Date: 10/08/2025
:Revision: version#
:License: Public Domain

= Project: {Project}

Describe your project

== Step 1: Installation
Please describe the steps to install this project.

For example:

1. Open this file
2. Edit as you like
3. Release to the World!

== Step 2: Assemble the circuit

Assemble the circuit following the diagram layout.png attached to the sketch

== Step 3: Load the code

Upload the code contained in this sketch on to your board

=== Folder structure

....
 sketch123                => Arduino sketch folder
  ├── sketch123.ino       => main Arduino file
  ├── schematics.png      => (optional) an image of the required schematics
  ├── layout.png          => (optional) an image of the layout
  └── ReadMe.adoc         => this file
....

=== License
This project is released under a {License} License.

=== Contributing
To contribute to this project please contact: 

=== BOM
Add the bill of the materials you need for this project.

|===
| ID | Part name      | Part number | Quantity
| R1 | 10k Resistor   | 1234-abcd   | 10       
| L1 | Red LED        | 2345-asdf   | 5        
| A1 | Arduino Zero   | ABX00066    | 1        
|===


=== Help
This document is written in the _AsciiDoc_ format, a markup language to describe documents. 
If you need help you can search the http://www.methods.co.nz/asciidoc[AsciiDoc homepage]
or consult the http://powerman.name/doc/asciidoc[AsciiDoc cheatsheet]