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
1
vote
0 answers

Connecting Intel Galileo to Mac

I am trying to connect an Intel Galileo board to a Mac via the Galileo ethernet port which connects through to a thunderbolt ethernet port on the Mac. I have uploaded an Arduino sketch to start the LAN connection: #include #include…
Silenus
  • 33
  • 1
  • 5
1
vote
3 answers

Windows Device doesn't boot on Galileo

Some days ago I received my "Windows On Devices Kit" with one Galileo Gen 1 (thanks MS). But until now I couldn´t see my Galileo on the GalileoWatcher. I already tried a lot of things, but nothing works. Until now, the things that I have sure that…
1
vote
1 answer

How to install drivers for Mini PCIE WiFi or Bluetooth modules?

I got the Intel Galileo Board with Windows Firmware on it, i have Mini PCIE Wifi and Bluetooth cards, how to install drivers for them on Intel Galileo with Windows On Devices Software.
1
vote
1 answer

Running c++ on Intel Galileo

I am a student as Technical Computing. I have a problem, i want to make a car recognition program on a microchip. I want to use Intel Galileo and OpenCV of the linux image on SD-card. The linux image is working and i use Tera Term for communication…
user3501950
  • 11
  • 1
  • 2
1
vote
1 answer

Can't compile CapacitiveSensor example in Arduino

I am trying to use the Capacitive Sensors Library from the Arduino Playground with Arduino 1.5.3 for Intel Galileo. While trying to compile the example Sketch of the library with nothing touched I get the following error: Arduino: 1.5.3 (Windows 7),…
1
vote
1 answer

Running lua scripts on arduino ssh command shell

I have Intel Galileo board . I have inserted to it SD card with Linux image so I could connect to it with putty ssh. Now I can run Linux commands on the device itself with putty. I want to know how i can make led blink using lua script , I want to…
lshaked
  • 109
  • 1
  • 5
  • 15
0
votes
1 answer

How to build a linux for Intel galileo gen 2?

There're some files, provided by intel. It is set of linux images for Intel galileo. I tryed to build one of them with help of this thing, but it doesn't work, because image doesn't consist .bb file which is the target file for bitbake. Could you…
Nabla
  • 151
  • 2
  • 8
0
votes
1 answer

Intel Galileo board without using any OS

Can I use Intel Galileo board without any OS installed in it? My intention is to use the Galileo board like an "Arduino Uno" board. I know that Arduino Uno uses a microcontroller and Galileo has a processor in it. But I would like to know with…
Franc
  • 319
  • 9
  • 28
0
votes
1 answer

Setting GPIO status during boot process

I have an Intel Galileo board with LED connected to one of GPIO pin. When I am connecting power to Galileo, LED lights up for a second and then turns off again. Once my application start I am able to manipulate LED. But now I want my LED to turned…
cgoma
  • 47
  • 2
  • 13
0
votes
0 answers

Can't compile yocto for Quark based Galileo Gen2

I have been trying bitbaking minimal yocto image, everything compiles but the kernel. #bitbake yocto-image-minimal or #bitbake linux-yocto or #bitbake linux-yocto -c devshell //and then in new dev shell terminal # make But error is…
Abhishek Dwivedi
  • 6,557
  • 3
  • 15
  • 20
0
votes
0 answers

Intel Galileo GPIO not working from Clanton terminal

I am trying to use GPIO in Intel Galileo Gen 2 using Clanton terminal. For this I am using this tutorial. I am trying to use GPIO pin 12 of Galileo board. So, according to GPIO Pins Assignment table of this tutorial, I have to export "38". For…
Tabish Saifullah
  • 570
  • 1
  • 5
  • 25
0
votes
1 answer

Arduino Web server response is "It Works!"

I am quite new to Arduino so maybe this is a simple problem, but I have not been able to find a solution. I have a Intel Galileo Gen. 2 board. I am trying to write a simple program that offers a web server where, upon request, It returns the value…
jordi
  • 1,157
  • 1
  • 13
  • 37
0
votes
0 answers

UEFI application for Intel Galileo (i586)

I'm working on a simple application that will be running on a Intel Galileo's board as UEFI app. I've started with a "Hello, World" app and tested it under qemu-system-i386 and it works well. Then, I've run it under Galileo EFI Shell and it stuck…
Jakub Powierza
  • 111
  • 2
  • 11
0
votes
1 answer

Intel xdk daemon with intel galileo gen2

I am trying working on Intel Galileo Gen 2 with Intel XDK and successfully connected galileo gen 2 with XDK manually over ethernet as its not detecting board, i have installed bonjour also. I have also created new project without any error but…
0
votes
0 answers

How to calculate confidence interval in Intel Galileo Gen 2

I'm using scipy's module stats to calculate the confidence interval from a population normal distributed like someone has already done here (Compute a confidence interval from sample data). But I've failed all my attempts to get scipy installed on…