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..
30 questions
1
vote
1
answer
970
views
How to ssh via USB Ethernet adapter
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 ...
2
votes
0
answers
150
views
Port is not available
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 ...
0
votes
1
answer
437
views
Why my Galileo isn't getting a IP address?
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 ...
1
vote
1
answer
265
views
How to detect Genuino 101 from inside the code?
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 ...
0
votes
1
answer
86
views
Why SD.exists() only looks for inside media/realroot on Intel's Galileo?
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 ...
0
votes
1
answer
207
views
Print the response from GSM shield
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 ...
2
votes
2
answers
3k
views
Controlling HDMI Switch via RS232/UART
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" ...
3
votes
1
answer
915
views
Failed to read DHT22 sensor using Intel Galileo Gen2 board
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 ...
0
votes
1
answer
120
views
Stuck on uploading sketch via USB 6 pin
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 ...
0
votes
1
answer
642
views
Can I use IO10 as digital IO while using SPI interface?
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 ...
4
votes
3
answers
17k
views
WARNING: Category '' in library *any library* is not valid. Setting to 'Uncategorized'
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 ...
1
vote
2
answers
248
views
How can I attach I2C sensors on the small board of Intel Edison?
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 ...
0
votes
1
answer
429
views
How to connect HC-05 to an arduino Galileo?
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 ...
0
votes
1
answer
435
views
Communicating Arduino with Intel Galileo
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.
...
1
vote
1
answer
429
views
Enternal Analog Reference mode not compiling in Arduino + Intel Galileo Gen 2
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 ...