Devices & Components
Arduino Uno Rev3
Jumper wires (generic)
Software & Tools
Arduino IDE
Project description
Code
Arduino code
arduino
Upload this code into your arduino
1int mqxx_analogPin = A0; 2void setup() 3{ 4 Serial.begin(9600); 5} 6void loop() 7{ 8 int mqxx_value = analogRead(mqxx_analogPin); 9 Serial.println(mqxx_value); 10 delay(100); 11} 12
Downloadable files
connections
This is the schematic diagram of the project. use jumper wires to connect them
connections

connections
This is the schematic diagram of the project. use jumper wires to connect them
connections

Comments
Only logged in users can leave comments