Windows Server 2012 y Virtualización «La división acorazada».

Cada vez disponemos de menos ocasiones para reunirnos de forma presencial, y cada vez menos con unos ponentes de la talla de David Cervigón, Raül Moltala y Javier Sánchez.

Se trata de una oportunidad única de ponerte al “dia” en una “mañana”, asi que resérvate el próximo 6 de Junio en tu agenda, entre las 9 i 15h, además nos darán la bienvenida nada menos que Ana del Frago, Alcaldesa de barbera del Valles y Carles Grau, Director Gral. Microsoft Cataluña.

Regístrate Aquí!

Así que ya sabes, además de una buena feria de abril en el : Auditorio Nodus de Barbera del Valles también tenemos charlas directamente de la “División Acorazada” J

Espero veros!
PepLluis,

Gadgeteer : Playing with Cerberus, Motion Module and Visual Studio 2012

 Code :

Partial Public Class Program

    ‘Playing with Cerberus and the Motion Module

    Private WithEvents timer As GT.Timer = New GT.Timer(1000)

    Public Sub ProgramStarted()

        timer.Start()

    End Sub


   
Private onSense As Boolean = False

    Private onSenseSeconds As Integer = 10

    Private Sub motion_Sensor_Motion_Sensed(
               sender
As Motion_Sensor,
               state
As Motion_Sensor.Motion_SensorState

               ) Handles motion_Sensor.Motion_Sensed

        If onSense Then Exit Sub

        onSense = True

        led7r.Animate(100, False, True, False)

        led7r.TurnLightOn(7, True)

    End Sub


   
Private Sub timer_Tick(timer As Gadgeteer.Timer) Handles timer.Tick

        PulseDebugLED()

        If onSense Then

            onSenseSeconds += 1

            If onSenseSeconds > 10 Then

                onSenseSeconds = 0

                onSense = False

                led7r.TurnLightOff(7)

            End If

        End If

    End Sub

End Class

 

🙂 PepLluis,

MiniWebServer Experience

After our first start is time to put working your things flying across the cloud. Come with us to get ready to plug devices around the world.

Don’t miss this date! 09/05/2013

Where : VIT VIC

C/. Llotja sn, Recinte firal el Sucre – Vic, 08500

When : 18:30h LAB’s Room

Regards,
PepLluis,

PD. Los que no hablan en Inglés, realizaran un taller para construir un semáforo… espero que pronto estemos rivalizando con empresas estatales de infraestructuras… LoL!