Can any body point me in the direction of an easy to use i2c programming system and interface hardware?
I'm trying to design a hardware fader for my stereo soundcard. By splitting the stereo signal into front & rear, and then passing each channel through a variable resistor I hope to be able to control the f&r volume separately.
This would be dead easy with a couple of manual potentiometers, but I'd like to be able to do it from the touchscreen.
From searching the web I've come across a range of digital potentiometers that can be set and controlled over the i2c protocol, and I've even seen cheap PC hardware.
http://www.robot-electronics.co.uk/htm/usb_i2c_tech.htm
However it's the software side of things that I can't get my head around. My programming skill are rudimentary at best (I can just about get my head around simple VBA).
What I was hoping to find is a simple package of i2c hardware and software, where I could call a DLL from autoit, and send the string of data bits I want to the potentiometer - but every system I see is far more complex than this, and way beyond my capability.
Does anybody know of i2c programming for dummies software?