Questions tagged [intel-galileo]

Intel® Galileo development board is Intel's first product in a new family of Arduino-compatible development boards featuring Intel® architecture. The platform is easy to use for new designers and for those looking to take designs to the next level.

Intel® Galileo development board is Intel's first product in a new family of Arduino-compatible development boards featuring Intel® architecture. The platform is easy to use for new designers and for those looking to take designs to the next level.


Useful links

Related tags

112 questions
0
votes
1 answer

Intel Galileo - Building Linux Image on OSX not working

I'm following this and this links to build a Yocto customized image to galileo board on OSX 10.7 machine. The Yocto version used is 1.0.1; When i run bitbake image-custom in meta-clanton_v1.0.1 dir console start like build, but returns the…
gcrav
  • 89
  • 1
  • 3
  • 10
0
votes
1 answer

Azure Connection on Intel Galileo

I'm looking to connect an Intel Galileo to Azure through The Windows 8 version for the Internet of things. I'm looking to store sensor data such as temperature and humidity in Azure, and have some form of message passing from an app on a phone to…
0
votes
2 answers

Intel Edison Modules

Is their a way to download ALL the modules downloaded onto the Intel Edison? I've already gotten the MRAA module on it, just need the others such as express, http, socket.io, debug, etc. Thanks in advance for your help. EDIT: Better version of the…
kirtan-shah
  • 405
  • 7
  • 21
0
votes
2 answers

windows developer program for IoT can program sketch to run on Arduino Uno?

I have visual studio installed in my machine. I installed windows developer program for IoT as well. I can create IoT project in Visual studio as well. Now the question is, since Microsoft is working with Intel Galileo board, can i use an Arduino…
ViBi
  • 515
  • 7
  • 19
0
votes
1 answer

Error running Visual Studio Express 2013 Blink example on Intel Galileo

My Intel Galileo board (received via Windows on IoT program, thanks a lot Microsoft) can runs the Arduino sketches directly via IDE downloaded from Intel. However when I try the Blink example from Visual Studio Express 2013, it compiles OK and loads…
0
votes
1 answer

Windows for IoT Intel Galileo fails to image - Error Status -1

I tried to install Windows for IoT following these instructions http://ms-iot.github.io/content/IBoughtAGalileo.htm ... and got the following error. Notice the Time zone of my laptop was changed from Central America (-6) to Pacific…
diy_nunez
  • 97
  • 1
  • 7
0
votes
1 answer

Sending data from Intel Galileo to phone

I am trying to gauge the feasibility/work load required for a project and have limited previous experience with wireless communications. What sort of back-end/hardware is required to send data from a small home device to a mobile phone (not within…
Silenus
  • 33
  • 1
  • 5
0
votes
2 answers

Visual Studio Error when creating and saving Galileo Wiring Project

When I create a new Galileo Wiring App Project, the create window is missing fields as displayed in the image below. I can create the project, but if I try to save the project or solution I get the following sequence of dialogs: I've tried…
0
votes
2 answers

Displaying Intel Galileo IP address on a 16x2 LCD

I'm running the 16x2 LCD sample from Windows Developer Program for IoT (https://ms-iot.github.io/content/16x2LCD.htm). What's the best way do get and show the Galileo IP address on the display instead of "Hello!" message?…
jv14286
  • 3
  • 2
0
votes
2 answers

Where can I find the Windows version Galileo firmware v1.0.0

I have registered the Windows Developer Program for IoT and received the Intel Galileo board from Microsoft. According to the information on the box, there has a pro-production Windows come with this board, so that we can boot into Windows using the…
James MA
  • 323
  • 5
  • 14
0
votes
1 answer

Intel Galileo IoT Visual Studio Issue

I haven't any other working ways of communication with WindowsOnDevices community (given on site https://ms-iot.github.io/content/ContactUs.htm) so I'm trying to ask here. I got Intel Galileo from Microsoft IoT program, connection is working, I can…
MeshoPL
  • 1
  • 1
0
votes
1 answer

Trying to connect Intel Galileo to C# through ethernet cable

I'm using VS2012 on Windows 7 which is connected by ethernet to my Intel Galileo, whose sketches are uploaded with Arduino 1.5.3. My end goal is to control a motor through a ethernet cable, but I can't establish a simple connecting between the two…
Mark
  • 1,374
  • 11
  • 12
0
votes
3 answers

Is the Intel Galileo Gen 2 supported by Windows Developer Program for IoT

Now that the Galileo has been updated by Intel to Gen 2 (https://www-ssl.intel.com/content/www/us/en/do-it-yourself/galileo-maker-quark-board.html) is this (or will it be) a supported device by Microsoft for the Windows Developer Program for IoT?
JonnyBoats
  • 5,177
  • 1
  • 36
  • 60
0
votes
2 answers

Intel Galileo - running command on start up

I have been playing with the Intel Galileo for a while and have create a node.js and express server which i am running with forever. I'm now trying to get my command to fire when the machine boots up but I'm struggling. I have used the method…
gazzwi86
  • 1,019
  • 1
  • 15
  • 35
0
votes
1 answer

How can I control the arduino interface using lua

I have an arduino galileo board, which I'm running using Intel's image on a micro-sd card. I already manage to run basic Lua scripts on it. I want to run a Lua script on the board (Intel's image) and interact with the arduino interface - for example…
user1283002
  • 391
  • 1
  • 4
  • 12