bluetooth tag

24 questions


1 answers
92 views
0
Questions about Arduino Bluetooth.

Hi, everyone. I am a student studying Bluetooth.I want to do BLE communication between Arduino and Android.BLE communication is being conducted using Android GATT. When the two devices are connected, ...

2 years ago

1 answers
97 views
0
I want to send data to Android Studio Bluetooth and temporarily disable the button

mBtnSendData.setOnClickListener(new Button.OnClickListener() { Timer buttonTimer = new Timer(); @Override public void onClick(View view) { if (mThreadConnectedBluetooth != null) { String SendDat...


1 answers
71 views
0
I would like to ask you about the use of a dongle when scanning BLE in Windows with C#

I am developing a BLE app for Windows with C# When scanning or connecting via BLE API Is the implementation method different between Windows' own Bluetooth receiver (surfice or laptop) and external re...

2 years ago

1 answers
62 views
0
Run Linux Bluetooth Command Java

I scanned and paired Bluetooth with commands on Linux.I'm going to move the process to Java.Runtime running the Java Linux command was used, but it did not run.This is the Java code that I made.public...

2 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.