Latest Forum Posts

HC-SR04 displaying random stuff after range 9

Project Help (Author: bhantadox)
Last post by ExperimenterUK    Fri Dec 08 2023, 08:50 am
 683 Views, 3 Posts 

8051 keypad and LED question

Project Help (Author: fortresmaximus)
Last post by ExperimenterUK    Tue Sep 19 2023, 07:49 am
 869 Views, 1 Posts 
 2644 Views, 0 Posts 

Erasing AT89S52 error

8051 Discussion Forum (Author: cainho07)
Last post by -    
 788 Views, 0 Posts 

Automatically sending of SMS via Nokia 3310

Project Help (Author: elie)
Last post by jacksonjk    Tue Oct 11 2022, 12:51 pm
 37242 Views, 31 Posts 

microcontroller

Project Help (Author: Billz)
Last post by liqian    Fri Aug 07 2020, 09:01 am
 12569 Views, 3 Posts 

AT89LP2052 connection

Project Help (Author: Mirza123)
Last post by ExperimenterUK    Thu Jul 02 2020, 04:37 am
 7777 Views, 6 Posts 

Need help with Schematics

Project Help (Author: cerouno)
Last post by ExperimenterUK    Thu Jun 18 2020, 03:12 am
 6836 Views, 3 Posts 

8051 MULTIPLICATION

8051 Discussion Forum (Author: xrxx)
Last post by -    
 53226 Views, 0 Posts 

Detect magnet position with Hall effect sensor

Electronics (Author: vivitern)
Last post by liqian    Tue Apr 28 2020, 02:56 pm
 11057 Views, 2 Posts 

problem real pic simulator MPLabx

Project Help (Author: rogermado)
Last post by ExperimenterUK    Tue Apr 28 2020, 01:51 pm
 8151 Views, 3 Posts 
 7134 Views, 0 Posts 
 15776 Views, 1 Posts 

Greenhouse Monitoring

PIC Microcontroller Discussion (Author: sarrahjuzar)
Last post by ajay_bhargav    Fri Feb 21 2020, 03:15 pm
 6899 Views, 1 Posts 
 30981 Views, 7 Posts 

Smart Home using GSM, Bluetooth and Android



This project demonstrates a great concept of Home automation using a Smart Home Device which can control things automatically by taking decisions based on sensor network and external events or manual control using your phone over Bluetooth or GSM. Which means if you are inside the house you can use You can control your appliances using bluetooth when outside use your GSM phone (over SMS).



This project uses AVR controller ATMega328 running Arduino firmware. There are a number of sensors connected to the controller some on GPIOs and some via Analog ports. Here is a short list of sensors:
1. Temperature Sensor (LM35)
2. PIR Sensor
3. Light Sensor (LDR)
4. GAS Sensor

Wireless modules used in this project:
1. SIM300 GSM Module (SIM900 can also be used)
2. HC-05 Bluetooth Module

There is also a provision for controlling 4 AC appliances. One LCD is also connected to show real-time status of all the sensors.

This project gives a good hands on practice on AVR controller and Arduino firmware programming. With various communication options one can get good experience on wireless communication. Further more there are endless possibilities of expanding this project. So you really need to turn your brains on and think of what more you can do with this.

Project also includes complete documentation including Synopsis, Project report and final presentation. But don't get carried away with these goodies. Learn and Build this project so it can benefit you in future

I really want to thank Gaurav Khadasane once again for submitting this wonderful project and bringing lot of things together to learn in a single project.

Go to download section to download this project: Smart Home using GSM, Bluetooth and Android

Finally the working Demo:

Tags bluetooth home automationhome automation using gsm modemsim900smart home using gsmsmart home project bluetoothandroid controlled smart homehome automation androidPIR sensorLPG gas sensorHC-05 bluetooth module
printer friendly create pdf of this news item

Arduino based GPS data Logger


Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists and anyone interested in creating interactive objects or environments. This is a very simple project based on Arduino and GPS sheild combo. Arduino provides good set of libraries which are easy to use and you can include in your project without any hassle.



