How to integrate the hardware upgrade sdk on the App?

We're working on a Flutter App, which is a golf cart App called FunsGolf, and it's already on the App Store and google play. We have used your company's equipment in the remote control of the cart. Now we would like to upgrade the hardware of the remote control on our App for the convenience of users. However, we can not find the relevant sdk integration solution or available project source code on your company's official website or github. And because the development language of our project is Flutter, what we want most is the sdk integration scheme of Flutter, followed by the sdk integration scheme of iOS and Android. Please tell us more relevant information as soon as possible to complete this function, thank you very much.

Parents Reply
  • Hello,

    The link sent by Oyvind is to the Flutter library with can be used to upgrade a device with firmware based on nRF Connect SDK. It's open source. 

    Under the hood it is using 2 native libraries: for Android and iOS. Both are open source.

    All 2 contain sample apps called nRF Connect Device Manager, also open source, which are available on Google Play and AppStore. The Flutter library also has a sample app, but you need to run it locally.

    I don't quite undestand what is it that you need.

    Source code for nRF Connect for Mobile apps (Android and iOS) is not public, but the DFU feature are much better shown in nRF Connect Device Manager apps, which are dedicated for the libraries.

Children
No Data
Related