by Tarun Agarwal 7 years ago Design of Android Controlled Automobiles Using 8051 Microcontroller Today, the technology plays a wide role in our day to day life. With the rapid development of technology, everyone is addicted to modern gadgets and internet. Wireless technology has further reduced the human effort and invoked to adopt...
by Tarun Agarwal 7 years ago How to Interface an LED With 8051 Microcontroller We are very familiar with “Hello world!” basic program code in the initial stage of any programming language to learn some basic things. Similarly to get started with 8051 Microcontroller, LED interfacing is a basic thing in Microcontroller...
by Tarun Agarwal 7 years ago Digital Temperature Controller Circuit A Digital temperature controller circuit is a precise temperature controller in medical, industrial and home applications. This system is better than analogue/thermostat system, which has poor accuracy. For example, it can use for temperature...
by Tarun Agarwal 9 years ago LCD Interfacing with 8051 Microcontroller A decade back the process and control operations were implemented by using the microprocessor only. But nowadays the situation is changed and it is occupied by a new device called Microcontroller. We can’t find any electronic gadget...
by Tarun Agarwal 10 years ago 8051 Microcontroller History and Basics A Microcontroller has all the necessary components which a microprocessor possesses and invariably it poses ROM, RAM, Serial Port, timers, interrupts Input Output ports, and clock circuit. The microcontroller always focus on the chip facility...
by Tarun Agarwal 10 years ago 8051 Microcontroller Pin Diagram and Its Working Procedure A microcontroller is a small computer on a single IC that integrates all the features that are found in the microprocessor. In order to serve different applications, it has a high concentration of on chip facilities such as RAM, ROM, I/O...
by Tarun Agarwal 10 years ago Introduction to 8051 Programming in Assembly Language The assembly language is a low-level programming language used to write program code in terms of mnemonics. Even though there are many high-levellanguages that are currently in demand, assembly programming language is popularly used in...
by Tarun Agarwal 10 years ago How to Interface GPS to 8051 Microcontroller? A GPS (Global Positioning System) module is a device that has become an efficient tool in the field of surveillance, tracking and scientific use. The GPS module is based on satellite navigation technology that provides the information of...
by Tarun Agarwal 10 years ago Heartbeat Sensor Circuit and Working Operation with 8051 Heartbeat sensor provides a simple way to study the function of the heart which can be measured based on the principle of psycho-physiological signal used as a stimulus for the virtual- reality system. The amount of blood in the finger...
by Tarun Agarwal 10 years ago Register Banks and Stack Memory Allocation in 8051 Microcontroller The collection of general purpose registers (R0-R7) is called as register banks, which accept one byte of data. The bank register is a part of the RAM memory in the embedded microcontrollers, and it is used to store the program instructions....