Skip to main content

Questions tagged [arduino-galileo]

A microcontroller board based on the Intel Quark SoC X1000 Application Processor, a 32-bit Intel Pentium-class system on a chip, designed to be hardware and software pin-compatible with shields designed for the Arduino Uno R3..

1 vote
1 answer
971 views

For a few days now, I have been connecting to my board which is hooked up to my router through a clutter of wires, over Wi-Fi. To spare my family from the risk of tripping, or hogging the extension ...
madprogramer's user avatar
2 votes
0 answers
150 views

I'm trying to connect my Arduino Galileo to Linux via Arduino IDE. Sometimes I'm able to do so, but other times I ge the following error 'Board at /dev/ttyACM0 is not available'. With dmesg I can see ...
rockability's user avatar
0 votes
1 answer
439 views

I have an Ethernet cable connected to my router. I connected the other end to my laptop and got a successful connection. When I plug it into my Arduino Galileo gen2, even with Ethernet port green ...
gabriel119435's user avatar
1 vote
1 answer
266 views

I am using a custom library for Arduino Mega which uses AES library for AES-128 encryption. However, when I try to use that library in Intel Genuino 101 development board, it shows compilation error ...
goddland_16's user avatar
0 votes
1 answer
87 views

I'm following a tutorial which says SD.exists() only look for files inside media/realroot on Intel's Galileo board. I just confirmed this using SSH to create e remove files during a loop which was ...
gabriel119435's user avatar
0 votes
1 answer
208 views

I have a GSM shield connected with my Intel Galileo board. I intend to connect the board with serial communication at a baud rate of 115200 instead of the GSM library. I want to print the results of ...
Aswin Raghavan's user avatar
2 votes
2 answers
3k views

Problem: I have an HDMI switch that is controllable via RS232 Scenario 1: Setup: PC connected to HDMI switch using USB -> serial adapter Test: Opening PuTTY on COM port and sending command "sw i01" ...
john's user avatar
  • 21
3 votes
1 answer
915 views

Why do I end up with the display Failed to read from DHT sensor! in the serial monitor in most cases when I run the code given below? When I reduce the delay to 1000ms the reading shows 0.00 for ...
Jay M's user avatar
  • 31
0 votes
1 answer
120 views

I'm just got a Galileo Gen2 and wanted to try a simple blinking-led. The firmware have been updated to 1.0.4. My problem is whenever I try to upload the code I get this error: Sketch uses 83,775 ...
Jerry's user avatar
  • 101
0 votes
1 answer
647 views

If my arduino is the master device in a SPI network, hence not using the slave select SS pin, can I use the same pin as IO10? I am actually using an Intel Galileo, with the same pinout as an Arduino ...
Emílio Dolgener Cantú's user avatar
4 votes
3 answers
17k views

I'm using Ubuntu 14.04 with arduino Galileo and the newest arduino IDE from arduino.cc and every time I compile I got this warnings with any library in place of EEPROM, SD, Wire, Wifi and a lot of ...
gabriel119435's user avatar
1 vote
2 answers
251 views

Sensors like Skin conductance, Body temperature and Heart Rate. Please imagine to talk to a child and keep the answer very simple so I can understand you and you don't lose time to write explanations ...
Gabriele Giordano's user avatar
0 votes
1 answer
430 views

I connected a logic analyzer on digital pins 0 and 1 (Rx and Tx). Using Serial. functions on Galileo and the integrated terminal on Arduino IDE, I noticed this UART port was not used when chars were ...
gabriel119435's user avatar
0 votes
1 answer
436 views

I'm doing a project where I have few sensors on Arduino Uno. Now I am trying to send some data to the internet where i figured using my GSM shield with the Galileo board I have is the best solution. ...
Batu Yıldız's user avatar
1 vote
1 answer
431 views

I am trying to use external voltage reference in Intel Galileo gen 2 operating in Arduino mode. So I created a setup code like this: void setup() { // We'll send debugging information via the ...
Vijayenthiran's user avatar

15 30 50 per page