Arduino based Home Automation using Bluetooth

Android based projects, Arduino, Bluetooth controlled, Industrial Application Projects, Wireless Communication
Project Cost: 5,900 Project Code: 5402 Order Now Description of the project Nowadays, we have remote controls for our television sets and other electronic systems, which have made our lives really easy. Have you ever wondered about home automation which would give the facility of controlling tube lights, fans and other electrical appliances at home using a remote control? Off-course, Yes! But, are the available options cost-effective? If the answer is No, we have found a solution to it. We have come up with a new system called Arduino based home automation using Bluetooth. This system is super-cost effective and can give the user, the ability to control any electronic device without even spending on the remote control. This project helps the user to control all the electronic devices using…
Read More

IOT Weather Reporting System Project

Agricultural Project, Arduino, Humidity Sensor, IOT - Internet of Things projects, Level Sensor, Light Sensor, Sensor based Projects, Temperature Sensor, wifi-projects, Wireless Communication
Description of the project: Arduino measures 4 weather parameters using respective 4 sensors in IOT Weather Reporting System Project. These sensors are a temperature sensor, humidity sensor, light sensor, and rain level sensor. These 4 sensors are directly connected to Arduino Uno since it has an inbuilt Analog to Digital converter. Arduino calculates and displays these weather parameters on an LCD display. Then it sends these parameters to the Internet using IOT techniques. The process of sending data to the internet using Wi-Fi is repeated after constant time intervals. Then the user needs to visit a particular website to view this data. The IOT enabled weather monitoring system project connects and stores the data on a web server. Thus the user gets Live reporting of weather conditions. Internet connectivity or…
Read More

Arduino and IOT based patient health monitoring system project

Arduino, Embedded Projects, Heartbeat Sensor, Humidity Sensor, IOT - Internet of Things projects, Medical Application Projects, Sensor based Projects, Temperature Sensor, wifi-projects, Wireless Communication
Project Cost: 9,700 Project Code: 5115 Order Now Description of the project: In IOT based patient health monitoring system project, we are monitoring various parameters of the patient using the internet of things. In the patient monitoring system based on the Internet of things project, the real-time parameters of a patient's health are sent to the cloud using Internet connectivity. These parameters are sent to a remote Internet location so that users can view these details from anywhere in the world. There is a major difference between SMS based patient health monitoring and IOT based patient monitoring system. In the IOT based system, details of the patient's health can be seen by many users. The reason behind this is that the data needs to be monitored by visiting a website…
Read More

GPS tracker and alcohol detector with engine locking system using GSM

Alcohol Sensor, GPS based Projects, GSM based Projects, Sensor based Projects, SMS based projects, Wireless Communication
Project Cost: 11,900 Project Code: 1850 Order Now Description of the project: We have seen much news of accidents caused due to drunk and drive. We have designed a GPS tracker and alcohol detector project to solve the said problem. The basic functioning of the GPS tracker and alcohol detector project: As shown in the video, the project is actuated by switching on the vehicle with the help of the ignition key. This actuates the working circuit and makes the entire unit in a vigilant mode. Alcohol detection is performed in by the alcohol sensor, the microcontroller, and the Analog to digital converter circuit. Thus there is never a situation when the system is in a sleep state. In the GPS based drunk and drive detection project, the system activates…
Read More

Frequently Asked Questions for microcontroller and electronics projects

Embedded Projects
We get a lot of calls/emails from Engineering students asking for help in Frequently Asked Questions in Project Viva. So Team Microtronics have come up with the FAQs for Electronics projects. Below is the list questions asked in Project orals. These are FAQs for 8051 based Microcontroller projects. Go through the wide range of Frequently Asked Question in EXAM given below. Read the Frequently Asked Questions for 8051 exam questions. 1) How to identify Base, Emitter, and collector of a Transistor?2) How to identify common(VCC) pin of Pullup resistor?3) How to identify input, output, and ground of 7805 / 7812?4) How to identify NO, NC contacts of Relay?5) How to identify Pin number 1 of any IC?6) How to identify 'Polarity' of Capacitor?7) How to identify 'Polarity' of Diode?8) How…
Read More

