ROBOTC:通过蓝牙与 Xamarin 中开发的 Android 应用程序的 EV3 大脑对话

ROBOTC: Talking to EV3 brain from Android app developed in Xamarin through Bluetooth

这个很酷:我正在 Xamarin 中开发一个 Android 应用程序,它将向 EV3 程序块 运行 ROBOTC 发送消息。有人认为他们可以帮助我吗?我知道 NXT 积木可以使用 sendMessage(); 但我使用的是 EV3,并且找不到使用它的方法。对此的任何帮助将不胜感激。至于我希望发送的信息类型,可以是字符串,如果不是,也可以是整数。

编辑:对,我忘了。该应用程序适用于 Kindle Fire,最好以横向模式运行。

RobotC 尚不支持蓝牙(它们是 working on it). Once they do get it working, you will need the "EV3 Communication Developer Kit" from the LEGO MINDSTORMS downloads page。这解释了通信协议。特别是,请查找 "mailbox" 说明。这就是消息在两者之间来回传递的方式应用程序。