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.
如何连接到 Raspberry Pi 并将信息从 Raspberry Pi 发送到 Android 程序。
我仍然不知道是否有这样做的功能。
请问你能帮帮我吗
也许您可以尝试安装webiopi并在 Android 的任何浏览器中访问其 Web 界面或创建自定义应用程序。WebioPi 的 Web 界面提供了 raspberry-pi 的 GPIO、控制台等。您不仅可以读取 GPIO,还可以随时修改它们。此外,您还可以命令 raspberry-pi 远程启动一些 python 脚本。
请参阅以下 wiki链接中提到的架构
另请参阅与您类似的关于 stackoverflow 的以下讨论:链接
您可以使用蓝牙进行通信。
如果您使用 Raspberry Pi 3,则意味着您有内部蓝牙;
请输入终端:
sudo apt-get install pi-bluetooth
如果您有其他 Raspberry Pi 类型;首先获取蓝牙集线器。
在这里阅读会很有用,也在这里