≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Click Here to enter Utsource site
Hello! Sign In or Register now
APP Datasheet 290K likes Utsource 1 Million+ Like UtsourceBuy(0)
Inquiry(0)
Dear customers, due to the implementation of the GDPR policy in Europe, UTSOURCE has also made adjustment accordingly to meet the policy requirements. Please read the new privacy policy carefully and this window will no longer pop up after you accept it.
Delivery Address
+ Add Address
The new shipping address
* Please fill in the cell phone number correctly to make sure that you can receive the tracking info in time.
Country Code
Favorite
Utsource certified original
Utsource certified original parts provide the following guarantees:
1. Utsource guarantees 100% original.
2. Utsource certified original parts can be returned and refunded unconditionally within 90 days.
Description
Octal Channel Single ADC SAR 10ksps 8-bit Parallel 28-Pin PDIP Tube
All product names, trademarks, brands and logos used on this site are the property of their respective owners. The depiction, description or sale of products featuring these names, trademarks, brands and logos is for identification purposes only and is not intended to indicate any affiliation with or authorization by any rights holder.
Parameter | Symbol | Conditions | Min | Typ | Max | Unit |
---|---|---|---|---|---|---|
Supply Voltage | VCC | - | 4.5 | 5 | 5.25 | V |
Reference Voltage | VREF | - | 0 | - | 5 | V |
Analog Input Voltage | VI | - | 0 | - | VREF | V |
Conversion Time | tC | fCLK = 640 kHz | - | 100 | - | μs |
Resolution | - | - | - | 8 | - | bits |
Differential Nonlinearity | DNL | - | -1 | 0 | +1 | LSB |
Integral Nonlinearity | INL | - | -1 | 0 | +1 | LSB |
Power Dissipation | PD | - | - | 150 | - | mW |
Operating Temperature | TA | - | -40 | - | 85 | °C |
Power Supply:
Reference Voltage:
Analog Inputs:
Clock Input:
Start Conversion:
Channel Selection:
Conversion Complete:
Data Output:
Output Enable:
Power Down:
Temperature Considerations:
Decoupling Capacitors:
By following these instructions, you can effectively use the ADC0808CCN for analog-to-digital conversion in your projects.
(For reference only)Preview of the first 3 pages of the data sheet
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $5.17125 | US $4.65413 | US $4.65413 |
≥10: | US $4.55070 | US $4.65413 | US $46.54130 |
≥100: | US $4.13700 | US $4.65413 | US $465.41300 |
Substitute Product
Product Name | Description |
---|---|
ADC0804LCN | 8-bit A/D Converter with Multiplexer, 16-pin DIP/SOIC package, compatible with microcontrollers and microprocessors. |
ADC0809C-24PC | 8-channel 8-bit A/D Converter, CMOS technology, 24-pin DIP package, suitable for low-power applications. |
ADC0832 | 8-bit A/D Converter with 2-channel multiplexer, 8-pin DIP/SOIC package, ideal for space-constrained designs. |
MCP3008-E/ST | 8-channel 10-bit A/D Converter, SPI interface, 16-pin SSOP package, provides higher resolution than ADC0808CCN. |
LTC1298CN | 12-bit A/D Converter with 8-channel multiplexer, 28-pin SSOP package, offers enhanced precision and performance. |
Product Usage
The ADC0808CCN is an 8-bit analog-to-digital converter (ADC) that is commonly used in various circuits and applications where analog signals need to be converted into digital form for processing by microcontrollers, microprocessors, or other digital systems. Here are some typical circuits and applications where the ADC0808CCN might be used:
Data Acquisition Systems:
Industrial Control Systems:
Medical Equipment:
Audio Processing:
Environmental Monitoring:
Automotive Applications:
Home Automation:
Educational and Research Projects:
Here’s a basic example of how the ADC0808CCN might be used in a simple data acquisition system:
Power Supply:
Analog Input:
Digital Output:
Control Signals:
Signal Conditioning:
const int startPin = 2; // Pin connected to START of ADC0808
const int oePin = 3; // Pin connected to OE of ADC0808
const int alePin = 4; // Pin connected to ALE of ADC0808
const int eocPin = 5; // Pin connected to EOC of ADC0808
const int dataPin = 6; // Pin connected to D0 of ADC0808
void setup() {
pinMode(startPin, OUTPUT);
pinMode(oePin, OUTPUT);
pinMode(alePin, OUTPUT);
pinMode(eocPin, INPUT);
pinMode(dataPin, INPUT);
Serial.begin(9600);
}
void loop() {
digitalWrite(startPin, HIGH); // Start conversion
delayMicroseconds(100); // Wait for conversion to complete
digitalWrite(startPin, LOW);
while (digitalRead(eocPin) == LOW); // Wait for conversion to finish
digitalWrite(oePin, HIGH); // Enable output
int adcValue = 0;
for (int i = 0; i < 8; i++) {
adcValue <<= 1;
if (digitalRead(dataPin + i)) {
adcValue |= 1;
}
}
digitalWrite(oePin, LOW); // Disable output
Serial.println(adcValue); // Send ADC value to serial monitor
delay(1000); // Wait for 1 second
}
This code initializes the ADC0808CCN, starts the conversion process, waits for the conversion to complete, reads the digital output, and sends the ADC value to the serial monitor.
By understanding the specific requirements of your application, you can design more complex and tailored circuits using the ADC0808CCN.
Order
Payment
Shipping
Gift Coupon/Plus service
Returning
Returns are normally accepted when completed within 90 days from the date of the parcel delivered.
Defective ( Please provide a third party quality report of nonconforming products)
Return Freight charges must be prepaid; we will not accept COD shipments.
Warranty
All UTSOURCE purchases have a 90 days money back return policy, plus a 100 days UTSOURCE warranty against any manufacturing defects.This warranty shall not apply to any item where defects have been caused by improper customer assembly, failure by customer to follow instructions, product modification, negligent or improper operation.
ADC0808CCN
ADC0808CCN has several brands around the world that may have alternate names for ADC0808CCN due to regional differences or acquisition. ADC0808CCN may also be known as the following names:
BUYING OPTIONS
Free shipping on first 0.5kg for orders over US $200.00
Express: Estimated arrival {0}
Standard delivery: Estimated arrival {0}
Country:
United States
Express:(FEDEX, UPS, DHL, TNT)Free shipping on first 0.5kg for orders over 200$,Overweight will be charged separately
Total products: 14902Total sales: 73567
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
Minimum:{{pro.BuyQuantity}}
Standard delivery
Express: Estimated arrival {0}
Standard delivery: Estimated arrival {0}
Stop production experts, we can provide a large number of electronic components that have been stopped production and are difficult to find, to facilitate the maintenance company
Reply to
submit