Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用任何 arduino 为 Android 手机制作蓝牙键盘(3x4),因为我正在尝试将其制作为盲文键盘。可能吗?如果是。我应该使用哪种 arduino?还有其他蓝牙盾吗?
您需要一个 Arduino uno(或任何兼容的板)和一个用于 Arduino 的蓝牙屏蔽或板。您可以从 sparkfun试用这款蓝牙板。
该板通过串行连接到 Arduino。所以你可以只使用内置的串行库。
该板还可以轻松与 Android 设备连接。