## MASTER ARDUINO CODE ## #include<LiquidCrystal.h> //header#include<Wire.h> // header file for I2C protocolLiquidCrystal lcd(12,11,5,4,3,2); //pin used for LCDbyte a; // declaring variable for slaves void setup(){pinMode(A2,INPUT); // configuring the pin as INPUTlcd.begin(16,2); // beginning the LCD lcd.setCursor(0,0);lcd.print("MASTER");…
Vasanthakumar K P
updated on 07 Mar 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Vasanthakumar K P (10)
TEMPERATURE MONITORING SYSTEM USING I2C PROTOCOL
## MASTER ARDUINO CODE ## #include<LiquidCrystal.h> //header#include<Wire.h> // header file for I2C protocolLiquidCrystal lcd(12,11,5,4,3,2); //pin used for LCDbyte a; // declaring variable for slaves void setup(){pinMode(A2,INPUT); // configuring the pin as INPUTlcd.begin(16,2); // beginning the LCD lcd.setCursor(0,0);lcd.print("MASTER");…
07 Mar 2023 03:50 AM IST
Design and Development of Rear Parking System
/* * * * Created: 25-11-2022 22:02:41 * Author : VASANTHAKUMAR K P */ #include <avr/io.h>#include "avr/interrupt.h"#define F_CPU 16000000L#include <util/delay.h>#define lcdport PORTD //object macro for PORTB#define rs_high() PORTB |= (1<<7);…
07 Mar 2023 03:42 AM IST
Automatic Fan Control System
Automatic Fan Control System A standard air conditioning system either heats or cools the cabin depending on the position of the regulator. It is essentially a manual control of the temperature of the air pumped into the cabin, as well as the speed of the fan. The fan control systems operate with the same basic composition…
06 Dec 2022 09:14 AM IST
Project 2 - V&V SW Analysis II
Files Attached
05 Dec 2022 06:39 AM IST
Project 1 - V&V SW Analysis - I
Test plan for New mobile : if (long_press power_button && phone_state OFF){phone switched ON with the company logo at center;}elseif (press the power_button){phone switched ON with apps icon present in the grid;}elseif (Phone is power_ON by product owner){call_phone_icon should be first_icon AND Dictionary_icon…
05 Dec 2022 03:25 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
OFFLINE BATCH
26 Nov 2022 04:16 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
1) OFFLINE BATCH FILES and SCREENSHOTS ATTACHED
23 Nov 2022 05:20 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
1) OFFLINE BATCH FILES and SCREENSHOTS ATTACHED
19 Nov 2022 11:48 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
08 Nov 2022 11:27 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
07 Nov 2022 12:02 PM IST