Android中的蓝牙与arduino连接

时间:2017-03-07 10:28:03

标签: android bluetooth

我想在我的Android应用程序中通过蓝牙从arduino板获取两个值。 arduino板已与我的设备配对。我怎样才能收到这些价值观。任何人 ??

1 个答案:

答案 0 :(得分:0)

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

communicating with bluetooth device from android app