Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samanratna authored May 12, 2023
1 parent 551a5e8 commit 7f9bc0b
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
| Supported Targets | ESP32 | ESP32-C3 |
| ----------------- | ----- | -------- |
| ----------------- | ----- | -------- |

# ESP32 BLE Server Library

## Features

- BLE Connectivity with MITM Protection
- Maintain Consistent BLE Connectivity
- BLE Auto Connection
- Have RSSI Value for Proximity of Connected Devices

## Supports

- BLE Beacons for Raw Advertisement
- BLE Gateway for routing data to the Internet

## Pre-requisites

- ESP-IDF is version v5.0 or above
- Requires console for BLE Connection Monitoring

## Execution

```
$ idf.py fullclean
$ idf.py build
$ idf.py flash monitor
```

0 comments on commit 7f9bc0b

Please sign in to comment.