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
21
votes
2 answers

Compare Intel Galileo and Intel Edison

I am quite new to the Internet of Things. I checked the Intel website and went through a few other links too. But I cannot clearly understand what is the difference between Intel Galileo and Intel Edison? And which one should be used when? Does…
TorukMakto
  • 2,066
  • 2
  • 24
  • 38
7
votes
1 answer

Intel Galileo bare metal UART

I want to program a little "hello world" bare metal application on the Intel Galileo board. Using UEFI to print out text (to UART-1) works well, of course, but I want to access the UART "manually", without any help from UEFI. In QEMU my code works…
Kijewski
  • 25,517
  • 12
  • 101
  • 143
6
votes
0 answers

Intel Galileo - greenlet.h:8:20: fatal error: Python.h: No such file or directory

I'm running Linux dev-tools image (link at the end) on my intel galileo. I tried to install greenlet but I got an error stating python.h no such file. root@clanton:/media/realroot/greenlet-0.4.2# python setup.py install running install running…
Harsh
  • 93
  • 2
  • 5
4
votes
2 answers

Unable to parse meta-oe/conf/layer.conf

When I want to build a yocto image for intel Galileo, I followed these instructions mentioned in the website https://software.intel.com/en-us/blogs/2015/03/04/creating-a-yocto-image-for-the-intel-galileo-board-using-split-layers When I tried to…
Akshay Vijapur
  • 310
  • 4
  • 16
3
votes
1 answer

node.js on intel-galileo with windows

Has anyone successfully used node.js on an intel-galileo device with windows? I tried running the executable, but that alone didn't provide the node.js environment in the command line as it does when run from the command line on the desktop. Are…
jpetitte
  • 610
  • 5
  • 18
2
votes
0 answers

Getting a Go executable(hugo) to run Intel Galileo/Quark

I'm trying to get hugo to work on my Alpine distro that's running on my Intel gallileo(Quark CPU). I've overcome a few hurdles already. This CPU Doesn't have MMX so gcc-go was needed to compile hugo into a binary (in a virtual machine) But after…
dmarkey
  • 193
  • 2
  • 8
2
votes
1 answer

Access spidev user interface for max7219 LED matrix

I am trying to use the max7219 8x8 LED matrix using SPI bus. I have done the following GPIO setup on Galileo board. Digital pin Function Linux Level shifter Mux pins L: Dir_out H:…
2
votes
1 answer

Run python program on startup in background on Intel Galileo

I have a python program that is an infinity loop and send some data to my database. I want this python script to run when I power my Intel Galileo. I tried to make a sh script python myprogram.py and made it run on startup in etc/init.d. When I…
2
votes
1 answer

Networking on Galileo Gen2: What's the MAC address?

I'm using the latest build of Windows IoT for the Galileo Gen2 (9600.16384.x86fre.winblue_rtm_iotbuild.150309-0310_galileo_v2) and writing Wiring applications in VS2013Pro. I want to start building network connections, but the first parameter I…
Ron
  • 269
  • 1
  • 6
2
votes
2 answers

writing and reading data to and from a serial port (to an intel galileo) windows c

I'm building a cnc machine for a school project, it consists of an Intel galileo with a shield that controls stepper motors, this is controlled by a program on a windows machine(windows 7), what the program basically does is read a text file…
Brendan Scullion
  • 390
  • 1
  • 3
  • 16
2
votes
2 answers

Uninstall or stop Arduino Sketch on intel galileo Gen 2 board

I installed a simple arduino sketch from Arduino IDE to Intel Galileo Gen 2 board. How do I stop and uninstall the sketch? I used reset and reboot button, unplugged power supply but not much help.
2
votes
0 answers

Intel Edison not searching tweets

I was given a Intel Edison, with an integrated WiFi board, to mess around with and read some tweets. So far, I've downloaded the Twitter4j core .jar (version 4.0.2, latest as of today), and set up the Arduino-Processing communication. Every time I…
Hugo M. Zuleta
  • 572
  • 1
  • 13
  • 27
2
votes
0 answers

Kinect driver for Windows Embedded on Intel Galileo

I would like to know if it's technically possible to write a custom drive for Kinect for Windows v1 or Kinect for Xbox 360, so it could be connected directly to Intel Galileo gen 1 or 2 via USB port with Windows Embedded Pre-Release on the board…
efan4ik
  • 71
  • 6
2
votes
2 answers

Intel Galileo and C++ REST SDK

I've successfully setup my Intel Galileo board (Gen 2) with the latest Windows IoT image (2/12/2014). I can boot the image without any issues, telnet into it and run a 'blink' application fine. I've tried to run the 'Casablanca' sample and followed…
Olaf
  • 21
  • 2
2
votes
2 answers

Node.js function not working for isr galileo board

I want to use node.js mraa library for Galileo. I need to set up an interrupt. I achieve this by: var param=1; var myLed = new mraa.Gpio(2); myLed.dir(mraa.DIR_IN); //set the gpio direction to input myLed.isr(mraa.EDGE_BOTH,function…
Val Valli
  • 55
  • 5
1
2 3 4 5 6 7 8