File tree Expand file tree Collapse file tree 3 files changed +715
-0
lines changed Expand file tree Collapse file tree 3 files changed +715
-0
lines changed Original file line number Diff line number Diff line change
1
+ # RSSI Proximity Project
2
+
3
+ This project demonstrates how you can use a single Bluefruit nRF52 device
4
+ running in Central mode to listen for a specific signature in the advertising
5
+ packets of nearby Bluefruit nRF52 devices running in peripheral mode.
6
+
7
+ The Central mode device will sort those devices with the matching signature by
8
+ proximity based on their RSSI (relative signal strength) value.
9
+
10
+ Most of the Central mode advertising API is used in this demo, making it an
11
+ excellent place to start if you want to create your own custom Central based
12
+ project(s).
13
+
14
+ ## Project Files
15
+
16
+ This project consists of two parts:
17
+
18
+ - ` rssi_proximity_central ` : This project should be run on one Bluefruit nRF52
19
+ board and will configure the board as a Central device, actively scanning
20
+ for any peripheral devices in listening range.
21
+ - ` rssi_proximity_peripheral ` : This project should be run on one or more
22
+ Bluefruit nRF52 boards and will configure the boards as peripheral devices,
23
+ sending out a specifically formatted advertising packet at a regular
24
+ interval.
You can’t perform that action at this time.
0 commit comments