I am having quite a bit of trouble trying to get my arduino dock to work with i2c sensors and their respective arduino libraries.
The problem seems to be coming from the fact that the omega is the master device and the arduino dock is the slave device, so it cannot use arduino libraries like wire which assumes arduino to be the master.
May i know is it possible to complete shutdown omega's i2c and make arduino dock the master for the i2c connection? if so i can then transmit whatever data i want from the arduino dock to the omega via uart (serial)?