This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

React Native libraries from Nordic

Hi,

I am developing a mobile application using React Native for interfacing, configuring and doing FOTA over BLE.
I want to know if you provide any BLE or FOTA libraries for React Native? And if not, do you plan to make those in the future?
I was searching through docs and devzone, but couldn't find anything, so asking here just in case I missed something.

For now I am using https://github.com/Polidea/react-native-ble-plx, which works but lacks some features I need.

Regards,

Vid

Parents
  • Surely, the whole point of a standard like BLE is that it entirely independent of things like this?

    The BLE device neither knows nor cares what "framework" you use - it just works within the standard BLE concepts of the GATT Services, Characteristics, etc.

    So, surely, your framework must provide ways to interact with  the standard BLE concepts of the GATT Services, Characteristics, etc? It shouldn't constrain - or even impact - the device implementation at all.

Reply
  • Surely, the whole point of a standard like BLE is that it entirely independent of things like this?

    The BLE device neither knows nor cares what "framework" you use - it just works within the standard BLE concepts of the GATT Services, Characteristics, etc.

    So, surely, your framework must provide ways to interact with  the standard BLE concepts of the GATT Services, Characteristics, etc? It shouldn't constrain - or even impact - the device implementation at all.

Children
Related