8051 microcontroller 8051 microcontroller
Latest Forum Posts

  Thread Poster Views Replies Lastpost
No New Posts Pwm based solar controll charger (General help Guidance and Discussion) vijay.parmar1992 176 10 ExperimenterUK
Fri May 17 2013, 03:50PM 
No New Posts need help motorbike cockpit (speedo,trip,fuel,time,battery meter using c52) project (Project Help) ltsharma 123 9 ltsharma
Fri May 17 2013, 06:10AM 
No New Posts Digital Lock simulation not working (Project Doubts) Sumbul93 62 1 Ajay Bhargav
Thu May 16 2013, 07:48AM 
No New Posts need help for libraries (PIC Microcontroller Discussion) kingrosekhan123 118 7 Ajay Bhargav
Thu May 16 2013, 07:43AM 
No New Posts UART, AT89C51, Virtual Terminal (8051 Discussion Forum) freckles 227 3 Ajay Bhargav
Thu May 16 2013, 07:31AM 
No New Posts 18F452+DS1820+HYPERTERMINAL (PIC Microcontroller Discussion) abdul991 319 10 abdul991
Wed May 15 2013, 04:24AM 
No New Posts on Popular Thread Help! in Digital Code lock with LCD and Keypad using AT89C2051 (Project Help) khristian0327 1366 42 Ajay Bhargav
Wed May 15 2013, 12:54AM 
No New Posts Practices made by high school students of controllers PICAXE (PIC Microcontroller Discussion) planchibus 65 1 Ajay Bhargav
Wed May 15 2013, 12:49AM 
No New Posts GSM and GPS with one serial port (Embedded GSM Development) dspicmicro 74 1 Ajay Bhargav
Wed May 15 2013, 12:31AM 
No New Posts MCP3911 dosen't respond by SPI communication (PIC Microcontroller Discussion) nacedo 203 10 nacedo
Tue May 14 2013, 10:42AM 
No New Posts Anyone have knowledge about EMC Simulator?(controller EM78P153/156E447P) (Project Help) matrixworld20 75 3 Ajay Bhargav
Mon May 13 2013, 01:29PM 
No New Posts how to config PIC (PIC Microcontroller Discussion) kingrosekhan123 95 4 Ajay Bhargav
Mon May 13 2013, 11:24AM 
No New Posts Andriod Application (Project Help) kirangowle 76 1 Ajay Bhargav
Mon May 13 2013, 01:15AM 
No New Posts "Simon Says" the game code for PIC18F45K22-HELP (Project Help) tamirbm 81 1 Ajay Bhargav
Mon May 13 2013, 01:12AM 
No New Posts Is my code ready to implement (AT89C51 with GSM) (Embedded GSM Development) Mohammedfahd 127 2 Ajay Bhargav
Mon May 13 2013, 12:59AM 
No New Posts on Popular Thread want ir LONG RANGE ciruit for reflected type ir sensor (General help Guidance and Discussion) lucky6772 754 39 Ajay Bhargav
Mon May 13 2013, 12:56AM 
No New Posts Car parking Project (Project Help) sushant973 156 4 sushant973
Sat May 11 2013, 04:17AM 
No New Posts Regarding the interfacing of the accelerometer MMA7361 and data logging on the LCD (8051 Discussion Forum) ronak4409 150 5 ronak4409
Fri May 10 2013, 08:43AM 
No New Posts I need this program quickly (AVR Discussion Forum) bebo 116 2 Ajay Bhargav
Fri May 10 2013, 01:22AM 
No New Posts on Popular Thread how to make a virtual serial port conection between proteus and serial port emulator (Project Doubts) dhanushka888 271 15 Ajay Bhargav
Fri May 10 2013, 01:16AM 
No New Posts LCD, Busy flag, proteus (Project Help) freckles 116 2 freckles
Wed May 08 2013, 04:10AM 
No New Posts 8051 usb burner (8051 Discussion Forum) sushant973 152 3 Ajay Bhargav
Wed May 08 2013, 12:21AM 
No New Posts FLASH MEMORY (General help Guidance and Discussion) diana1234 135 3 Ajay Bhargav
Mon May 06 2013, 05:45AM 
No New Posts need help in code (8051 Discussion Forum) nareshlove 154 1 Ajay Bhargav
Mon May 06 2013, 05:42AM 
No New Posts Do you know init code for 2MPix camera module MT9D111 ? (Project Doubts) bianchi 1160 11 Ajay Bhargav
Mon May 06 2013, 05:37AM 
Threads: 8004 | Replies: 50749 | Views: 29333400

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

comment(s) 8   printer friendly   create pdf of this news item
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 Acclerometer



Multicontrol Robot - Control By Remote



Click download link below to download this project:
Multicontrol Robot - Control by GSM, Remote or Acclerometer

I would like to thank Gaurav Khadasane for submitting this project we would like to see more projects from you.

comment(s) 0   printer friendly   create pdf of this news item
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 OPERATION
The circuit comprises of three sections:
  1. light controlled circuit
  2. counter for timer
  3. 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)

comment(s) 0   printer friendly   create pdf of this news item
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:
  1. Inverter
  2. Charger
  3. Multivibrator
  4. Powerpack
  5. Sensors and Indicators
  6. 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.html

I 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

comment(s) 0   printer friendly   create pdf of this news item
Go to page  [1] 2 3 ... 45 46 47
News Categories

 Linux
 


© 2010 Rickey's World
Render time: 0.1180 sec, 0.0701 of that for queries. DB queries: 34. Memory Usage: 2,622kB