I am having a questions on connecting arduino to other IC, appreciate any comments or advice.
Is it possible to connect Arduino to MSP430 chips, via I2C?
The plan is to have 3 to 4 MSP430 chips, each controlling 4-6 LEDs, and each of these MSP430 receives commands from a single Arduino. Is it possible or are there better options out there?
The arduino I have is a MEGA, so it should have enough pins for the whole thing. However I'd like to learn and take the opportunity to practice I2C communication. Any working samples or code or tutorial will be much appreciated.
Thanks in advance.