Skip to content

Commit

Permalink
update: ble ranging
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacyan17 committed Jul 17, 2024
1 parent 21e1fd0 commit 56b020b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@

### IoT

* [蓝牙Rssi测距的实现](/iot/ble-ranging.md)

### Flutter

* [JsBridge在Flutter中的实践](/flutter/jsbridge-in-flutter.md)
Expand Down
5 changes: 5 additions & 0 deletions iot/ble-ranging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 蓝牙测距(iBeacon) 的实现

> 非常不错的实现思路, 基于Rssi实现的测距, 将数据削峰填谷, 以时间为单位加权, 最后采样阈值做跟进反应.
[微信小程序iBeacon测距及稳定程序的实现](https://refined-x.com/2019/03/30/微信小程序iBeacon测距及稳定程序的实现/)

0 comments on commit 56b020b

Please sign in to comment.