Introduction: Smart Bici

Smart Bici + Intel Edison

Step 1: Crear Cuenta De Almacenamiento En Microsoft Azure.

1. Ingresar al portal de Microsoft Azure.

2. Seleccionar la opción almacenamiento y seguir las opciones mostradas en la imagen.

Step 2: Enviar Los Datos Desde Intel Edison a Microsoft Azure.

azureTable.setDefaultClient({
accountUrl: 'https://' + this.accountName + '.table.core.windows.net/', accountName: this.accountName, accountKey: this.config.accessKey, timeout: 10000 });

Step 3: Consultar Datos Recibidos En El Almacenamiento De Microsoft Azure.

1. Descargar Azure Storage Explorer

2. Copiar y configurar cuenta de almacenamiento

3. Seleccionar la tabla previamente creada.