Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Digital potentiometer problem and questions

GH Crash

New Member
I’m trying to use a digital potentiometer to replace a mechanical pot. The digital pot is the Rensas X9511. (X9511 datasheet attached) I have it wired for autostore as shown in figure 2 on the datasheet.
1719785061533.png


The problem is that the autostore function is not working. Connecting an ohmmeter across pins 3 and 5 (resister element terminals) show changes in resistance with use of the up/down push buttons but the resistance is zero if the power is disconnected (switched off) and then back on. Any ideas?

The first question is it acceptable to use the same power source for both the chip’s control circuitry and for the resistor elements leads? In other words, is acceptable to parallel the circuits Vcc and Vdd with the high and low leads of the resistor element?

Can someone explain the purpose of the Schottky diode on the Vcc lead? The datasheet doesn't show one as needed for the manual (push bottom) store.


Any and all help will be greatly appreciated.
 

Attachments

  • X9511.pdf
    448.2 KB · Views: 24
The diode stops other parts of the circuit from discharging the capacitor too quickly. The capacitor is large enough that with the load of the digital potentiometer only, it will discharge slowly enough that the digital potentiometer has time to store the wiper position, starting when the supply voltage drops, and finishing before the supply voltage is so low that it can't store the wiper position.

If there are other devices supplied from the same power supply, and no diode were fitted, then the capacitor would discharge faster and there digital potentiometer might not have enough time to store its wiper position.
 
The C value with a diode shutoff to prevent C decay time then depends on the circuit current.
The IC specified current as ;
1719804475114.png


and autostore parameters as ;
1719804370699.png

Thus Cmin = Ic dt /dV = 2 mA * 2ms / 500 mV = 8 uF yet figure 2 in spec. showed only 3.3 uF was required.
 
Thanks Driver300 for the reasoning behind having the s. diode.

Tony, I'm not sure that I follow your math. How did you get from mA, ms, and mV to Farads? Anyway, it appears that you are suggesting the failure to autostore may be due to too small a capacitor. Is that what you are saying.

Thanks to both of you for your rapid responses.

GH
 
The data sheet isn't clear about the worst-case conditions for Autostore, so the smallest require capacitor can't be calculated. I would use a larger capacitor to give the IC more time to store.

Tony has assumed 2 mA. The typical is 1 mA and the max is 3 mA.

When the power is turned off, the voltage goes down as the capacitor discharges. When the capacitor gets to 4 V, the Autostore starts, and there has to be 2 ms before the voltage gets to 3.5 V.

The Voltage on a 1 Farad capacitor will go down at 1 V / second if a current of 1 A is drawn from it. That's the definition of a Farad.

In this case, I would take the current as being 3 mA, and the voltage has to go down by 0.5 V (or less) in 2 ms, so the rate of change of voltage can be up to 250 Volts / second. As the current can be up to 3 mA, the capacitor needed is 0.003 / 250 = 12 μF. Tony got a result of 8 μF by using 2 mA as the estimate of current.

3.3 μF may well work, because the typical current is 1 mA and the Autostore could take less than 2 ms, and it could work OK down to a lower voltage than 3.5 V.

I would use something like 22 μF to be sure. It's still a tiny capacitor and large won't hurt.
 
To complement the excellent replies already provided by Diver and Tony, just make sure that you use a Schottky diode. The 1N581x if you prefer THT devices, the BAT54x if you prefer SMT devices.
 
The present diode is a BAT54w.

I will try a larger capacitor. I have to dig around and see what I have. I know that I have some 10uf and some 100uF but don't know about in between.


Anybody know anything about programming a ATTINY85? After I get this autostore issue figured out, I need to get an ATTINY85-20 to read an external value, the x9511 wiper, and non-volatile store that value.
 

Latest threads

Back
Top