As GPS usually works on serial ports, Software emulated serial port is used to connect GPS with arduino running at 4800bps. The hardware serial port is connected to PC for serial data logging. A 16x4 LCD is used for displaying GPS data locally. LCD provides GPS information related to Latitude, Longitude, Altitude and speed.



Its a very good project for starters, who wants to get their hands on with Arduino. I would like to thank Santosh Mishra for submitting this project. Hope to see more contribution from him.

To download this project Please visit download section: Arduino based GPS data Logger

printer friendly create pdf of this news item

Metro Train Prototype Project with Project Report





It has been a long long time since I posted a new project on our website. Today I looked in to all my old emails and checked all pending projects which were not uploaded. I want to thank Gaurav Sharma for submitting this wonderful project. I Hope to see more contribution from him.

Metro Train is one of the biggest transporation medium in Delhi connecting all ends of Delhi together. This project is a very simple train prototype of current Metro Train. This prototype is powered with 8-bit 8051 microcontroller. As you know Metro trains run in one direction at a time, so prototype uses only one motor to move the forward. There is an additional motor which is used to open and close the doors of train. LCD is used to display welcome message, current station and next station messages. A buzzer is there to indicate opening and closing of doors.

Working Of Metro Train:

When the power is turned on a message ("welcome to Bhopal metro") is displayed on LCD. Then a message "Current station is Indrapuri" is displayed and door is opened. A buzzer is also turned on when door opens. After some delay the door is closed and car is started to move forward. A message "current station is Indrapuri" is displayed also on LCD. After some time a message indicating the next station is displayed "next station is M P Nagar". After some time the train stops and a message "current station is M P Nagar" is displayed. This process is continued for five stations. In the end a message "End of line" is displayed on LCD. This whole process is repeated until we turned off the power supply.

A big thanks to Gaurav Sharma for submitting this project.

Go to download section to download project files: Metro Train Prototype Project with Project Report
printer friendly create pdf of this news item


The digital IC tester is implemented by using the 89C51 microcontroller board. The processing of the inputs and outputs is done by the microcontroller. The display part on the microcontroller board is modeled using LCD. After the successful testing of the IC, the result is displayed on the LCD.

The basic function of the digital IC tester is to test a digital IC for correct logical functioning as described in the truth table and/or function table. It can test digital ICs having a maximum of 24 pins. Since it is programmable, any number of ICs can be tested within the constraint of the memory available. This model applies the necessary signals to the inputs of the IC, monitoring the outputs at each stage and comparing them with the outputs in the truth table. Any discrepancy in the functioning of the IC results in a fail indication, displays the faulty and good gates on the LCD. The testing procedure is accomplished with the help of keys present on the main board.

This project has been tested with most commonly used digital IC's, mainly belonging to the 74TTL series. Digital IC tester tests various types of IC's like OR, XOR, NAND, AND, NOT, NOR, XNOR GATES and also FULL ADDER, MULTIPLEXER, SHIFT REGISTER.

A special thanks to Sunil Raina, Piyush Sonawane and Parimal Sikchi for sharing their work with us.

You can download this project from here: Digital IC Tester Project (with report)

If you have any doubts in project, please post in forum.
Tags Digital ic tester project8051 based digital ic tester74xx series testerlogic gate tester project
printer friendly create pdf of this news item

Downloads

Comments

Darrellciz
Thu Apr 18 2024, 11:07 am
Charlessber
Thu Apr 18 2024, 09:29 am
BartonSem
Thu Apr 18 2024, 04:56 am
DonaldKnown
Thu Apr 18 2024, 12:24 am
utaletxcyw
Wed Apr 17 2024, 10:21 am
Anthonyvab
Wed Apr 17 2024, 08:48 am
RobertCix
Wed Apr 17 2024, 06:46 am
Astorne
Tue Apr 16 2024, 08:52 pm