Skip to content

Commit ce7a01a

Browse files
authored
Merge pull request #49133 from nitinme/nitinme-branch-speech
Changes to speech screenshots
2 parents 685ea06 + e24ba59 commit ce7a01a

File tree

8 files changed

+23
-6
lines changed

8 files changed

+23
-6
lines changed
458 KB
Loading
12.1 KB
Loading
201 KB
Loading
176 KB
Loading
153 KB
Loading
364 KB
Loading
358 KB
Loading

articles/cognitive-services/Speech-Service/speech-devices-sdk-qsg.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Before starting development with the Speech Devices SDK, gather the information
3939

4040
## Set up the development kit
4141

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.
4343

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.
4545

46-
![connecting the dev kit](media/speech-devices-sdk/qsg-1.jpg)
46+
![connecting the dev kit](media/speech-devices-sdk/qsg-1.png)
4747

4848
1. Orient your development kit appropriately.
4949

@@ -52,7 +52,7 @@ Before starting development with the Speech Devices SDK, gather the information
5252
|Circular|Upright, with microphones facing the ceiling|
5353
|Linear|On its side, with microphones facing you (shown below)|
5454

55-
![linear dev kit orientation](media/speech-devices-sdk/qsg-2.jpg)
55+
![linear dev kit orientation](media/speech-devices-sdk/qsg-2.png)
5656

5757
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.
5858

@@ -77,10 +77,23 @@ Before starting development with the Speech Devices SDK, gather the information
7777
7878
1. Your device should be listed under "Choose a device". Click the **View** button next to it.
7979
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**.
8181
8282
![Vysor WLAN](media/speech-devices-sdk/qsg-4.png)
8383
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.
86+
87+
88+
![Vysor file folder](media/speech-devices-sdk/qsg-10.png)
89+
90+
![Vysor Mac Address](media/speech-devices-sdk/qsg-11.png)
91+
92+
93+
> If you want to attach a speaker to the dev kit, you can connect it to the Audio line out. You should also choose a good quality 3.5mm speaker.
94+
95+
![Vysor Audio](media/speech-devices-sdk/qsg-14.png)
96+
8497
## Run a sample application
8598
8699
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
174187
175188
## Troubleshooting
176189
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.
191+
192+
![Vysor file folder](media/speech-devices-sdk/qsg-12.png)
193+
194+
![Vysor file folder](media/speech-devices-sdk/qsg-13.png)
178195
179196
For more development information, see Roobo's [development guide](http://dwn.roo.bo/server_upload/ddk/ROOBO%20Dev%20Kit-User%20Guide.pdf).
180197

0 commit comments

Comments
 (0)