Latest Forum Posts
Posted by
Ajay Bhargav
on Wednesday 20 March 2013 - 01:46:57 in
8051 Projects
Our robot expert Gaurav Khadasane has come up with another innovative way to control a robot. He is controlling his robot from an android phone (with a Android GUI application) over bluetooth. Project uses our favourite 8051 microcontroller and HC-05 bluetooth module.
In this project 8051 and bluetooth module are communicating over uart @9600bps. Bluetooth module HC-05 is controlled via simple AT commands. This module comes in SMD package and works on 3.3v power supply. The BT module is a SPP supported profile so it can be connected easily to any controller or embedded device. In this profile the data sent and receive to module directly comes on the RX pin of microcontroller. It becomes really easy to make your device bluetooth compatible.
L293D H-Bridge motor driver are used to control two DC motors. A readymade compact size chassis is used to avoid the chassis assembly comlexities

The chassis contains 2 decks the lower is used for BO motors fitting the upper is used as a battery stack. On top plate the controller board is mounted by screw fitting.
Finally the Android application, You can get Bluecontrol app from Google Play

Here is a working video of the project
If you have any doubts or comments Please use forum... Enjoy bulding robots
Please use download link below to download this project.
Android controlled robot using 8051 and bluetooth
Posted by
Ajay Bhargav
on Saturday 02 February 2013 - 21:06:05 in
Rickeys World News
This project is an extention to previously uploaded "
GSM Controlled Robot". Earlier project was only designed to be controlled using a mobile or GSM device whereas this project extends the control capabilities to custom designed RF Remote and A glove with Accelerometer.
This project is devided into two sections
1. Control/Encoder unit
2. Robot Unit
Control unit uses 433Mhz RF modules for sending control data to robot. Control unit receives data from either remote or an accelerometer module. Robot unit is actually the receving device which can receive data from either gsm device or RF recevier. Both RF reciever and GSM device send same kind of signals to control motors.
Control/encoder unit uses 8051 controller and its code is written in assembly whereas Robot unit uses AVR microcontroller, its source is written in C language. If you have already built the old GSM controlled robot then upgrading to this version of robot will not be difficult at all.
I have also added original project report came with GSM controlled robot, You can add more information in this project report to complete final report.
Here are working videos of project:
Multicontrol Robot - Control by AcclerometerMulticontrol Robot - Control By RemoteClick download link below to download this project:
Multicontrol Robot - Control by GSM, Remote or AcclerometerI would like to thank Gaurav Khadasane for submitting this project

we would like to see more projects from you.
Posted by
Ajay Bhargav
on Sunday 20 January 2013 - 18:04:36 in
8051 Projects
Hi Friends, Its been a long time since I've been to website. But There were few main things that I was suppose to do a long time back. Here is a new year surprise for you all. Viktor has share another project with us a great design with practical use. An 8051 based Solar tracker with source written in assembly language. Viktor explains basic operation of this project.
PRINCIPLE OF OPERATIONThe circuit comprises of three sections:
- light controlled circuit
- counter for timer
- switching circuit
1. Light controlled circuit:This particular circuit controls other circuits. It puts the other circuit on or off depending the nature of the day. It comprises of LDR and transistor representation of smith trigger configured using two npn transistor(BC377) such that when there is a small potential difference across the LDR and variable resistor, The relay will be triggered to switch on other circuit. This circuit monitors day and night. The main function of this monitor is put off the device at night and turn it on in the mornining again.
2. counter for timer:Since sun start from the east at 6:45am and set at exertly 12:45pm, the light controller circuit put on the whole circuit automatically making the timer to initialize its 6hrs counting sequence.
3. switching circuit:This circuit is mainly used to control the direction of panel using a DC Actuator motor. Microcontroller AT89C2051 gets input from east and west Light control circuit and adjust panel to face sun direction.
Type of motor used:
24-36v d.c Actuator from super jack used in tv satalite dish polar adjustment
You can download project here:
Time Controlled Solar Tracking System (Assembly)
Posted by
Ajay Bhargav
on Thursday 01 November 2012 - 04:55:27 in
8051 Projects
Well this is one of the most interesting and long awaited project uploaded on any microcontroller website. Its an Inverter/UPS with inbuilt charging system based on 8051 (AT89C2051) with a rating of 3000VA. As you all know an inverter converts DC voltage to AC, This project uses 24V DC battery and convert it to 220v 50Hz AC. Here are some pictures of constructed hardware.
The inverter system is divided into six sections:
- Inverter
- Charger
- Multivibrator
- Powerpack
- Sensors and Indicators
- Automatic changeover
8051 controller plays its major role in "Sensors and Indicators" section. 8051 is used to monitor the voltages and indicate status through LEDs. You can also find UPS test design for Proteus VSM simulator, to stimulate the design in case of any doubt. It is the same controller circuit as given in pdf. At89c2051 uses an active low to perform its operation from lm393 voltage comparator that's why a push button is connected to ground to test the circuit.
You can find pictures, code and small documenation that explains the working and block diagram of this project. Incase you have any doubts, feel free to post on our forum at
www.8051projects.net/forum.htmlI would link to thank Victor (ugoo5000) for sharing his great project again with us. Also I want to apologize for delay in uploading this project

I should have done it earlier. Thanks Victor for great contribution to this webiste.
Visit following link to download this project:
8051 based Inverter/UPS with inbuilt Charging system
News Categories