Skip to main content

MOBILE CONTROLLED ROBOT (Works with or without android phone)

TITLE:
Bluetooth enabled mobile controlled robot

CIRCUIT DIAGRAM:



COMPONENTS LIST:
  • Battery 12v.
  • Wires for connection.
  • DTMF IC cm8870 or mt8870
  • Motor driver ic L293D
  • Bluetooth headset
  • A mobile phone with bluetooth facility in it.
  • 7805 voltage regulator ic
DESCRIPTION:
  • This is a simple mobile controlled robot project. In this project user can control robots just by specific set of keys.
  • First Bluetooth enabled phone is connected to Bluetooth headset like normally its done. When key on mobile is pressed then according to following table different frequency is generated by phone.

1209 Hz
1336Hz
1477Hz
1633 Hz
697 Hz
1
2
3
A
770 Hz
4
5
6
B
852 Hz
7
8
9
C
941 Hz
*
0
#
D
  • These are also called as DTMF tones which are heard / received by bluetooth headphones. These tones are then passed to DTMF decoder IC(CM8870 / MT8870). Received tones are decoded into binary of the number pressed on phone.
  • For example if 1 is pressed then 0001 data comes as output. Here pin 11 will be high and pins 12,13,14 will be low.
  • If 2 is pressed then 0010 data comes as output.Here pin 12 will be high and pins 11,13,14 will be low and so on can drive the complete robot.

Binary data
Numerical value
Description
0000
0
(STOP)
0110
6
(FORWARD)
1001
9
(REVERSE)
1010
*
(LEFT)
0101
5
(RIGHT) 
.
         [  Note that for FORWARD,REVERSE,LEFT and RIGHT, phone keypad buttons may vary                          depending on motor connections. ]

APPLICATIONS:

  • This project can be used at homes to serve tea /coffee etc to guests, to serve to employees in companies etc.
  • This can also be used in places like hotels where this trolley shaped robot carries customer’s order to their table.

Comments

Popular posts from this blog

IOT : GARDEN WATER SPRINKLER SYSTEM

IoT projects have gained immense popularity due to their ability to leverage the power of interconnected devices and data to create innovative solutions across various domains. IoT projects involve integrating sensors, actuators, and communication technologies to enable the seamless exchange of data between physical devices and the internet. These projects range from simple DIY experiments to complex industrial applications, each offering unique opportunities to transform our lives and improve efficiency. Whether it's creating a smart home automation system, monitoring environmental conditions, optimizing energy usage, or developing intelligent transportation systems, applications of IoT open up a world of possibilities for innovation and connectivity. By harnessing the potential of IoT, we can build intelligent and interconnected systems that revolutionize industries, enhance daily life, and pave the way for a more efficient and sustainable future. In this project we will be using...

POWER BI - THE ARCHITECTURE

Power BI Architecture: A Comprehensive Guide to Building Effective Data Analytics Solutions     Understanding Power BI Architecture: Power BI's architecture comprises four main components, each playing a pivotal role in the data analytics process: Data Sources:   Power BI connects to a wide range of data sources, including databases, cloud services, Excel files, web services, and more. This versatility enables organizations to consolidate their data from various systems into a single dashboard. Data Transformation:   Once the data is sourced, it undergoes transformation and cleaning processes to make it suitable for analysis. Power BI's Power Query Editor provides a user-friendly interface to manipulate, filter, and shape data according to specific requirements. Data Model:   The heart of Power BI's architecture lies in its data model, whic...

TOUCH PLATE BASED DOOR BELL

Title:  Touch plate based door bell  Circuit:  Components: IC 555 Resistors: 1 M, 100k, 330 ohms Transistor: BC547  PN2222A Capacitor: 10n 1 Copper plate : as touch plate. A 6v battery An LED / Ic UM66 Description: This is the simple circuit for touch plate based security system. In this project what basically done is, circuit detects stray voltages produced by mains voltage and electrostatic built  up in the room.If sufficient static voltage is detected by the plate then chip will charge up. Transistor BC 547 or PN2222A is used basically to increase the sensitivity.In place of led just connect IC um 66(melody IC). Applications: In homes, of course. This can be specially used in places like hospitals, when patients need to call doctor by himself.