Questions tagged [react-native-ble-manager]

35 questions
0
votes
1 answer

Can't stop scanning and connect to device via react native ble manager

React Native application with BLE Manager for interacting with BLE devices. I am able to scan for devices, by default running for 10 sec. Expected action, when I find a device & click on Connect Button [on same page, where devices are being…
0
votes
1 answer

How should I write a byte array representing RGB values in JavaScript?

I've been working on a React Native app that is using the react-native-ble-manager package. We're trying to write a RGB value to a LED light strip, but we're having issues finding the correct way to format a byte array with RGB values in JavaScript.…
0
votes
1 answer

Raspberry pi bluetooth not detecting on React-Native based application. (Used react-native-ble-magaer)

I am trying to get the Raspberry pi Bluetooth signal or the peripheral device characteristic on my React-Native application. I am using react-native-ble-manager to scan and detect the peripheral devices. So far I got most of the devices like TV,…
0
votes
1 answer

BleManager react-native

I've a problem with the BleManager in React-Native. I have the right import, I think import BleManager from 'react-native-ble-manager'; And I try to start the Blemanager with this command. I tried a lot of things, but none run correctly. I just…
0
votes
1 answer

We in our team have two Android 10 devices, none of them can detect devices on them using react-native-ble-manager

We in our team have two Android 10 devices, none of them can detect devices on them using react-native-ble-manager. There is no changing in the code from the Git ReadMe. Code is working on <= Android 8 devices. Package.json: { "name":…
Abhinav Saxena
  • 1,990
  • 2
  • 24
  • 55
1 2
3