Hi,
We need to add WeChat / AirSync functionality to our nRF52-based product. Is there any support available from Nordic for this kind of environment? For example ble_wechat_service, protobuf, ...
Thanks in advance M
Hi,
We need to add WeChat / AirSync functionality to our nRF52-based product. Is there any support available from Nordic for this kind of environment? For example ble_wechat_service, protobuf, ...
Thanks in advance M
I would not expect support for service that is not standard (like ble_wechat?), so you probably have to implement it on your own.
About protobuf, I have seen some implementations in one of the bootloader examples (not sure which SDK version, something about v10 or v11 afair)
Hi,
I found this GitHub repository where a user have implemented WeChat for nRF5. Nordic does not provide any code or examples for WeChat, but maybe you can find what you need in the mentioned repository.
Thank you for your quick reply - much appreciated