I have been looking for a simple driver interface with a controller on it that has its own address and uses i2c for coms.
Have looked at various options like the easy driver but trying to cut down on the amount of wires needed for comms to and from the main arduino MCU.
Stepper motor used is nema 23 with 1 home switch there will be various sensors on the i2c bus so i need to be able to assign
a address to the driver ..
The stepper motor details - 6 wires (japan motor co- kp56LM2-097- UNIPOLAR)
I would be having two of those steppers each with a optical switch for "home position" connected via I2C.
Ideally be able to adjust the address
Master controller - Mega 2560 connected via I2C
Slave controller - Arm LPC2478 Dev Board with Ethernet and 7" TFT Touch Screen via I2C
Thats all i plan to be having on the wire bus for now .
do you have a diagram it would be nice to see what you have put together i dont plan to go the way of making my own as its all Smd i suppose and im limited in that sense ..