top of page

Gas Sensor Using
Arduinio/Processing

Processing

Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology. There are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning and prototyping.

Similar tools with Processing:

There is many tools and software similar to Processing, most popular are as follow:

1. OpenFrameworks: openFrameworks is an open source C++ toolkit designed to assist the creative process by providing a simple and intuitive framework for experimentation.

2. Processing.js: Processing.js is an open programming language, port of the Processing Visualization Language, for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.

Vvvv: vvvv is a graphical programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with

System Design connected

This is How the system is Connected
Arduino              MQ2
 

AO                               A0

5V                             VCC

GND                         GND

Arduinio System
Coding

Exemple Mouse interaction demo

Mouse interaction demo: move mouse to form shape. Press the mouse button to invert the color

Gas Sensor 

A gas sensor is a device which detects the presence or concentration of gases in the atmosphere. Based on the concentration of the gas the sensor produces a corresponding potential difference by changing the resistance of the material inside the sensor, which can be measured as output voltage. Based on this voltage value the type and concentration of the gas can be estimated.

System Hardware Connected

This is How the system is Connected
Arduino              MQ2
 

AO                               A0

5V                             VCC

GND                         GND

Processing System Coding

Processing System runing 

bottom of page