NRF52840 Sending JSON by Bluetooth to smartphone

FormerMember
FormerMember

Hi,

I want to send data in JSON format to android app. I used ble_app_template and midi_service template to create my own service. I can send data binary as much as I want, but I need to send more data to custom mobile app and data should be in JSON format (mobile app requirements). Is there any possibility for converting data or something else? Slight smile

Related