Part Number: ADS1213 Other Parts Discussed in Thread: ADS1256 , ADS124S08 Tool/software: Hello,
Is there any possibility that the part “ADS1213E” will get support for next few years? If yes, what would be the tenure?
Also I could see the parts…
Other Parts Discussed in Thread: ADS1213 Hello!
I need your help about my new Data Converter ADS1213.
I'm trying to start a communication with it through my SPI channel (I'm using an ATMega32).
/* Initialization Pin part */
DDRB = (1<<SCK)|…
Other Parts Discussed in Thread: ADS1213 , DAC8871
Hi people:
When i made my prototype board i used the data converter ADS1213P (24 pins DIP Version) and the Vbias was zero, before enabling it via internal register. However, now, in the final version…
Other Parts Discussed in Thread: ADS1213
Hi people
I want to use an ADS1213 in order to convert 4 analog signals into digital codes. Here's the thing, the sigma-delta converter is differential and my signal is unipolar, so i think i should just…
Hello Amit, The final application is a small system for variable sensing as tire pressure, temperature and humidity inside and outside the vehicle. And I wanted to take advantage the internal ADC of microcontroller and with the addition of a referrer…
Hi Ryman,
I think you r using spi of micro in master mode and ADS 1212 in slave mode.
I was doing the same think earlier and i followed the timing diagrams (given on pg23,24 of datasheet of 1213) but nothing worked.
Then i used ADS1213 in master mode…
JACR,
I'm assuming from the tag line that you are talking about the ADS1213 and the DAC8871. The ADS1213 is 22-bit, so did you mean the ADS1231?
Take a look at our design notes page about grounding:
http://e2e.ti.com/support/data_converters/precision_data_converters…
I am having problems getting a correct value from the Data Output Register (DOR). I am using an ADS1212 in slave mode with an Arduino as the master and I've mimicked the circuit configuration in Figure 31 on page 32 of the data sheet (2MHz clock). …