Hello,
I am trying to take real-time data from a BLE device and plot it on a graph in real-time using JS. Is such a thing possible? Thanks so much in advance!
Search found 6 matches
- 03:43, 17 Jan 2016
- Forum: Questions and answers
- Topic: Graph Data from BLE in Real-Time
- Replies: 1
- Views: 16710
- 18:56, 05 Oct 2015
- Forum: Questions and answers
- Topic: How to automatically reconnect with Easyble.js
- Replies: 2
- Views: 19738
Re: How to automatically reconnect with Easyble.js
Mikael, Thank you very much for your response! I understand what are you saying and why it should work. However, I still am having difficulty in my app. I have no problem scanning for, finding, and connecting to my device. But when my device disconnects from my app, the app does not start to scan ag...
- 20:33, 04 Oct 2015
- Forum: Questions and answers
- Topic: How to automatically reconnect with Easyble.js
- Replies: 2
- Views: 19738
How to automatically reconnect with Easyble.js
I am using a device that every time it is used, it very briefly shuts off BLE before turning it back on. This process takes about 1 second, but in that time it disconnects from my app. However, I can not seem to find a working method that has my app automatically reconnect to the device. So I'm wond...
- 16:59, 17 Sep 2015
- Forum: Questions and answers
- Topic: BLE > How to get details from characteristics?
- Replies: 3
- Views: 32203
Re: BLE > How to get details from characteristics?
Is there a working example of readCharacteristic() anywhere? I too am trying to read the value of a characteristic and I can not seem to get it to work.
- 16:47, 16 Sep 2015
- Forum: Questions and answers
- Topic: Display Characteristic Value as a Number?
- Replies: 1
- Views: 15151
Display Characteristic Value as a Number?
I am trying to take a specific characteristic, and display its value, which is a number. Currently, my app is able to connect to the device, but it displays the characteristic's UUID instead of it's numerical value. Is it possible with JavaScript to take the characteristic's UUID and from that displ...
- 23:06, 11 Sep 2015
- Forum: Questions and answers
- Topic: Complete Beginner Help with BLE Connection
- Replies: 1
- Views: 15413
Complete Beginner Help with BLE Connection
I am an absolute beginner when it comes to using Javascript to connect to a BLE device. I am trying to make an Android app with Cordova, written in HTML and Javascript, that will automatically search for a specific BLE device, connect to it, and display a specific characteristic. I have played aroun...