Hello,
I'm designing a device based on nRF52840 SoC that receives a configuration (set of 50 parameters) from an app which downloads the configuration in JSON format from a remote server via API call. Surely the app cannot send the configuration as JSON via BLE, at the same time I don't want to extract in the app every single parameter from the JSON and then send a single parameter at a time to the device via BLE.
Does anyone have any advice on how to optimize the configuration?
Thanks for the help.