System developed in Arduino and Visual Studio. The system is capable of reading the air quality with the help of an MQ-5 gas sensor and based on this it generates a graph in real time and can also warn by means of an LED and a Buzzer if it is in danger or if it should be to take precautions.
You can follow the next command lines to build the Windows Forms Application.
$ git clone https://github.com/Santana-C/SensorGasArduino
$ dotnet build
And compile the arduino code to the Arduino board too.
The arduino code is in arduino-project folder.
Follow the next circuit
-
Visual Studio: Version 2022
-
Arduino IDE: Version 1.8.16
-
Arduino UNO: Rev3
