Skip to main content

RF based remote controlled robot with video sample




                                  Fig:-Circuit diagram of RF Based Remote Controlled Robot.

The robot is based on the radio frequency transmitter and receiver module for transmitting and receiving instruction. The robot is separated into two parts one is transmitter section and another is receiver section.



In transmitter section,switches are used to give the 4 bits input data, according to the user desire which are initially set as high. When the user press any button i.e. it is set 0,then the 4 bits parallel data is passes to the Encoder IC(HT12E). Encoder IC encoded the parallel data into the serial by shift register(parallel in serial out).The parallel data has to convert into the serial data because the RF module only works on the serial data. The serial data is then passes to the RF transmitter module,here the serial data is modulated with an oscillator frequency.
Then the modulated data is dispatch in the environment with the oscillating frequency of 434 MHz through the antenna.

Receiver section,when the receiver antenna receive the data it passes to the receiver module where demodulation process take place.Now the modulated serial data is transmit to the Decoder IC. Decoder IC decodes the data and convert it into the parallel data using shift register(serial in parallel out).
 The output of the decoder is then connected to the NOT gate in order to make the all the output low because the motor driver did not operate smoothly when all the output are high.Then the output of NOT gate is then connected to the motor driver which work under the principle of h-bridge.
fig :- h-bridge working mechanism
Now the output is connect to the motor and the ROBOT can be manually control from a distant place according to the user requirement. It was tested successfully around 200m range. 









Popular posts from this blog

SMPS of computer

                                            fig:- working principle of SMPS       fig :- SMPS of computer From the above figure, we came to know that the function of SMPS in computer which is to convert  the high 220V-AC to 0-12V DC.SMPS contain several color of wires which carry the different voltage to the different parts of the computer.The following table shows the different color cables and its carrying voltage.      

warm clothes distribution program

‘ Small step can make a big difference ’ Rural Women Development Centre from morang,Nepal distributed the warm clothes to the needy people. They manage it possible by collecting fund from working staffs and management committe. Here is the video link of the distribution program. https://youtu.be/AxaHbivcQUM

Multiple mcp23017 interfacing with Arduino

MCP23017 is the I/O port extender that runs on 12C. It is 16-bit I/O expender.in this tutorial we are going to interface the single and multiple  mcp23017 with arduino.  fig:- mcp32017 module IT has 16 I/O ports from PA0 to PA7 and PB0 to PB7. first of all we are going to interface the single mcp23017 with Arduino. For this  connect the circuit as shown on figure. Download the library for mcp23017  from  sketch-- include library -- manage libraries.