Skip to content

Commit 65ee7b9

Browse files
committed
Merge branch 'develop' of github.com:adafruit/Adafruit_nRF52_Arduino into develop
2 parents 2583357 + 1504fc9 commit 65ee7b9

File tree

3 files changed

+714
-0
lines changed

3 files changed

+714
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.

0 commit comments

Comments
 (0)