You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-devices-sdk-qsg.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Before starting development with the Speech Devices SDK, gather the information
39
39
40
40
## Set up the development kit
41
41
42
-
1.Plug in the development kit's power adapter. A green power indicator should light up under the top board.
42
+
1.Power up the dev kit using a mini USB cable connected to a PC or a power adptor. A green power indicator should light up under the top board.
43
43
44
-
1. Connect the development kit to a computer using a mini USB cable.
44
+
1. Connect the development kit to a computer using a second mini USB cable.
45
45
46
-

46
+

47
47
48
48
1. Orient your development kit appropriately.
49
49
@@ -52,7 +52,7 @@ Before starting development with the Speech Devices SDK, gather the information
52
52
|Circular|Upright, with microphones facing the ceiling|
53
53
|Linear|On its side, with microphones facing you (shown below)|
54
54
55
-

55
+

56
56
57
57
1. Install the certificates and the wake word (keyword) table file, and set the permissions of the sound device. Type the following commands in a command window.
58
58
@@ -77,10 +77,23 @@ Before starting development with the Speech Devices SDK, gather the information
77
77
78
78
1. Your device should be listed under "Choose a device". Click the **View** button next to it.
79
79
80
-
1. Connect to your wireless network by clicking **Settings**, then **WLAN**.
80
+
1. Connect to your wireless network by clicking on the folder icon, then **Settings**, then **WLAN**.
81
81
82
82

83
83
84
+
> [!NOTE]
85
+
> If your company has policies regarding connecting devices to the wifi system, you need to obtain the Mac Address and contact your IT department about how to connect it to your wifi system. To find the Mac Address of the dev kit, click on the file folder icon on the desktop of the dev kit, then **Settings**, search for "Mac address", click on **Mac address** to get into **Advanced WLAN**, write down the Mac address found towards the bottom. Also, some companies might have a time limit of how long a device can be connected to their wifi systems. You might need to extend the dev kit's registration with your wifi system, after a certain number of days.
To run the Roobo tests and validate your development kit setup, build and install the sample application.
@@ -174,7 +187,11 @@ To run the Roobo tests and validate your development kit setup, build and instal
174
187
175
188
## Troubleshooting
176
189
177
-
If you get certificate failures when using the Speech service, make sure the device has the correct date and time.
190
+
If you get certificate failures when using the Speech service, make sure the device has the correct date and time. Go to **Settings**, click on **Date & time** under System, and **Select time zone** to be your current time zone. Keep **Automatic date & time** ON. When you see the dev kit's time matches your PC's time, then you will know the dev kit is connected to the internet.
0 commit comments