Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

[리액트 네이티브 라이브러리] 세그웨이의 저전력 블루투스 모듈과 스마트폰을 연결합니다. NineBot SegwayDiscovery의 공식 SDK를 사용하고 있으나 확장성을 위해 블루투스 인터페이스를 직접 구현할 계획입니다.

License

Notifications You must be signed in to change notification settings

AndrewDongminYoo/segway-ble-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@dongminyu/segway-ble-manager

react-native-segway-ble-manager is a React Native library for managing Bluetooth Low Energy (BLE) connections with Segway devices. react-native-segway-ble-manager provides an easy-to-use API for connecting to and communicating with Segway devices over BLE. The library supports both Android and iOS platforms and includes features such as device discovery, connection management, and data transfer. With react-native-segway-ble-manager, developers can easily integrate Segway device control into their React Native applications.

Installation

npm install @dongminyu/segway-ble-manager

Usage

    <!-- iOS 13 and newer, include the `NSBluetoothAlwaysUsageDescription` -->
    <key>NSBluetoothAlwaysUsageDescription</key>
    <string>스쿠터 조작을 위해 블루투스를 사용합니다</string>
    <!-- iOS 12 and earlier, include `NSBluetoothPeripheralUsageDescription` -->
    <key>NSBluetoothPeripheralUsageDescription</key>
    <string>스쿠터 조작을 위해 블루투스를 사용합니다</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>스쿠터 조작을 위해 위치데이터를 접근합니다</string>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

[리액트 네이티브 라이브러리] 세그웨이의 저전력 블루투스 모듈과 스마트폰을 연결합니다. NineBot SegwayDiscovery의 공식 SDK를 사용하고 있으나 확장성을 위해 블루투스 인터페이스를 직접 구현할 계획입니다.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •