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

Google Spreadsheet Upload certificate verify failed

I'm currently working on uploading sensor data to Google Spreadsheet through Intel Galileo board. Everything works perfectly fine in my Ubuntu but get some trust issues when I move everything to the board. It keeps returning Google sheet login…
user7189
  • 1
  • 2
0
votes
1 answer

Serial communication does not work on Intel Galileo Gen 2

I cannot get serial communication working on Intel Galileo Gen 2. I'm using Serial1 on port /dev/ttyS0 assigned to pin 0 and 1. For testing purposes I created loopback on that serial port (connected RX and TX together). Unfortunately, it seems that…
user1518183
  • 4,651
  • 5
  • 28
  • 39
0
votes
1 answer

Anyone using ModBus RTU on Galileo gen 2?

I'm trying to communicate with some industrial hardware, on ModBusRTU, from my Intel Galileo Gen2 board. I use this board to convert UART to RS485 http://linksprite.com/wiki/index.php5?title=RS485_Shield_V2.1_for_Arduino and I can talk serially…
0
votes
1 answer

Which programming languages are supported by Intel Galileo Gen 2?

I need to know clearly which languages are supported by Galileo Gen 2. For example , is Assembly Langusage supported or are other languages ? If someone can explain this, I'll be very glad. Thanks.
Bayram
  • 13
  • 3
0
votes
1 answer

slow face detection on opencv and intel galileo gen2

i want to program my intel galileo gen 2 so that it displays the number of faces in front of the webcam and simply print it on the shell (using opencv). My code is working but the problem is that the processing speed is really slow. It prints the…
H D
  • 77
  • 2
  • 10
0
votes
0 answers

error command "/usr/bin/node" "/usr/bin/npm" "install" "galileo-io" "johnny-five"

When I try to install galileo-io and johnny-five on the Galileo gen1 Yocto bigger image from this tutorial I get the following error. Any idea how to fix this? root@clanton:~# npm install galileo-io johnny-five npm http GET…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
0
votes
2 answers

Serial port programming in Galileo

I am new to Intel Galileo. I am trying simple things. How do I use serial TX(Digital pin 1) and serial RX(Digital pin 0) for communicating with other UART devices ? Which serial port is this UART ? I tried to connect it by configuring it as uart…
sujan_014
  • 516
  • 2
  • 8
  • 22
0
votes
1 answer

How to set Watch Dog Timer in Intel Galileo

I am working on Intel Galileo (Linux running on it). Now I want to set a watch dog timer to reset my sketch if some error is acknowledged or my sketch crashes due to some reason. I have gone through Intel Galileo datasheet but didn't find anything…
Saad Rafey
  • 531
  • 2
  • 6
  • 18
0
votes
1 answer

Intel Galileo adding kernel header files to the cross compile toolchain

im on BSP v1.1 yocto is 1.6 I'm trying to set up the cross compile toolchain to compile character driver code but the output i get is [mark@localhost ~]$ ${CC} first.c -o first …
0
votes
1 answer

Error installing make on Intel Galileo

I am trying to install make on my Intel Galileo using the following command: opkg install make However, this fails with the following ouput: Installing make (3.82-r3) to root... Downloading…
jobin
  • 2,600
  • 7
  • 32
  • 59
0
votes
0 answers

Yocto bitbake Failed Tasks do_fetch Intel Galileo BSP

trying to get the Yocto part of the Galileo BSP going it does source ./iot-devkit-init-build-env yocto_build but then I run bitbake bitbake image-full it comes back with 33 failed tasks Summary: 33 tasks failed: …
0
votes
1 answer

Screen tool on Galileo

I have compiled and installed screen tool on Galileo running on Yocto. http://www.gnu.org/software/screen/ When I run the tool everything is OK, I can create many sessions. However when I close the terminal all my sessions are closed (when I do…
ykiveish
  • 69
  • 6
0
votes
2 answers

Winsock for Azure services

I want to send sensor's data from intel Galileo running on windows to Azure. I tried the Casablanca sample and Azure storage SDK but they are giving many errors and it didn't worked for me. Is there is any other way to do that or please tell me the…
0
votes
1 answer

Can I #include "arduino.h" in regular C++ program on Bigger Linux for Galileo?

.. And Also, can the Galileo run a sketch whilst being a Linux? So can I flash i.e. Blink Sketch to the arduino-bit of the board and have it do Blink while I sit there and watch Star Wars on Telnet on the Linux bit of the Board? If so I'm gonna have…
coolhandle01
  • 81
  • 14
0
votes
1 answer

apply-BootMedia.cmd DISM.exe version

can anyone point me in the direction of the correct version of DISM.exe for Windows 7 SP1 to create the Intel Galileo Boot SD ? The version shown is the current version on my Laptop which seem like it is incorrect as it fails due to unsupported…