Smartphone Controlled Light On Off System using Arduino and Bluetooth Module

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 157

  • @mixme8655
    @mixme8655 ปีที่แล้ว +2

    New subscriber sir always watching your videos😊

  • @sarveshpandey2755
    @sarveshpandey2755 2 ปีที่แล้ว

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

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว

      Thanks for your feedback

  • @libinmathew1068
    @libinmathew1068 8 หลายเดือนก่อน +3

    Full ok 👍🏾 ayii
    Time out vakan parumo
    Replay 🙏 🙏 🙏 🙏 🙏 🙏 🙏 🙏

    • @NTTronix
      @NTTronix  8 หลายเดือนก่อน +1

      comment in english

    • @libinmathew1068
      @libinmathew1068 8 หลายเดือนก่อน +1

      How can we put time adjustment ⏲️ in this smartphone controlled light on off system using............. ???
      Reply

  • @saintnaevis4226
    @saintnaevis4226 3 ปีที่แล้ว +4

    This is a great video, altho the Code and Diagram are missing in the description
    please upload it :((

    • @NTTronix
      @NTTronix  3 ปีที่แล้ว +1

      Ok

    • @Sn00psIsEditing
      @Sn00psIsEditing 2 ปีที่แล้ว

      @@NTTronix u didnt

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @hanaanshaacutz
    @hanaanshaacutz 9 หลายเดือนก่อน +5

    #include
    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");
    }
    }
    }

  • @NARAGAMPAVANI
    @NARAGAMPAVANI ปีที่แล้ว

    sir is this bluetooth on and off app is available in paly store now ??
    if it is there can u plss send the link.

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      No, it's not available on playstore.

    • @NARAGAMPAVANI
      @NARAGAMPAVANI 11 หลายเดือนก่อน

      Can we do it using any other application??

    • @NTTronix
      @NTTronix  11 หลายเดือนก่อน

      @@NARAGAMPAVANI yes

  • @prashanthijarupula7811
    @prashanthijarupula7811 7 หลายเดือนก่อน

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

  • @morabongsu9634
    @morabongsu9634 2 หลายเดือนก่อน

    Hallo,i done with all connection and i done cheak all wiring but not succesfull.Can sir help what can i do?

  • @anujarani341
    @anujarani341 2 ปีที่แล้ว +10

    Bro pls i need to submit it Tomorrow

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

    • @astorgadexterpelaez3502
      @astorgadexterpelaez3502 ปีที่แล้ว

      hahaha

    • @shree8333
      @shree8333 ปีที่แล้ว

      Jo diye hai wo file khul raha hai kya bhai

  • @rhj323
    @rhj323 2 ปีที่แล้ว

    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

    • @derick2425
      @derick2425 2 ปีที่แล้ว

      Same in mind

  • @powertechelectricalsystems
    @powertechelectricalsystems 2 ปีที่แล้ว

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

  • @SONUJS
    @SONUJS 2 หลายเดือนก่อน

    the light was ano lighting when on the light in aoo... why??

  • @nathaneneast2617
    @nathaneneast2617 29 วันที่ผ่านมา

    Why i can't do it bro, always error at the app

  • @zaidansari1769
    @zaidansari1769 ปีที่แล้ว +6

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

  • @bensentdemesa7334
    @bensentdemesa7334 2 ปีที่แล้ว +2

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

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @dilshankasthuriarachchi4737
    @dilshankasthuriarachchi4737 3 ปีที่แล้ว +3

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

    • @NTTronix
      @NTTronix  3 ปีที่แล้ว

      Check the video description

    • @dilshankasthuriarachchi4737
      @dilshankasthuriarachchi4737 3 ปีที่แล้ว +4

      @@NTTronix i have already done there were no any detail there why is that

    • @ain5322
      @ain5322 2 ปีที่แล้ว

      Bro there is

  • @tradingview5363
    @tradingview5363 2 ปีที่แล้ว +1

    cAN I DRAVE A CIELING FAN INSTEAD OF BULB?

  • @AasimTak
    @AasimTak 3 หลายเดือนก่อน

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

  • @shaliniagrawal6713
    @shaliniagrawal6713 3 ปีที่แล้ว +1

    Can I use 440v AC light bulb

    • @NTTronix
      @NTTronix  3 ปีที่แล้ว +1

      Yes. Just change the relay module

  • @YaseenKhan-of8br
    @YaseenKhan-of8br ปีที่แล้ว

    Can we make this project with 2 channel relay module?

  • @miggap
    @miggap ปีที่แล้ว

    I have hc05 is it work on this project?

  • @Indian-77-r2c
    @Indian-77-r2c หลายเดือนก่อน

    Can I use SMB arduino UNO ?😅

    • @NTTronix
      @NTTronix  หลายเดือนก่อน

      yes

  • @richarda.olaosebikan9633
    @richarda.olaosebikan9633 11 วันที่ผ่านมา

    Hello, please. Is there anyone who has successfully done this project? Kindly be of help; I am not getting my Bluetooth connection. Can't tell why?
    Feom nigeria

  • @derick2425
    @derick2425 2 ปีที่แล้ว

    Can switch this Tru internet?

  • @williamkakooza4603
    @williamkakooza4603 6 หลายเดือนก่อน

    Thanks for this video

  • @JODISLIVE5
    @JODISLIVE5 10 หลายเดือนก่อน

    bro from where did you got the wires

    • @devsoni19
      @devsoni19 10 หลายเดือนก่อน

      Any electric shop you find those wires called jumper pins

  • @LyricsDuniya
    @LyricsDuniya 2 ปีที่แล้ว

    Bro can i use HC05 bluetooth module instead of HC06

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว

      Yes, both are same

    • @LyricsDuniya
      @LyricsDuniya 2 ปีที่แล้ว

      @@NTTronix okay thanks bro

    • @richarda.olaosebikan9633
      @richarda.olaosebikan9633 11 วันที่ผ่านมา

      ​@@NTTronix please come through sir.. my bluetooth cant pair. From Nigeria, don't know what else to do

  • @calixjr3384
    @calixjr3384 ปีที่แล้ว

    where is the app you used to control the arduino

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      Check the video description

  • @IslamDeen-Muslim
    @IslamDeen-Muslim 3 หลายเดือนก่อน

    How you devloped gui

    • @NTTronix
      @NTTronix  3 หลายเดือนก่อน

      using MIT App Inventor

  • @dilshankasthuriarachchi4737
    @dilshankasthuriarachchi4737 3 ปีที่แล้ว

    Buddyy the code and the schematic was not in the description so could you please let me have these?

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

    • @erickay6231
      @erickay6231 10 หลายเดือนก่อน

      @@NTTronix pls can you send the Link again 🙏

  • @Hemanth-vidhya8
    @Hemanth-vidhya8 ปีที่แล้ว

    nice bro

  • @user-oz3hc6lj2e
    @user-oz3hc6lj2e 8 หลายเดือนก่อน

    hello brother , please share links for hardware

  • @reiniermariscotes4455
    @reiniermariscotes4455 ปีที่แล้ว +2

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

  • @lethaosckar1955
    @lethaosckar1955 ปีที่แล้ว

    HOW TO MAKE IT THIS BORD

  • @030-saipriyauttara7
    @030-saipriyauttara7 ปีที่แล้ว

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

  • @harshroy..
    @harshroy.. 3 หลายเดือนก่อน

    How to install tha app

    • @NTTronix
      @NTTronix  3 หลายเดือนก่อน

      Check the video description

  • @bunnybaka714
    @bunnybaka714 ปีที่แล้ว

    how to download you app?

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @ventv4170
    @ventv4170 3 หลายเดือนก่อน

    how to make an app

    • @NTTronix
      @NTTronix  3 หลายเดือนก่อน

      using MIT App Inventor

  • @villangamingyt4195
    @villangamingyt4195 7 หลายเดือนก่อน

    Bro can you upload clear picture about code

  • @LvlComplex
    @LvlComplex 2 ปีที่แล้ว

    bluetooth rejectes connection why?

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว

      Unpair the bluetooth modue and pair it again.

    • @LvlComplex
      @LvlComplex 2 ปีที่แล้ว

      @@NTTronix of course thats the first thing i would have done didn't work no real guidance online aswell how to fix this problem

    • @HAFSARIFFAT-ly3zh
      @HAFSARIFFAT-ly3zh ปีที่แล้ว

      @@LvlComplex how you solve this problem??

  • @cslzhi2124
    @cslzhi2124 ปีที่แล้ว

    Was anyone able to get the code and diagram for this project?

    • @NTTronix
      @NTTronix  ปีที่แล้ว +1

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

    • @cslzhi2124
      @cslzhi2124 ปีที่แล้ว +1

      @@NTTronix Thanks alot, appreciate it!

  • @SouravMaiti-ye6zl
    @SouravMaiti-ye6zl ปีที่แล้ว

    Bluetooth app ka link do

  • @khushaljaiswal5013
    @khushaljaiswal5013 ปีที่แล้ว

    code and diagram site is not opening

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @SouravMaiti-ye6zl
    @SouravMaiti-ye6zl ปีที่แล้ว

    Program korer por blouthooth password ke ha

  • @SouravMaiti-ye6zl
    @SouravMaiti-ye6zl ปีที่แล้ว

    Link to kah nhi krraha

  • @akash.d.m9647
    @akash.d.m9647 2 ปีที่แล้ว

    In that code there is no loop . 🤔 So the program runs only one time and the light is turning onn . But it is not turning off . The light is turning off only by pressing the button on Arduino.

  • @prithiv162k4
    @prithiv162k4 2 ปีที่แล้ว

    Bro for me it not uploading bro

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว +1

      Remove the bluetooth module during code upload. Or at first upload the code to arduino than connect the bluetooth module. Ther problem will be solved.

  • @annurssagrofoods6364
    @annurssagrofoods6364 2 ปีที่แล้ว

    Sir this project timer control ?

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว

      No it's not related to timer control.

  • @AwesomeBruvh
    @AwesomeBruvh 2 ปีที่แล้ว +2

    Please update code in description

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @shree8333
    @shree8333 ปีที่แล้ว

    Iska programming description me dal dijiye na

  • @SouravMaiti-ye6zl
    @SouravMaiti-ye6zl ปีที่แล้ว

    Lamp on off nhi horaha he

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      Check all the connection and code

  • @shree8333
    @shree8333 ปีที่แล้ว

    Iska code pdf me dal fijiyr na description me

  • @prithiv162k4
    @prithiv162k4 2 ปีที่แล้ว

    It was showing in bites of outputs

  • @Mbmotivationjack
    @Mbmotivationjack ปีที่แล้ว

    Please can you provide me a code

  • @RocketLaunch1245
    @RocketLaunch1245 10 หลายเดือนก่อน

    can you comment code also

  • @bongarcon8806
    @bongarcon8806 2 ปีที่แล้ว

    Good débride my dualtron, one, off 🤫

  • @mayurilondhe6180
    @mayurilondhe6180 10 หลายเดือนก่อน

    Hi NT tronix
    Can i get code pls..

    • @NTTronix
      @NTTronix  10 หลายเดือนก่อน

      Check the video description

  • @harnikjammarh95
    @harnikjammarh95 3 ปีที่แล้ว

    Please update code and diagram, it's not there in the description

  • @moazmohammed9715
    @moazmohammed9715 2 ปีที่แล้ว +1

    The video is amazing but the code is missing in description

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @dj_om_hi_tech
    @dj_om_hi_tech 2 ปีที่แล้ว

    How much money will need

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว +1

      Around $10

  • @norris920
    @norris920 3 ปีที่แล้ว

    Video's useful but you forgot update code also android app
    check please :((

    • @sasadusathsara7921
      @sasadusathsara7921 2 ปีที่แล้ว

      l

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @anujarani341
    @anujarani341 2 ปีที่แล้ว

    Pls provide me code 🙏🙏🙏

    • @dexo_20
      @dexo_20 2 ปีที่แล้ว

      Hi bro can you share me the code

  • @swekshya707
    @swekshya707 ปีที่แล้ว

    Please give me a code and code diagram

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      Check the video description

  • @rahulpujari1786
    @rahulpujari1786 ปีที่แล้ว

    Plz share code and diagram.

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @techeleca
    @techeleca 2 ปีที่แล้ว

    Code?

  • @anujarani341
    @anujarani341 2 ปีที่แล้ว

    Bro pls give code 😭😭😭😭

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว

      Ok

    • @anujarani341
      @anujarani341 2 ปีที่แล้ว

      @@NTTronix bro i need it tomorrow pls

  • @tanujpatekar2625
    @tanujpatekar2625 2 ปีที่แล้ว +1

    App link?

    • @NTTronix
      @NTTronix  2 ปีที่แล้ว

      Check the video description

  • @javiercruzcahuana639
    @javiercruzcahuana639 ปีที่แล้ว

    gracias

  • @abdulrizwan1242
    @abdulrizwan1242 4 หลายเดือนก่อน

    I want this product I send amount can u send me please 😢😢😢

  • @elainelau7371
    @elainelau7371 3 ปีที่แล้ว

    hi , can I have the code ?

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @allsongs1729
    @allsongs1729 3 ปีที่แล้ว

    Code and the app pls😣

  • @aadilganie5348
    @aadilganie5348 2 ปีที่แล้ว

    Aap not working but every thing is done

  • @AasimTak
    @AasimTak 3 หลายเดือนก่อน

    Please help

  • @SouravMaiti-ye6zl
    @SouravMaiti-ye6zl ปีที่แล้ว

    Password kise uplod koru

  • @shree8333
    @shree8333 ปีที่แล้ว

    Code Pdf me dal dijiye na

  • @melegenD
    @melegenD 3 ปีที่แล้ว

    Bro please upload the code

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @aadilganie5348
    @aadilganie5348 2 ปีที่แล้ว

    Give olternate aap

  • @adelin3363
    @adelin3363 3 ปีที่แล้ว

    where is Code and Diagram? its not in description
    if u upload this i rly apreciate

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @hasannaeem4038
    @hasannaeem4038 2 ปีที่แล้ว +1

    Kindly upload code and circuit diagram

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @AasimTak
    @AasimTak 3 หลายเดือนก่อน

    Hii

  • @powertechelectricalsystems
    @powertechelectricalsystems 2 ปีที่แล้ว

    bro plz help read my below comments

  • @anujarani341
    @anujarani341 2 ปีที่แล้ว

    Bro pls

  • @PraveenKumar-yk8rz
    @PraveenKumar-yk8rz ปีที่แล้ว

    Bhai ye mujhe khridna h pora bna ke dilwa do plese apna no de do

  • @zahramemon5886
    @zahramemon5886 ปีที่แล้ว

    hi NT tronix
    can you upload the code in description or can you send me the code on email?i have a assignment due tomo can you send as fast as possible ? i will really appreciate it 😊

    • @zahramemon5886
      @zahramemon5886 ปีที่แล้ว

      actually the link is not working so can you send the code on email??? :)

    • @NTTronix
      @NTTronix  ปีที่แล้ว +2

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

    • @medasanilavakumar7768
      @medasanilavakumar7768 ปีที่แล้ว

      Bruh code is n't working bruh
      Can u please send this in the form of code text or to my mail bruh

  • @anujarani341
    @anujarani341 2 ปีที่แล้ว

    Bro pls give code 😭😭😭

    • @NTTronix
      @NTTronix  ปีที่แล้ว

      drive.google.com/file/d/1WBwgVSu3P_bCXRcet4jRck-j3rNE6FOv/view?usp=share_link

  • @AasimTak
    @AasimTak 3 หลายเดือนก่อน

    Hii