openexposer icon indicating copy to clipboard operation
openexposer copied to clipboard

add traces to nanites i2c or serial bus

Open mariolukas opened this issue 9 years ago • 2 comments

mariolukas avatar Mar 02 '16 21:03 mariolukas

I think i²c should be the way to go here. We can use the https://github.com/rambo/TinyWire library for the motor controller.

cemonds avatar Mar 05 '16 16:03 cemonds

The arduino Uno uses the pins A4 (SDA), A5 (SCL) for i²c. Right now A5 is used for microstep configuration and A4 is used for the endstop in Y direction. The microstep feature could be solved in hardware with some jumpers, since there is no need to make this configurable in software. The endstop can easily be moved to another pin e.g. A2.

cemonds avatar Mar 06 '16 17:03 cemonds