From 625e2b6d5b59dc5a836380a034b3902bfe3a7baf Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Sat, 21 Nov 2020 18:40:33 +0100 Subject: [PATCH] minor updates --- userguide/assembly.de.md | 13 ++++++++++++- userguide/assembly.md | 4 ++-- userguide/ble.md | 7 +++++++ userguide/menu-system.md | 4 ++++ 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/userguide/assembly.de.md b/userguide/assembly.de.md index 2ed2af5..18ae5f8 100644 --- a/userguide/assembly.de.md +++ b/userguide/assembly.de.md @@ -3,7 +3,18 @@ title: Das card10 zusammenbauen hidden: true --- -Dein card10 kommt mit all seinen Komponenten und einem [flyer/booklet/Handbuch](/media/assembly_flyer.pdf). Du kannst dir ausserdem unser Zusammenbau-[video-tutorial](/vid/) anschauen. +Dein card10 kommt mit all seinen Komponenten und einem [flyer/booklet/Handbuch](/media/assembly_flyer.pdf). + +## Video +Dieses kurze [video](https://media.ccc.de/v/camp2019-2323-card10) zeigt wie dein card10 zusammengebaut wird. + +Alles was du brauchst ist ein Torx T6 Schraubendreher. +{{< rawhtml >}} +<iframe width="1024" height="440" src="https://media.ccc.de/v/camp2019-2323-card10/oembed" frameborder="0" allowfullscreen></iframe> +{{< /rawhtml >}} + + +## Anleitung Die Hauptkomponenten deines Card10 sind zwei elektronische Boards, das _fundamental_-Board und das _harmonic_-Board. Das _fundamental_-Board sitzt direkt auf dem Armband, das _harmonic_-Board sitzt darĂ¼ber. diff --git a/userguide/assembly.md b/userguide/assembly.md index e2c9d99..20a9b01 100644 --- a/userguide/assembly.md +++ b/userguide/assembly.md @@ -13,7 +13,7 @@ This short [video](https://media.ccc.de/v/camp2019-2323-card10) shows how to ass All that you'll need is a Torx T6 screwdriver. {{< rawhtml >}} -<iframe width="1024" height="400" src="https://media.ccc.de/v/camp2019-2323-card10/oembed" frameborder="0" allowfullscreen></iframe> +<iframe width="1024" height="440" src="https://media.ccc.de/v/camp2019-2323-card10/oembed" frameborder="0" allowfullscreen></iframe> {{< /rawhtml >}} @@ -51,7 +51,7 @@ When unpacking and assembling, make sure to keep your protective foil on the dis -### Have fun with your card10! +## Have fun with your card10! Now it's time to [switch on](../..//gettingstarted/#card10-navigation) your card10. diff --git a/userguide/ble.md b/userguide/ble.md index bb20449..0addc8d 100644 --- a/userguide/ble.md +++ b/userguide/ble.md @@ -17,11 +17,13 @@ By default BLE is turned off. This has multiple reasons: If you want to make use of the BLE features, you therefore have to enable BLE first. BLE can be enabled and disabled in the `Bluetooth` app. The app will tell you if BLE is enabled or not: +   Use the `SELECT` button to enable or disable BLE. Your card10 will restart to apply the changes after pressing the button. This is normal. +  After enabling BLE for the first time you can continue to create a BLE pairing: @@ -31,6 +33,7 @@ After enabling BLE for the first time you can continue to create a BLE pairing: Generally the card10 only allows interaction with other devices if they have paired to he card10 before. To create a pairing open the `Bluetooth` app: +   @@ -42,6 +45,7 @@ iOS: card10companion: Once the pairing process has started both devices will show a confirmation code. Make sure that they both show the same code and accept the pairing on both. If possible the card10 will also show a name of the device which is trying to pair: +  **Hint:** On Android this dialog sometimes pops up in the background and has to be selected from the status bar. @@ -52,12 +56,14 @@ iOS: card10companion: If the pairing process was successful, the card10 will show the following message: +  It will also tell you the name of the pairing which was created. You can use this name to later delete it again. If the pairing process failed, the card10 will show an error message: +  This might be due to several issues: @@ -73,6 +79,7 @@ Make sure to always us the `eject safely` feature of your operating system befor ## Checking if a device is already connected The card10 can only be connected to one other device at a time. If you can't connect with a particular device it might be the case that another device is already connected. You can check if this is the case in the `Bluetooth` app. If another device is connected, it's name will be shown there: +  ## Installing the companion app on Android diff --git a/userguide/menu-system.md b/userguide/menu-system.md index 9d56894..f778730 100644 --- a/userguide/menu-system.md +++ b/userguide/menu-system.md @@ -9,12 +9,15 @@ By default the `g-watch` digital watch face is the app which is started after in If you want to change that, you can use the main menu to select a new default app. Open the main menu and navigate to the app you want to make the default app: +  **Long** press the `SELECT` button. The following menu will appear: +  If you want to make the selected app your new default app, simply press `SELECT` once more. If this is not what you wanted, either press `MENU` once or select `Exit` using the `RIGHT/DOWN` key and then press `SELECT`: +  From now the app you chose will be the new "Home" app. This app will be started after turning on the card10, when selecting "Home" in the main menu or when the main menu times out. @@ -25,6 +28,7 @@ From now the app you chose will be the new "Home" app. This app will be started ## Changing the button layout This is the default button layout: + [](/media/card10buttons.svg) -- GitLab