From 041153b081bef0b66119d89a3c6d5a7ee71ef810 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 19 Jan 2020 15:31:44 +0530 Subject: Publish deploy 2020-01-19 15:31 --- posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal/index.html | 1 + posts/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal/index.html (limited to 'posts') diff --git a/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal/index.html b/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal/index.html new file mode 100644 index 0000000..f7f1cf9 --- /dev/null +++ b/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal/index.html @@ -0,0 +1 @@ +How to setup Bluetooth on a Raspberry Pi | Navan Chauhan
🕑 0 minute read.

How to setup Bluetooth on a Raspberry Pi

This was tested on a Raspberry Pi Zero W

Enter in the Bluetooth Mode

pi@raspberrypi:~ $ bluetoothctl

[bluetooth]# agent on

[bluetooth]# default-agent

[bluetooth]# scan on

To Pair

While being in bluetooth mode

[bluetooth]# pair XX:XX:XX:XX:XX:XX

To Exit out of bluetoothctl anytime, just type exit

Tagged with:
\ No newline at end of file diff --git a/posts/index.html b/posts/index.html index 82fc009..2d6f69e 100644 --- a/posts/index.html +++ b/posts/index.html @@ -1 +1 @@ -Posts | Navan Chauhan

Posts

Tips, tricks and tutorials which I think might be useful.

\ No newline at end of file +Posts | Navan Chauhan

Posts

Tips, tricks and tutorials which I think might be useful.

\ No newline at end of file -- cgit v1.2.3