Skip to content

添加设备支持 网易黑洞pro(add device support: tryfun blackhole pro) #943

Description

@pueu

需要添加网易黑洞pro(Tryfun blackhole pro/ TF-BHPRO)的设备支持
该型号是黑洞plus/黑洞se的同系列产品,但是我发现并不能直接用他们的方式连接
我用ai简单测试了一下,可以用python正常操控我的设备,以下是连接逻辑,希望有一些帮助
Device support for Tryfun Blackhole Pro (TF-BHPRO) needs to be added.
This model is from the same series as Tryfun Black Hole Plus/Black Hole SE, but I found that it cannot be connected directly using their connection methods.
I did a simple test with AI, and my device can be controlled normally using Python. Below is the connection logic; I hope it helps.

Device BLE name: TF-BHPRO
Service UUID: 0000ffac-0000-1000-8000-00805f9b34fb
Write char: 0000ffb7-0000-1000-8000-00805f9b34fb
Notify char: 0000ffb8-0000-1000-8000-00805f9b34fb
Read char: 0000ffb4-0000-1000-8000-00805f9b34fb
Frame format: [seq][02][00][len][key,value...][ck]
Checksum: sum=0xFF; for b in data[1:]: sum-=b; count++; result=(sum+count)&0xFF

以下是该设备的购买链接:
Here is the link to the device:
https://tryfunofficial.wodavip.com/products/p000022
https://you.163.com/item/detail?id=3999955

Metadata

Metadata

Labels

FeaturesNew things to add to the project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions