Arduino code: #include <LiquidCrystal.h> #define gas_Pin 7 // initialize the library by associating any needed LCD interface p...
Friday, 14 December 2018
Wednesday, 12 December 2018
MQ4 gas sensor Arduino code: #include <LiquidCrystal.h> #define gas_Pin 7 // initialize the library by associating any needed LC...
MQ3 ALCOHOL SENSOR Arduino code: #include <LiquidCrystal.h> #define gas_Pin 7 // initialize the library by associating any ...
Saturday, 8 December 2018
Arduino coding: #include<Keypad.h> const byte ROWS = 4; //four rows const byte COLS = 4; //four columns char keys[ROWS][COLS...
Thursday, 6 December 2018
Embedded systems basics: Embedded systems step by step video guide -using PROTEUS ISIS professional and Arduino IDE software here I am...
Embedded systems basics: Embedded systems step by step video guide -using PROTEUS ISIS professional and Arduino IDE software here I am g...
Tuesday, 4 December 2018
Arduino coding: #include <Keypad.h> const byte ROWS = 4; //four rows const byte COLS = 4; //four columns char keys[ROWS][C...