This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51822 as peripheral to central iPhone iOS app AND central to i2c chipset peripherals

Hi Everyone,

I have what I hope is a simple questions. I am creating a piece of hardware that will act as the peripheral to a central iOS app in regards to a standard BLE communication. This same nRF51822 will then need to act as the central i2c eeprom chipsets in an i2c databus inside of the hardware.

In short: App (central) -> nRF51822 (peripheral) -> nRF51822 (central) -> i2c eeprom (peripherals)

Is this possible? If yes, does creating the distinction of central/peripheral from moment to moment simply live in the way the chipset is programed? If no, why will this not work and do you have any suggestions for how to make a set up like this work utilizing different tools and/or data transfer protocol.

Thank you so much for any help you are able to provide!

Related