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
1 answer

Npm command not found on Intel Galileo gen 2 - linux 3.8.7 standard

Im working with Intel Galileo gen 2 board with Linux galileo 3.8.7-yocto-standard image, but i cant use npm command here. When I type npm -v npm: command not found I have also tried: which npm But I dont see anything so I think npm is not…
Michal Janošec
  • 71
  • 1
  • 10
1
vote
1 answer

Which SoC for making a Rubik's Cube Solver?

Is it wiser to use a Raspberry Pi over an Intel Galileo for making a Rubik's Cube Solver? Programming language isn't a major issue, Although Python would be slightly more preferred. The major constraint is that there is only one PWM pin on the…
Rohan Bojja
  • 655
  • 1
  • 16
  • 35
1
vote
1 answer

Why I'm getting this message uploading Galileo's sketch in Arduino IDE?

I'm on windows 10 using Arduino IDE to upload a sketch in Galileo Intel's Arduino. Since Arduino runs Linux, the code is somehow changed to "fit" into Linux. I successfully managed to run a bigger Linux image with a SD card noticing sketch…
rado
  • 5,720
  • 5
  • 29
  • 51
1
vote
3 answers

I do not understand this TypeError

var Subscription = require('./Subscription'); var api = require('./api'); exports = module.exports = {}; var bridgeData; function validateAccount(account) { if (!account) throw new Error('Muzzley account details must be present!'); if…
Hat hout
  • 471
  • 1
  • 9
  • 18
1
vote
0 answers

Async task not working in real device

I have project get json value form a web which hosted by intel galileo. When i using async task in android emulator it work perfect but when i try the same code in real device it throws NullPointerException. Anyone can explain for me why and how…
1
vote
1 answer

Intel XDK IoT edition node js -IoT app upload location on the Galileo Gen 2 Board

Where does the node js files of any IoT project get uploaded by the daemon in the galileo board while using intel xdk iot edition.
jba065
  • 189
  • 1
  • 4
  • 10
1
vote
2 answers

Galileo and ultrasonic error when distance less than 4cm

Below is the code i ran on the Intel Galileo Gen2. I'm just wondering why when the object come really close to the ultrasonic sensor the program stops and complain about that the variable sig "local variable 'sig' referenced before…
Jedani
  • 83
  • 1
  • 2
  • 9
1
vote
1 answer

Error setting sh script at startup - Intel Galileo Gen 1

I have running a node webserver on Intel Galileo Gen 1 and a normal arduino sketch which saves data from UDP messages. I've tried to use the call system to set the timezone, date and start the webserver, but doesn't work very well. Then I created a…
1
vote
0 answers

error 4 in liblept.so.4.0.3 : at leptonica 1.72 install

I am using Linux Yocto on a Intel® Galileo development board and I am trying to install Leptonica but when I type make check I receive the following error. [20695.738252] lt-psioseg_reg[29506]: segfault at 0 ip b7602f1c sp bf9754a0 error 4 in…
hesham
  • 11
  • 1
1
vote
2 answers

How to RESET running code on Intel Galileo

I am working on Intel Galileo board(Linux running on board) and using arduino as development environment. Now on getting a particular gpio pin(say digital pin 6) logic 1, I want to reset my code automatically. I want reset done by running sketch on…
Saad Rafey
  • 531
  • 2
  • 6
  • 18
1
vote
1 answer

Serial connection to Intel Galileo on ubuntu

How do I connect to a galileo on the serial cable in ubuntu? I've installed putty and set the baud rate to 115200. How to I know what port the board is on? Is there a command? is it /dev/ttys0? Thanks C
scalauser
  • 449
  • 1
  • 12
  • 23
1
vote
2 answers

Intel Galileo BSP Quark_EDKII error 4063

Building the EDKII Firmware ./buildallconfigs.sh GCC44 QuarkPlatform I get the errors listed below after hitting a roadblock and not knowing where to go anyone any ideas? running on Python 3.3 CentOS release 6.4…
1
vote
1 answer

SoftKinect ds325 (aka Creative Senz3D) and Raspberry Pi?

Is there a way to get a depth stream from ds325 on devices such as Raspberry pi? What if to use Intel Galileo board instead?
Dmitry Gryazin
  • 933
  • 1
  • 11
  • 24
1
vote
1 answer

Intel Galileo and Python - Interface

I am working on a gardening system with the Intel Galileo platform. I'm using local sensor data in combination with forecasts from openweathermaps. To display the results, I use Paraimpu to tweet if necessary. So far, so good. I'm now looking for a…
1
vote
0 answers

Is it possible to use Microsoft Kinect on Intel Galileo board?

I have added the basic ROS to the yocto image on Galileo and tried to compile the openni_camera package on it. (drivers like OpenNI were also installed.) But when I run the command "rosrun openni_camera openni_node", the program has no output, nor…
Jiajie Yao
  • 11
  • 2