answersLogoWhite

0

There is no formal adc input on the 8051. However, the CMOS version of the chip can use a technique involving a resistor, diode, and capacitor, along with a bidirectional pin (or one output pin and one input pin) to implement a "quick and dirty" adc function. You discharge the capacitor and then let it charge to the voltage of the input. You measure the time it takes to see the input pin change, and you calculate the input voltage.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

How do you connect potentiometer with 8051?

The simplest way would be via an ADC


What is difference between ADC 0808 and ADC 0809?

they are same expect error .in adc0809 1/2 lsb unadjusted error is present and in adc 0809 1lsb error is present.


What do you mean by OTP 8051?

OTP 8051 refers to a specific type of microcontroller based on the 8051 architecture, which is programmed using One-Time Programmable (OTP) memory. This means that once the program is written to the chip, it cannot be modified or erased, making it ideal for applications where the code is finalized and will not need updates. OTP 8051 microcontrollers are commonly used in embedded systems for tasks like control, automation, and data processing. Their limited reusability is compensated by their reliability and simplicity in design.


Explain about pin diagram of 8051 micro controller?

The microcontrollers have an 8-bit data bus. They are capable of addressing 64K of program memory and a separate 64K of data memory. The 8051 has 4K of code memory implemented as on-chip Read Only Memory (ROM). The 8051 has 128 bytes of internal Random Access Memory (RAM). The 8051 has two timer/counters, a serial port, 4 general purpose parallel input/output ports, and interrupt control logic with five sources of interrupts. Besides internal RAM, the 8051 has various Special Function Registers (SFR), which are the control and data registers for on-chip facilities. The SFRs also include the accumulator, the B register, and the Program Status Word (PSW), which contains the CPU flags. << SHARMILA TANDEL (B.E) ELECTRONICS >>


Difference between 8031 8051 and 8751 microcontrollers?

Answer It is both 8 bit processors in a 40 pin package but it is not pin compatible, it have almost the same functions but it is very difficult to compare the two because it is not the same family.

Related Questions

How do you connect ADC 0804 with 8051 series?

8051 is old MCU technology there is other MCUs on the market with build in ADCs, the PIC MCU from Micro Chip is the most popular and is very easy to program, more about PIC at this link http://www.patenttrade.net


How do you connect potentiometer with 8051?

The simplest way would be via an ADC


What is difference between ADC 0808 and ADC 0809?

they are same expect error .in adc0809 1/2 lsb unadjusted error is present and in adc 0809 1lsb error is present.


What is microcontroller8051?

The 8051 Microcontroller is a microcontroller ("chip") developed by Intel in 1980.


How do you use on chip RAM of 8051?

In other words, how do you save temporary data such as data stored in registers r0 to r7 ? The simplest way to use on-chip RAM of the 8051 is to compile your C code with the "--model-small" small memory model option of the SDCC compiler, which tells it to put all variables in on-chip RAM of the 8051.


What are 8051 based systems?

The 8051 is a micro-controller series, basically a computer on a chip. A system based on the 8051 series micro-controller is simply that, a device or series of devices that operate under control of one or more 8051 micro-controllers.


How many registers are present in 8051?

54


What is a 8051 Micro-controller?

An 8051 microcontroller is a popular 8-bit microcontroller that was first introduced by Intel in 1980. It is widely used in embedded systems due to its simple architecture, low cost, and ease of use. The 8051 microcontroller typically includes CPU, RAM, ROM, I/O ports, timers, and serial communication interfaces on a single chip.


What are the types of ADC?

Types Of ADC Are As follows: 1.Counter type ADC 2.Successive approximation type ADC 3.Flash Type ADC 4.Wilkinson type ADC


What is a reference voltage of an adc?

The voltage at which the adc converts the signal.... it can also be called a limit of an ADC.


What is microcontroller 8051?

The 8051 is a microcontroller. It has the MCS-51 core by Intel and was designed for embedded systems in the 1980's. The name of the CMOS version is 80C51. Today the core is still used in microcontrollers from other companies like Atmel, e.g. AT89C51.


What do you mean by OTP 8051?

OTP 8051 refers to a specific type of microcontroller based on the 8051 architecture, which is programmed using One-Time Programmable (OTP) memory. This means that once the program is written to the chip, it cannot be modified or erased, making it ideal for applications where the code is finalized and will not need updates. OTP 8051 microcontrollers are commonly used in embedded systems for tasks like control, automation, and data processing. Their limited reusability is compensated by their reliability and simplicity in design.