RFID based Museum Guide for Tourists

Embedded Projects
This project is currently out of stock. Description: RFID enabled tour assistant is expected to replace tourist guides to an extent. RFID based Museum Guide for Tourists is a voice enabled device that speaks out as the tourist is traveling from place to places (museum). When the tourist is standing near major landmarks, it will detect the RFID tag and will play an audio clip relevant to that location. This is achieved by placing an RFID receiver with the tourist (palm device). As soon as the palm device comes in the vicinity id the RF tag the microcontroller receives the RF tag unique id from the receiver and matches it with its own database. If a match occurs the microcontroller will play an audio clip relevant to that statue/painting.…
Read More

Microcontroller based Digital Code Lock

Industrial Application Projects, Security Systems
Project Cost: 5,600 Project Code: 1106 Order Now Description of the project: Microcontroller based Digital Code lock project opens a door-latch when a correct password is entered through a keypad. Opening the door latch is shown using a stepper motor or DC motor. The user can change this password anytime he/she wishes using a keypad. And if a wrong password is entered for more than 3 times, then a buzzer is turned on. Description in detail: The main blocks of this project are as below: Keypad: The user will enter the password using the keypad. Various keys of the keypad are: I. 0 to 9 II. Enter III. Escape LCD: We are going to use a 16x2 alphanumeric Liquid Crystal Display (LCD) which means it can display alphabets along with…
Read More
Assembly code for interfacing EEPROM 24c16 with 8051

Assembly code for interfacing EEPROM 24c16 with 8051

Embedded Projects
EEPROM 24c16 Pinout If you are looking for an assembly code for Interfacing EEPROM with 8051 then you are at the right place. The Assembly code for EEPROM 24c16 is presented below. This Sample code for EEPROM 24c16 can be used in electronics projects. The following code can be used for 8051 and 8052 ICs like 89c51, 89c52, 89s51, 89s52, and 89c2051. With a little bit of modification, this assembly program can be used for 24c02, 24c04, 24c08, 24c32 You can do EEPROM 24c16 interfacing with 8051 using the code given below. https://www.youtube.com/watch?list=PLqFFWfws1f1LrBer84bRIpMOPvN35IWO6&v=oBvP_Lxoqxo Assembly code for Interfacing EEPROM with 8051 ;========================================================== ; Pin Definitions ;========================================================== eeprom_scl_pin equ a4h ;scl p2.4 eeprom_sda_pin equ a5h ;sda p2.5 ;========================================================== ; Main Program starts from here ;========================================================== mov memory_address1,#00h mov memory_address2,#00h mov eeprom_data,#05 call…
Read More

Digital to Analog converter – DAC interfacing with 8051

Embedded Projects
If you are looking for an assembly code for DAC interfacing with 8051 then you are at the right place. Below is the Sample code for the Digital to Analog converter - DAC interfacing with 8051. DAC converts the Digital data received on its input pins to the respective Analog output. Assembly code The following code can be used for 8051 and 8052 ICs like 89c51, 89c52, 89s51, 89s52, and 89c2051. It can also be used for interfacing 89v51rd2 with DAC. Sine wave generation using 8051, Triangle wave generation using 8051, and square wave generation using 89s51 can be done by using the following given code. The amplitude of the output wave and the duration of the output wave depends on the digital input provided to the DAC. https://youtube.com/playlist?list=PLqFFWfws1f1LrBer84bRIpMOPvN35IWO6 Assembly…
Read More

Automatic Floor Cleaner

Embedded Projects
This project is currently out of stock. Description: The Automatic Floor Cleaner project is used for domestic purposes. It is used to clean the floor of a room automatically. If the battery is charged, then ON it moves the overall room at the same time it cleans the floor as it passes over it. Description in detail: We decided to design and build a robot capable of cleaning the floor of a room or area without any human effort other than just starting the unit. The cleaner is mainly built on a rectangular piece of board. It uses a rotating sponge underneath the unit to clean a floor as it passes over it. DC motor is used to change the direction of wheels connected in the middle of the platform.…
Read More

Arduino workplace alcohol detector with reporting through SMS

