From 81928036a30a9209c0e73a8e5d679e279229c63e Mon Sep 17 00:00:00 2001 From: aanper Date: Sun, 2 Aug 2020 08:17:15 +0300 Subject: [PATCH] add bluetooth --- README.md | 4 +++- wiki/bluetooth.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 wiki/bluetooth.md diff --git a/README.md b/README.md index 2e2c1eb2..ea9e09a0 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper * [U2F/FIDO2 security token](wiki/security-token.md) * [infrared transmitter](wiki/ir.md) * [GPIO/HW tools](wiki/gpio-hw.md) -* [USB](wiki/usb.md) \ No newline at end of file +* [USB](wiki/usb.md) +* [Bluetooth](wiki/bluetooth.md) + diff --git a/wiki/bluetooth.md b/wiki/bluetooth.md new file mode 100644 index 00000000..9c3624fb --- /dev/null +++ b/wiki/bluetooth.md @@ -0,0 +1,3 @@ +# Bluetooth module + +Bluetooth module will allow you to interact with Flipper using your smartphone, as well as transfer interfaces like UART and SPI to your computer wirelessly. \ No newline at end of file