Skip to content

ActonInc/RocketSkates-iOS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skates

ACTON RocketSkates SDK - iOS Developer Guide

ACTON RocketSkates™, the world’s first smart electric skates, are designed to be lightweight, hands-free and tons of fun. RocketSkates are also packed with smart technology and they can connect with apps on users’ smartphones via Bluetooth.

This document introduces how to integrate ACTON RocketSkates SDK into your iOS app project.

本文档中文版: https://github.com/ActonInc/RocketSkates-iOS-SDK/tree/cn

Requirements

ACTON RocketSkates uses Bluetooth Low Energy to communicate with smart phones. In order to utilize this SDK, your iOS project's target API level must be equal to or higher than iOS 6.0.

Also, please make sure your device have Bluetooth 4.0.

SDK Installation

  1. Download the latest version of ACTON RocketSkates SDK from our release page, or clone this project.

  2. Copy RocketSkates-iOS-SDK under your project.

  3. Add CoreBluetooth.framework into your project.

  4. Then add #include RocketSkates_iOS_SDK.h wherever you want to use this SDK.

Sample

We created a sample project for you to start with:

  1. Scan for RocketSkates and connect to them.

sample1

  1. Retrieve RocketSkates' real-time status, and change their mode.

sample2

  1. Remote-control your RocketSkates.

sample3

You can download and run this demo project directly, and simply copy some of its code into your project.

FAQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published