BlueSTSDK_Android icon indicating copy to clipboard operation
BlueSTSDK_Android copied to clipboard

Bluetooth low energy Sensors Technology Software Development Kit (Android version)

Results 20 BlueSTSDK_Android issues
Sort by recently updated
recently updated
newest added

I am using your SDK to use STEVAL-BLUEMIC-1 in an android app and I want to know if it is possible to connect to multiple BlueMic at the same time....

Hey, I´m new in android development. ![image](https://github.com/STMicroelectronics/BlueSTSDK_Android/assets/46848895/ede0d100-0df2-454a-b327-0505ad797337) this I cannot find in my android studio, it looks like this for me: ![image](https://github.com/STMicroelectronics/BlueSTSDK_Android/assets/46848895/72c77a0b-b890-441a-addf-0131bad9cfc4) This I don´t understand: ![image](https://github.com/STMicroelectronics/BlueSTSDK_Android/assets/46848895/e3073ca4-5248-43bb-b3ac-4e89ae6b8368) I cannot find...

Hello I experience while sending to cloud mqtt, and suddenly error connecting and goes connecting again, Is there a callback to reconnect again to feature notification and cloud send>??

In the firmware I am sending the notification regarding the accelerometer event in this way: STORE_LE_16(NotifyAccEventCharData, 4000); //TimeStamp NotifyAccEventCharData[2]=0x08; // Tilt event STORE_LE_16(NotifyAccEventCharData+3 ,5000); //Steps Custom_Acceventchar_Send_Notification(); However, in the app...

The Java Doc Links are incorrect :( Looking for further documentation on the repo.

I tried the demo application on Android 7 using Huawei GR5. It's not working properly. Sometimes device can't be detected. Or even if the device get detected it fails to...

Is an AAR file in the repo? I can't find it I need to make integration of it in Flutter project Thanks in advance.

Hi Is it possible to send a bluetooth command or is there any part of the library that can send command to the device to turn off and wake up...

I am building the Android app, but I am not sure how to receive the Audio data and play on Android phone. Looking forward to hearing from you.