Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/197.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android中的蓝牙连接arduino_Android_Bluetooth - Fatal编程技术网

Android中的蓝牙连接arduino

Android中的蓝牙连接arduino,android,bluetooth,Android,Bluetooth,我想在我的android应用程序中通过蓝牙从arduino板上获取两个值。arduino板已与我的设备配对。如何接收这些值。有人吗 您需要编写两个应用程序。一个在android上,另一个在Arduino板上。您可以参考以下教程从android应用程序连接到蓝牙设备 我有我的Arduino代码,可以同时发送“a”和“b”,我只想接收代码,你能帮我吗?

我想在我的android应用程序中通过蓝牙从arduino板上获取两个值。arduino板已与我的设备配对。如何接收这些值。有人吗

您需要编写两个应用程序。一个在android上,另一个在Arduino板上。您可以参考以下教程从android应用程序连接到蓝牙设备


我有我的Arduino代码,可以同时发送“a”和“b”,我只想接收代码,你能帮我吗?