问题标签 [hm-10]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
arduino - 使用 HM-10 检测 Estimot 信标距离
我想让我的 Arduino+HM-10 在不使用电话连接的情况下检测 Estimote 信标距离,但我不确定这是否可能。
我可以仅使用 HM-10 检测信标吗?我可以估计我的 Arduino+HM-10 和信标之间的距离吗?我知道 Apple 没有发布该算法,但我已经用 Android 上的 Cordova 应用程序估计了到信标的距离。
android - AT命令到hm10通过蓝牙与android
嘿,伙计们正在处理一个项目,我想知道是否可以通过蓝牙直接从我的 android 应用程序向 hm-10 ble 设备发送 AT 命令,而无需使用任何微控制器,如果是,那么如何??
bluetooth - Hm-10 Bluetooth Module enter in undiscoverable state after 5 seconds of turning it on
When I turn on Hm-10 Bluetooth module, it's LED blinks for 5 seconds and then it become still ( the led is always on without blinking ).
At these 5 seconds I can find it when I make a search for nearby Bluetooth devices and I can enter to AT command ( I write AT and it returns OK), after the 5 seconds can't find it with search and when I use AT commands it does not respond.
Can you help me to figure out the problem?
android - 蓝牙 HM-10 安卓绑定
需要关于我可能做错的建议/帮助。
我所拥有的:
将 HM-10 模块插入我的 Arduino。
- 除连接类型外的出厂默认设置:
--使用 AT+TYPE3 (3:Auth and bond )。
Android LG G4,运行 Android 6 (Marshmallow)。
问题:
当搜索蓝牙设备但使用默认配对代码“000000”时,可以在 Android 中看到蓝牙 HM-10 可以连接到“PIN 或密码错误。再试一次?” 消息不断出现。
我测试的内容:
Windows 10 笔记本电脑与 HM-10 设备绑定。(通过运行 AT+RADD 验证 MAC 地址?)
AT+TYPE0(0:不需要 PIN 码)通过 BLE Scanner 应用程序连接。
向三个使用不同 Android 手机的人寻求帮助:
-最新的三星手机:Bonds
-旧款三星手机:Bonds
-OnePlus 一部手机:不绑定
假设
无法连接的设备上的蓝牙库在与 HM-10 模块通信时可能缺少握手协议。
android - 如何使用 CC41-A HM10 BLE 作为主机来检测 Android 手机或 iPhone 作为从机?
我正在尝试使用CC41a BLE作为主设备来检测 Android 手机(Redmi Prime、摩托罗拉 moto x play)
但是当我执行 AT+INQ 时,它只返回:“+INQS +INQE Devices Found 0”</p>
同时,这两款作为主机的手机在 HM BLE 终端应用程序的帮助下将 CC41a 检测为从机。
CC41a主机可以检测到我是否需要使用任何APP将手机设为从机?
有人已经在那些 CC41A 上使用 AT+INQ 命令成功了吗?
CC41a会对哪些手机做主?
bluetooth - CC2541 (HM10) HID 和编程
目标:纯粹使用cc2541上的处理器和蓝牙来读取板上的空闲引脚,但以HID格式输出,因此可以用作键盘。
我知道有一些官方的 TI 硬件组件通常用于对其进行编程(我买不起开发套件)。有人可以帮助我使用arduino和FTDI板程序cc2541来做到这一点吗?
android - HM10/11 BLE 到 Android 手机的连接
首先,我想问一下是否可以通过蓝牙将数据流从带有 HM11 的 arduino 发送到 android 手机。
数据包含超声波传感器的读数、方向、电池电量等。
我的 android 手机将相应地显示这些数据作为监视器。
我已经尝试使用蓝牙指南资源使用 android studio 进行编码,但我最终无法连接到我的模块,并显示消息“读取失败、关闭或超时 -1”。我尝试在配对或未配对时连接。我的应用程序可以发现 HM11 并使用我从 Play 商店下载的 HMBLE 终端应用程序接收数据。所以我猜 android studio 指南并不意味着从 android 到蓝牙模块。
我也想从头开始,因为我可能错过了一些非常重要的基本信息。
有什么帮助吗?
at-command - HM-10:可能有些 AT 指令没有执行?
我正在开发一个项目,其中 PIC dsPIC33 通过串行端口连接到 HM-10 设备。我向设备发送 AT 命令,但似乎某些 AT 命令未在 HM-10 固件中实现。详细地:
你有类似的问题吗?非常感谢您的帮助和合作亲切的问候
ios - 将 HM-10(蓝牙 4.0)限制为仅一个连接
我已经使用 Arduino 和 IOS 应用程序创建了一个应用程序,它们通过蓝牙 4.0 (HM-10) 进行通信。通信工作正常,但我想将 7 个可能的连接限制为一个连接。如果一台设备连接到 HM-10,则其他设备在扫描时必须无法找到 HM-10。
是否可以限制连接数量?
我已经阅读了 HM-10 的所有 AT 命令,但没有找到任何命令来完成这项工作。我发现的唯一命令是查看 HM-10 是否连接到设备(状态引脚为高电平)。
里克