Hello!

Let’s move on with the Intel Galileo series of posts:

In today’s postĀ I’ll create a basicĀ ā€œhello worldā€ forĀ Intel Galileo. As usual with this boards, this sample is try to make the LED in pin 13 to Blink šŸ˜‰

So, we openĀ Visual Studio 2013 and create a new projectĀ ā€œVisual C++ \\ Windows for IoT \\ Galileo Wiring Appā€

ga01

Once theĀ project is created, it already has inside all the stuff to make the led bonk. However, before we try to deploy this app, a nice check is good to validate if everything is fine.

In example, if you change the name of the board when you create the bootable SD, some changes are required. Galileo WatcherĀ app will display the devices on the network, in the following sample the device name is ebgal01

ga02

Visual Studio will try to connect and deploy the compiled app, so a couple ofĀ configurations are required. In the projcet properties, the value forĀ Remote Server Name, must be replaces with the name of the deviceĀ (you can also put here the device IP Address). You can also check theĀ [Working Directory] property, it defines the location where VS will deploy / copy the compiled app.

ga03

Now let’s move to security. By defaultĀ Windows authentication is defined. Unless you create a bootable SD with no authentication, do not change this one.

ga04

When you start the deploy, VS will ask for user and password.

ga05

And once you put all correct values, you can access the remote file system of the device, and you will see the deplooyed app in the directoryĀ [C.\Temp\] .

ga06

Saludos @ Home

/El Bruno

3 responses to “[#GALILEO] Hello World with #VisualStudio 2013”

  1. […] [GALILEO] Hello World with Visual StudioĀ 2013 […]

    Like

Leave a comment

Discover more from El Bruno

Subscribe now to keep reading and get access to the full archive.

Continue reading