Showing posts with label Line. Show all posts
Showing posts with label Line. Show all posts

Monday, October 13, 2014

2051 based ROBOT Controlled Line Follower circuit

This Robot use two motors control rear wheels and the single front wheel is free. It has 4-infrared sensors on the bottom for detect black tracking tape, when the sensors detected black color, output of comparator, LM324 is low logic and the other the output is high.

Microcontrollor AT89C2051 and H-Bridge driver L293D were used to control direction and speed of motor.

Fig 1. Circuit diagram of my Robot.


Fig 2. Circuit diagram of Infrared sensors and comparators.


Fig 4. Position of sensors, left hand side is side view and right hand side is top view.


Software Software for write to AT89C2051 is robot1.hex ,which was written by C-language ,the source code is robot1.ccompiled by using MC51 in TINY model with my start up code robot.asm . 
Here continue read..

Tuesday, September 16, 2014

Power Line Modem Circuit for Home Automation Application

Imagine you have a master controller device that control other devices in your house, and you don’t need to install any additional wires to facilitate the data communication between the master controller and the controlled devices. Yes you’s life will be easier since all you need is just plugging your devices into your power line outlet, the devices will communicate each-other through the power line while using the line to enpower them! The secret is the powerline modem, a modem that use the powerline wiring as their media to exchange the data. Philips Semiconductors has a single chip powerline modem solution, a TDA5051A IC chip. Here is the schematic diagram of this powerline modem circuit.

power-line-modem-circuit

The TDA5051A single chip power line modem is equipped with protection of its output power stage and automatic gain control (AGC) of input signal. With simple coupling network, this power line modem is compliance with EN50065-1 power line communication standard.This power line modem circuit uses ASK (amplitude shift keying) for the modulation, and operate on 5V supply.

Here continue read..