I'm looking for an analog to digital converter IC with an analog input and 8 bit parallel output. Through hole, not surface mount. Have any suggestions?
What speed?I'm looking for an analog to digital converter IC with an analog input and 8 bit parallel output. Through hole, not surface mount. Have any suggestions?
Based on the depth of the question, "any".What speed?
What input voltage range?
It's not at all unusual or surprising for someone unfamiliar with something not to know what information is important and what is not. That's why they are asking and that's we ask clarifying questions in return.Based on the depth of the question, "any".
I don't think speed is an issue for what I'm using it for. And as for voltage, I want 8 bit digital output, so that's 256 different voltages. I'm not sure if it would safe, practical, or even possible to have a range of 0-255 volts going into an integrated circuit, but I'm assuming there are circuits that have say a range of 0-15 volts with increments of 16 in between. For example, 0 volts produces 00000000, 0.9375 (15/16) volts produces 00000001, 0.875 (14/16) volts produces 00000010, and so on. I'm not sure if that exact configuration exists, but you get the idea.What speed?
What input voltage range?
Wait! Assuming your chip runs on 5v, an 8 bit digital output only give 8 pins with either zero (0) volts out or near 5v out on each. For example, a 2.5v input would give the following readings on 8 output pins. (with the following output voltages)I don't think speed is an issue for what I'm using it for. And as for voltage, I want 8 bit digital output, so that's 256 different voltages. I'm not sure if it would safe, practical, or even possible to have a range of 0-255 volts going into an integrated circuit, but I'm assuming there are circuits that have say a range of 0-15 volts with increments of 16 in between. For example, 0 volts produces 00000000, 0.9375 (15/16) volts produces 00000001, 0.875 (14/16) volts produces 00000010, and so on. I'm not sure if that exact configuration exists, but you get the idea.
Can the computer accept an 8-bit parallel (8-input pins) or do you need 8-bit serial (one data pin and one clock pin).I'm trying to use a potentiometer to send a digital signal to an 8 bit register in an 8 bit computer.
Details, details, details. Or are we playing a game of 101 questions?I'm trying to use a potentiometer to send a digital signal to an 8 bit register in an 8 bit computer.
I'm sure I could write some software to interact with a serial IC, but it would be less complicated if it were parallel.Can the computer accept an 8-bit parallel (8-input pins) or do you need 8-bit serial (one data pin and one clock pin).
If you send 120 VAC into adc0808, you will fry it.I don't think speed is an issue for what I'm using it for. And as for voltage, I want 8 bit digital output, so that's 256 different voltages. I'm not sure if it would safe, practical, or even possible to have a range of 0-255 volts going into an integrated circuit, but I'm assuming there are circuits that have say a range of 0-15 volts with increments of 16 in between. For example, 0 volts produces 00000000, 0.9375 (15/16) volts produces 00000001, 0.875 (14/16) volts produces 00000010, and so on. I'm not sure if that exact configuration exists, but you get the idea.
A few options were given earlier. Another option is the ADC080x line.I'm trying to use a potentiometer to send a digital signal to an 8 bit register in an 8 bit computer.
Thank you. I'd prefer DIPs, but I'll do what I must.A few options were given earlier. Another option is the ADC080x line.
http://www.ti.com/lit/ds/snosbi1c/snosbi1c.pdf
You might also go to the DigiKey or Mouser website and explore their tables of available devices. You can narrow your selections based on what you want or don't want, such as only considering devices that are in DIP packages, to get a list of parts that are available to choose from plus see what kind of prices you are looking for. By looking at how many are in stock you can get a rough feel for how popular the part is -- the most popular parts are more likely to be found in electronics surplus stores if you happen to have any around.
For instance, if I go to DigiKey and just look for ADC devices, there are over 15,000 options:
https://www.digikey.com/products/en...uisition-analog-to-digital-converters-adc/700
But if I narrow that to 8-bit, 5 V for both the analog and digital supply voltages, parallel interface, single-ended input that is reduced to 299 parts.
If I further refine that to parts I can buy in low quantity (bulk and cut-tape) I'm down to 13 parts.
If I then check which are active and stocked, I get only two, both variants of the ADC1175 from Texas Instruments. The low speed one is $2.73 and they have nearly 10,000 in stock. So you can probably find this elsewhere pretty easily and very possibly at a better price. You may even be able to get TI to sample you a few.
One thing I didn't spec was package type. These are only available in TSSOP, which you may not be able to work with. If you want DIP parts, you may have a harder time finding those (new, anyway, the surplus market may be a better place to look for those parts).
Multiplexers. Actually though, I may just use 1 pot and several buttons to select the addresses.How are you going to have more than one pot mapped to more than one register?
You might play around with that table starting with the limitation that the part has to be in some kind of DIP package. You might find that if you relax one of the other requirements that you can find a suitable part -- keeping in mind that DigiKey and Mouser really don't stock every part ever made, it just seems like it.Thank you. I'd prefer DIPs, but I'll do what I must.