From 7075a76e5c47c56c0a23081d60de6ac90d192b62 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Sat, 26 Nov 2022 20:53:47 +0000 Subject: [PATCH 1/3] Update usage.mdx Added note regarding bluetooth connection PIN, based on experience and caveman99s comment here https://discord.com/channels/867578229534359593/871539930852130866/1045743429193310228 --- docs/software/android/usage.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/software/android/usage.mdx b/docs/software/android/usage.mdx index 7217b087..4b12c446 100644 --- a/docs/software/android/usage.mdx +++ b/docs/software/android/usage.mdx @@ -25,7 +25,11 @@ To find devices to connect via Bluetooth click the button on the bottom right co 1. Select the device name, `Meshtastic_bebc` in this example. (You will see devices within range, so make sure to get the right one.) 2. Before you can connect for the first time, you need to "pair" the devices to allow communication between them. Some devices are pinless, others require entering a PIN shown on the screen. On devices with a "user" button, double clicking sets the pairing PIN to `123456`. -3. This starts the communication with the device. The cloud icon on the status bar should change and show a check mark. +:::note +If the device was flashed without a screen connected, it will automatically defauly to a pairing PIN of '123456'. If it was booted with a screen once, the config is set to random pin. If you remove the screen afterwards, it stays like this. +Either set it to use the default pin manually, or factory reset it and it will revert to '123456' after the next boot. +::: +4. This starts the communication with the device. The cloud icon on the status bar should change and show a check mark. [![Device connected](/img/android/android-settings-mike-c.png)](/img/android/android-settings-mike-c.png) From 95794841e8301033694ab010a90c77c611e15d6e Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Sat, 26 Nov 2022 21:01:33 +0000 Subject: [PATCH 2/3] Update usage.mdx --- docs/software/android/usage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/android/usage.mdx b/docs/software/android/usage.mdx index 4b12c446..afb41a2d 100644 --- a/docs/software/android/usage.mdx +++ b/docs/software/android/usage.mdx @@ -26,10 +26,10 @@ To find devices to connect via Bluetooth click the button on the bottom right co 1. Select the device name, `Meshtastic_bebc` in this example. (You will see devices within range, so make sure to get the right one.) 2. Before you can connect for the first time, you need to "pair" the devices to allow communication between them. Some devices are pinless, others require entering a PIN shown on the screen. On devices with a "user" button, double clicking sets the pairing PIN to `123456`. :::note -If the device was flashed without a screen connected, it will automatically defauly to a pairing PIN of '123456'. If it was booted with a screen once, the config is set to random pin. If you remove the screen afterwards, it stays like this. +If the device was flashed without a screen connected, it will automatically default to a pairing PIN of '123456'. If it was booted with a screen once, the config is set to random pin. If you remove the screen afterwards, it stays like this. Either set it to use the default pin manually, or factory reset it and it will revert to '123456' after the next boot. ::: -4. This starts the communication with the device. The cloud icon on the status bar should change and show a check mark. +3. This starts the communication with the device. The cloud icon on the status bar should change and show a check mark. [![Device connected](/img/android/android-settings-mike-c.png)](/img/android/android-settings-mike-c.png) From d50057a64d634e3ca760270e6cc760a9deabaebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 29 Nov 2022 23:26:16 +0100 Subject: [PATCH 3/3] Update usage.mdx --- docs/software/android/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/android/usage.mdx b/docs/software/android/usage.mdx index afb41a2d..f3dbee52 100644 --- a/docs/software/android/usage.mdx +++ b/docs/software/android/usage.mdx @@ -24,7 +24,7 @@ To find devices to connect via Bluetooth click the button on the bottom right co [![Device available to select](/img/android/android-settings-connect-sm.png)](/img/android/android-settings-connect.png) 1. Select the device name, `Meshtastic_bebc` in this example. (You will see devices within range, so make sure to get the right one.) -2. Before you can connect for the first time, you need to "pair" the devices to allow communication between them. Some devices are pinless, others require entering a PIN shown on the screen. On devices with a "user" button, double clicking sets the pairing PIN to `123456`. +2. Before you can connect for the first time, you need to "pair" the devices to allow communication between them. Some devices are pinless, others require entering a PIN shown on the screen. :::note If the device was flashed without a screen connected, it will automatically default to a pairing PIN of '123456'. If it was booted with a screen once, the config is set to random pin. If you remove the screen afterwards, it stays like this. Either set it to use the default pin manually, or factory reset it and it will revert to '123456' after the next boot.