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 response.
    Yes, you could use the DSPS firmware, which is a strip down version of the CodeLess Binary mode so you can send big chunk of data over BLE.
    You could also use the prox_reporter image as shown in the example with EK-RA2E1 and DA14531.
    Generally, you can use any image you have created for the DA14531, you will only have to configure the UART on the DA14531 as well in order to send the data you receive over BLE to the RL78.

    Kind Regards,
    OV_Renesas

Children