You are on page 1of 13

Welcome to Electronics

Department
Our presentation topic is ‘‘Multi channel remote control
system’’

Now we’re going to show it


At this stage of modernization multi channel remote
control system has made the daily activities of human
life easier, because now we can easily control any
device by smart phone or remote.
Now let’s talk about it’s creation .

We used to make it,

 Microcontroller
 Relay
 Bluetooth Module
Now let’s talk about working procedure :
Through the jumper cable we connected the bluetooth
module and the microcontroller.
We put 4 inputs into the relay and 4 outputs into the
microcontroller for connect them each other.
We have connect RX of microcontroller and TX of
bluetooth module, we have also connect the TX of
microcontroller and RX of bluetooth module.
We did this project by using the program which is on the screen.

Program

Int ch1 = 6;
Int ch2 = 7;
Int ch3 = 8;
Int ch4 = 9;

void setup {
serial.begin();
pinMode(ch1,OUTPUT);
pinMode(ch2,OUTPUT);
pinMode(ch3,OUTPUT);
pinMode() ch4,OUTPUT;
}

void Loop{

int signal = read. serial.begin();

if (signal ==“A”){

digitalWrit (ch1,1);

}
if (signal ==“a”){

digitalWrit (ch1,0);

}
if (signal ==“B”){

digitalWrit (ch2,1);

}
if (signal ==“b”){

digitalWrit (ch2,0);

}
if (signal ==“C”){

digitalWrit (ch1,1);

}
if (signal ==“c”){

digitalWrit (ch3,0);

}
if (signal ==“D”){

digitalWrit (ch141);

if (signal ==“d”){

digitalWrit (ch1,0);

}
}
After set-up the program on the microcontroller signals are
transmitted from the microcontroller to the relay and
bluetooth module.

Then we connected the relay with some loads for the final
result.
Now we need to connect the smart phone to the bluetooth
module for control the loads.
It was our multi channel remote control system project.

Thank you

You might also like