Skip to content
No description, website, or topics provided.
TypeScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
demo
.gitignore
.npmignore
README.md
drone-characteristic.d.ts
drone-characteristic.ts
drone-notifications-characteristic.d.ts
drone-notifications-characteristic.ts
drone-scanner.d.ts
drone-scanner.ts
drone.d.ts
drone.ts
index.d.ts
index.ts
package.json
tsconfig.json

README.md

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
You can’t perform that action at this time.