【问题标题】:Is it possible to exchange information between arduino and android phones easily using nrf24l01?是否可以使用 nrf24l01 在 arduino 和 android 手机之间轻松交换信息?
【发布时间】:2015-01-20 10:28:14
【问题描述】:
我需要将信息从 arduino 发送到 Android 手机,让一些应用程序主动监听来自 arduino 的无线电通信。使用 nrf24l01 可能吗?
最好的方案是直接通信,即使没有任何类型的握手。 Arduino 发送一个 android 期望接收的数字序列,当它听到这个序列时,应用程序会提醒我。
【问题讨论】:
标签:
android
arduino
arduino-uno
arduino-ide
arduino-due
【解决方案1】:
据我所知,Android 手机没有 nrf24l01 模块或 SPI,因此您必须创建一个接口适配器。所以...您可以决定要使用的通信方式。
例如Android 手机 USB/UART 转换器 微控制器 nRF24L01
而且,由于您正在设计自己的界面,因此您将能够创建适当的协议。