Smartphone Controlled Light On Off System using Arduino and Bluetooth Module

preview_player
Показать описание
In this video i will show you how to build a home automation system using bluetooth and it is totally smartphone based. Here i will control a light using my smartphone. For making this project i am using Arduino ,Bluetooth Module and Relay Module.
Other Awesome Tutorial:
#NT_TRONIX #ARDUINO
Рекомендации по теме
Комментарии
Автор

Please upload the code and diagram of the project it will be helpful

zaidansari
Автор

New subscriber sir always watching your videos😊

mixme
Автор

bro you are awesome i made this project because at last I found your video.Tysm once again..

sarveshpandey
Автор

This is a great video, altho the Code and Diagram are missing in the description

please upload it :((

saintnaevis
Автор

Do you have ready made kit of this project...
If available...I want to buy it
Please provide information as soon as possible

prashanthijarupula
Автор

#include <SoftwareSerial.h>

SoftwareSerial bluetooth(2, 3); // RX, TX pins for Bluetooth module
int relayPin = 7; // Pin connected to the relay module

void setup() {
pinMode(relayPin, OUTPUT);
digitalWrite(relayPin, LOW); // Ensure relay is initially off
Serial.begin(9600);
bluetooth.begin(9600);
}

void loop() {
if (bluetooth.available()) {
char command = bluetooth.read();
if (command == '1') {
digitalWrite(relayPin, HIGH); // Turn on the light
Serial.println("Light is ON");
} else if (command == '0') {
digitalWrite(relayPin, LOW); // Turn off the light
Serial.println("Light is OFF");
}
}
}

hanaanshaacutz
Автор

Sir i have done everything but the google drive file in not opening

AasimTak
Автор

Hi NT Tronix.
I really appreciated your video.
But can I have the copy of your code of it is okay to you

bensentdemesa
Автор

Full ok 👍🏾 ayii
Time out vakan parumo


Replay 🙏 🙏 🙏 🙏 🙏 🙏 🙏 🙏

libinmathew
Автор

Buddyy this is awesome video please could you let me have the code and the schematic include the app?

dilshankasthuriarachchi
Автор

Hi i wanna control bulb on wifi i have smart switch. I also wanna control manually so that sometimes if smart switch Don't work then i can on it manually

rhj
Автор

cAN I DRAVE A CIELING FAN INSTEAD OF BULB?

tradingview
Автор

Bro can you upload clear picture about code

villangamingyt
Автор

bro plz help, when i click the on button from app, light should on and automatically light should off after 10 seconds

sagarballa
Автор

hello brother, please share links for hardware

ozhclje
Автор

Bro can i use HC05 bluetooth module instead of HC06

LyricsDuniya
Автор

BRO THERE IS A CODE UPLODING PROBLEM WHAT TO DO ????
PLS

-saipriyauttara
Автор

great project but is it okay to keep it plugged in?

reiniermariscotes
Автор

Can we make this project with 2 channel relay module?

YaseenKhan-ofbr
Автор

Good débride my dualtron, one, off 🤫

bongarcon
welcome to shbcf.ru