Link to home
Start Free TrialLog in
Avatar of zahiy
zahiy

asked on

Digital resistor wish microchip 16F84

Hi,

   I am looking for a digital resistor, which I can give it 4 or 8 bit and it gives me resistance.  are there digital resistors work by serial data ?

   thanks,
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Have a look to these 8-bit I2C or SPI digital potentiometers by Dallas Semiconductors:
http://www.maxim-ic.com/products/i2c/256_tap.cfm

ASKER CERTIFIED SOLUTION
Avatar of Gladiss
Gladiss

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zahiy
zahiy

ASKER

Thanks Clasiss, this is what I am looking for, but one more question, I don't see serial interface, does the SPI is the serial one ?  

   thanks
both i2c and SPI are microcontroller's serial interfaces.
BTW, my answer is similar to Gladiss's one but in another brand....
Hai Zahiy
             SPI is Serial Peripheral Interface, which has a clock line and two data lines SDO(Serial Data Out) and SDI(Serial Data In)

Please refer to section 17 of this datasheet
http://home.ripway.com/2005-4/285452/picreferencemanual.pdf

if required see this
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1490&filterID=395

Thanks