Skip to content

ebellumat/react-native-ble-plx-data-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

react-native-ble-plx-data-converter

A helper to convert data to bytes to send through https://github.com/Polidea/react-native-ble-plx

why?

Send data with react-native-ble-plx could be trick, so i decided to create this helper to send commands with Bluetooth LE more easier.

how to?

import { convertToBytes } from 'ble-data-converter';

const command = convertToBytes('yourStringBluetoothCommand');

About

A helper to convert data to bytes to send through https://github.com/Polidea/react-native-ble-plx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published