App Inventor上的多个蓝牙设备

时间:2015-01-11 00:07:12

标签: bluetooth arduino android-bluetooth app-inventor

是否可以使用MIT App Inventor 2将手机连接到两个蓝牙设备?我需要连接另一部手机和一部Arduino(总共3台设备)。我怎么能这样做?

1 个答案:

答案 0 :(得分:0)

是的,你可以。

如您所知, App Inventor 中的bluetooth组件只能连接2台设备。

在您的情况下,只需使用2个蓝牙组件:component1连接到另一部手机,component2连接到Arduino。

See also the documentation