python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Application using Bluetooth Low Energy
I am planning to build an application that connects to a BLE based device/devices which will give me some basic health reading like SPO2, Blood Pressure, Glucose Monitors, weight etc.
I know that ther...
Amey Bhandarkar
Votes: 0
Answers: 1
How to figure out for which original call onCharacteristicChanged was triggered?
I have device that accepts commands in write characteristic and returns back data in notification characteristic. Problem is when I call 2 different commands (call 2 writes) and notifications returned...
Andrei V
Votes: 0
Answers: 0
How do I get reference to an application in a bluetooth service?
I am trying to use requestPermissions() in my bluetooth service but I can't seem to get an activity reference in my service and I've heard that is bad practice to do so anyways, so how can I use reque...
Dylon Jaynes
Votes: 0
Answers: 0
BLE 5.1 direction finding algorithm implementation in python
I need to implement BLE AoA Direction finding using PDDA (propagation direct data aquisition) algorithm in python as explained in the paper below. I am using a 12 antenna array as mentioned in this pa...
curious_bubble
Votes: 0
Answers: 0