nativescript-mambo-ble
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

NativeScript-mambo-ble

This plugin is designed to communicate with Parrot Mambo drones. It provides the functionality to scan, connect and issue various commands.

Install the plugin

Call the following command from the root of your project.

tns plugin add nativescript-mambo-ble

Getting started

Here is a brief overview of how to use this plugin. For more advanced examples see:

JS Core example

ng2 example

Making changes to the plugin

If you want to make changes to the plugin, you need first set up your environment correctly. First run at the root first, which will let you then use the demo projects.

tns install

To rebuild the plugin for the JavaScript core demo project

npm run preparedemo

To rebuild the plugin for the angular demo-ng project

npm run preparedemo-ng

To run the demo project:

cd demo

tns platform add android
tns run android

and/or

tns platform add ios
tns platform run ios

To run the demo-ng project:

cd demo-ng

tns platform add android
tns run android

and/or

tns platform add ios
tns platform run ios

Package Sidebar

Install

npm i nativescript-mambo-ble

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • sebawita