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

Can the nRF51822 be used as a TWI slave?

My development environment is PCA10028, SoftDevice 130, SDK12.3.0

Two nRF51822s were mounted in one board
One nRF51822 will be used as a TWI master and the other as a TWI slave
The question is
1. Is TWI communication between the nRF51822 possible?
2. If possible, how should the TWI slave nRF51822 be set up?

Parents Reply
  • Hi, Bjorn,

    The use of two nRF51822s on one board is as follows 1. One nRF51822 acts as a Central. - We plan to use "ble_app_multilink_central" for the app. - Seven peripherals will be connected and "experimental_ble_app_blinky" will be used for peripheral app. - If an emergency is detected, the status is reported to 7 peripherals and other nRF51822. 2. The other nRF51822 acts as a peripheral. - The app will use "ble_app_uart".
    (smartphone app UUID: SerialPortServiceClass_UUID, "00001101-0000-1000-8000-00805F9B34FB)
    - When emergency situation is received, it is delivered to smartphone. What's wrong with developing these products?

    Best regards,
Children
Related