This set of instructions is based on the Raspberry Pi 3 (RPi3).
To setup the RPi3 please follow the following link: http://myrobotlab.org/content/installing-mrl-raspberry-pi-3-noobs
 
In the tutorial we will be creating Python script which we can execute from within MyRobotLab (MRL)
 
If you are not using a RPi3 then you will need a text editor such as NotePad on Windows or nano on Linux. ## If a Mac user would tell me what they use I will add it to the list later ##
 
Before we begin you will need the following for this to work:
A Raspberry Pi 3 (RPI3) with MRL installed
A working Microphone connected to the RPi3. (In this example I'm using a cheap USB Microphone)
A monitor, Keyboard and mouse or a Remote Desktop Protocol (RDP) session from another computer
 
This tutorial will be created in script form. 
That is each line starting with a # is a comment with information meant for you.
Lines starting without a # are executable by Python.
 
[[home/Ray.Edgley/wksr.py]]