DA14531MOD interface RL78 using my own android app

Hi all,

i have designed my own board on which i have used R5F104BC and DA14531 ble.

I want to develop my own android and ios apps to control some set of leds.

RL78 and ble is connected using UART (RX and TX). I want control led from my app. The data will go from app to ble and using uart to my mcu will get command to on or off the leds.

what is the process or is there any compiled bin file which i can flash in my ble and it will do the work.

what steps to do?

please need your support on the same.

Parents Reply
  • Hi There,

    Thank you for the reply.
    Yes, if you configure the prox_reporter in order to initialize the UART on the DA14531 as well and if you create a custom Service and Characteristics you will be able to communicate from your app to the DA14531 via BLE and from the DA14531 to the RL78 via UART.
    From what you are describing you are interested to create a BLE bridge between your Host MCU (RL78) and your App. I would recommend using the DSPS SDK, which is easier to implement and you can just send data back and forth.

    Kind Regards,
    OV_Renesas

Children