FreeRtos SDK For Crossplatform Applications

I have seen that there are Android and iOS SDKs for FreeRTOS Bluetooth Devices. I was curious if there is also a Javascript based SDK for FreeRTOS on which we can create a cross platform mobile application using Flutter or React-native?

Hi @puneetrastogi90,

There is no cross platform mobile SDK for FreeRTOS Bluetooth Devices. If you desire to write cross platform Javascript code using React Native, I would suggest importing the iOS and Android SDKs as native modules, as described by the React Native documentation for iOS and Android.