Alcohol Sensor, Arduino, Embedded Projects, GSM based Projects, Security Systems, Sensor based Projects, SMS based projects, Wireless Communication
Project Cost: 8,400 Project Code: 5677 Order Now Description of the project: There are many Latest Arduino Based Projects which help us to improve our lives in various ways. This Arduino workplace Alcohol detector with reporting through SMS project is also one of those projects. And the main purpose of this project is to monitor the drinking cases in any workplace. Let’s take an example, suppose a worker comes drunk at his workplace or drinks at his office premises. Then our project detects this situation and then it immediately alerts the security authority about this issue. To solve this purpose we have used an Arduino Uno based circuit which consists of an alcohol detector. Arduino is interfaced with the LCD display. This LCD displays the status of the system. Arduino…
Read More

Arduino based Vehicle Tracking System using GPS and GSM

Arduino, Embedded Projects, GPS based Projects, GSM based Projects, Security Systems, SMS based projects, Wireless Communication
Project Cost: 10,900 Project Code: 5801 Order Now Description of the project There are various Advanced Arduino Projects which solves the problems in our life. This is one of those Arduino projects. The advanced vehicle tracking system is an enhanced system that allows a user to track the vehicle using GPS along with the GSM modem. Using this Arduino based Vehicle Tracking System using GPS user gets the location details of the vehicle where it is currently on his mobile and it can track it on Google Maps. For this purpose, we are using Arduino Uno as the main processing unit. Arduino Uno controls the whole system. Arduino is interfaced with LCD to display longitude and latitude. Also, it is interfaced with GPS and GSM modems. A GSM modem is…
Read More

Arduino fire alarm system using temperature and smoke sensor with Android connectivity

Android based projects, Arduino, Bluetooth controlled, Embedded Projects, Industrial Application Projects, Security Systems, Sensor based Projects, Smoke Sensor, Temperature Sensor, Wireless Communication
Project Cost: 5,900 Project Code: 5441 Order Now Description of the project: It has been found in a survey that 80% of losses caused due to fire would have been avoided if the fire was detected immediately. Arduino fire detector from Microtronics Technologies is the solution to this problem. In this Arduino fire alarm system using temperature and smoke sensor project, we have built a fire alarm using Arduino Uno which is interfaced with a temperature sensor, a smoke sensor, and a buzzer. The temperature sensor senses the heat and the smoke sensor senses any smoke generated due to burning or fire. A buzzer connected to Arduino gives us an alarm indication. Whenever a fire is triggered, it burns objects nearby and produces smoke. A fire alarm can also be…
Read More

Arduino based LPG Leakage detector with SMS indication using GSM modem

Arduino, Embedded Projects, GSM based Projects, Industrial Application Projects, LPG Gas Sensor, Sensor based Projects, SMS based projects, Wireless Communication
Project Cost: 8,400 Project Code: 5650 Order Now Description of the project: Arduino based LPG Leakage detector with SMS indication using GSM modem project detects the LPG gas leakage. If the LPG gas level crosses the threshold level, then it sends an SMS to the user using the GSM modem. Also, the LPG detector system turns on the buzzer to indicate the person nearby to the system. And at the same time Relay is turned on. Arduino has an inbuilt Analog to Digital converter so we need not connect any external ADC IC. We have connected the LPG sensor directly to the analog input pins of the Arduino Uno board. This project proves really helpful in cases when there is nobody in the house that has an LPG gas cylinder…
Read More

Voice controlled Robot

Android based projects, Bluetooth controlled, Embedded Projects, Military Applications, Voice module projects, Wireless Communication
Project Cost: Rs. 5,900 Project Code: 1030 Order Now Description of the Voice controlled Robot project The Voice Controlled Robot is controlled through the voice commands given by the user who is operating this project. These voice command needs to be given through an android app that is installed on the user's android mobile. Please note that the user should have a good internet connection in order to have a smooth operation of the android application. Speech recognition is done within the android app and then a respective command is sent to the voice-controlled robot vehicle. These commands are sent to the Voice controlled robot through Bluetooth. The microcontroller fitted on the Robot decodes these commands and gives an appropriate command to the motors connected to the robot. A detailed…
Read More