From dfc509b95ff03d0c9027ee74d31d7b171f867bf1 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 26 May 2021 23:59:17 +0530 Subject: generated website --- ...onnect-To-Bluetooth-Devices-Linux-Terminal.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html (limited to 'docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html') diff --git a/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html b/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html new file mode 100644 index 0000000..85d13aa --- /dev/null +++ b/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html @@ -0,0 +1,52 @@ + + + + + + + + + Hey - Post + + + + + +
+

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

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