标签: bluetooth arduino android-bluetooth app-inventor
是否可以使用MIT App Inventor 2将手机连接到两个蓝牙设备?我需要连接另一部手机和一部Arduino(总共3台设备)。我怎么能这样做?
答案 0 :(得分:0)
是的,你可以。
如您所知, App Inventor 中的bluetooth组件只能连接2台设备。
bluetooth
在您的情况下,只需使用2个蓝牙组件:component1连接到另一部手机,component2连接到Arduino。
component1
component2
See also the documentation