Lebelin
Newbie level 6
i2c com pic16f84a
I wish to intercept the I2c informations between a microcontroler and a 24lc32, store these infos in the internal 16f84 eeprom to use same (after eventual modifications) on an other ic2 bus.
In fact, the initial system is a microcontroler (which cannot be modified) acting as master of a chain, when an order is given either by button ot IR remote, the necessary infos (channel specifications) are asked to a 24lc32 which after treatments in the controler are used to command various items on the same i2c bus(tuner, LCD etc)
I connected a pic 16f84 on this bus but unfortunately it is impossible to read (and of course store) the 8 octets of the EEprom corresponding to the choising channel.
In any case as the pic is not configured to be a slave or a master no any "STAR","ACK" or "STOP" are sending and cannot be send as i wish only to pick up the infos in parallel.
I used "SHIFTIN" (PicBasicPro) without result.I obtain some infos without any relation with the EEprom Data.
Can any body help me??
Thanks in advance
I wish to intercept the I2c informations between a microcontroler and a 24lc32, store these infos in the internal 16f84 eeprom to use same (after eventual modifications) on an other ic2 bus.
In fact, the initial system is a microcontroler (which cannot be modified) acting as master of a chain, when an order is given either by button ot IR remote, the necessary infos (channel specifications) are asked to a 24lc32 which after treatments in the controler are used to command various items on the same i2c bus(tuner, LCD etc)
I connected a pic 16f84 on this bus but unfortunately it is impossible to read (and of course store) the 8 octets of the EEprom corresponding to the choising channel.
In any case as the pic is not configured to be a slave or a master no any "STAR","ACK" or "STOP" are sending and cannot be send as i wish only to pick up the infos in parallel.
I used "SHIFTIN" (PicBasicPro) without result.I obtain some infos without any relation with the EEprom Data.
Can any body help me??
Thanks in advance