A microcontroller board based on the Intel Quark SoC X1000 Application Processor, a 32-bit Intel Pentium-class system on a chip.

learn more… | top users | synonyms (3)

0
votes
2answers
677 views

Using Intel Galileo Ethernet Port

Is it possible to use the galileo's ethernet port through arduino IDE? Or should I buy an arduino ethernet shield? Will I be able to use galileo as a server to which arduino board can send data to?
0
votes
1answer
100 views

Connecting GSM Dongle to Intel Galileo-Gen 2

I have tried to connect a GSM dongle to a Intel Galileo Gen2 board and test the functionality of sending and receiving SMS through it.I know that it is easier to use a GSM shield to do above, but I'm ...
0
votes
0answers
9 views

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 ...
0
votes
3answers
84 views

What board to use to send a text message via an arduino board

I am fairly new to arduino boards and I was wondering which board to use. I was looking into the edison board because it has built in wifi and bluetooth.
0
votes
0answers
87 views

Problem in Uploading through Visual Studio

It's my simple program program. int led = 13; void setup() { pinMode(led, OUTPUT); /* add setup code here */ } void loop() { digitalWrite(led, HIGH); delay(1000); ...
2
votes
1answer
189 views

NodeJS (Galileo-IO) + Arduino sensor library

I've done some basic apps with NodeJS firmata where I can connect to my Arduino Uno and do the basics like reading a pin or doing a servo write. I'd like to go further and play with some different ...
2
votes
1answer
96 views

74HC595N in series error

I want have 2 74HC595N shift registers in series. I built this schematic When I send a value to the first register, it is sent to the second one. I have same value on both. I change them ...
0
votes
0answers
77 views

Intel Galileo as a universal remote with touchscreen

I would like to know if I could attach a touchscreen to a Intel Galileo board and use an it blaster to function as a universal remote. This is my first Galileo project so could you point me to the ...
0
votes
1answer
69 views

Can I use an Arduino Uno-style Shield with the Arduino Mega, Tre, or Zero? How about the Intel Edison?

Can I use an Arduino Uno-style Shield with the Arduino Mega, Tre, or Zero? How about the Intel Edison?
0
votes
0answers
162 views

IPC between Node.js and Arduino Sketch on Intel Galileo

I want to communicate between a Node.js server and an Arduino Sketch. I discovered that there are three ways to do it: Files UDP IPC I can probably implement files, but I need to read sensor ...
0
votes
1answer
91 views

How to serial connect arduino galileo to alarm system

i'm a little new in this. I have an alarm system panel which has TX,RX wires with 12V output/input. how can i read the output with arduino and control it with serial communication?
1
vote
0answers
181 views

Galileo - servo motor moves only in one direction and it doesn't turn back

I have an Intel Galileo (1st gen) and a servo motor (Tower Pro SG90). My problem: my servo moves only in one direction and it doesn't turn back. I want to perform a movement from 0° to 90° and then ...
0
votes
4answers
153 views

What is the purpose of Galileo (or other unremovable chips)

I know the arduino is a nice quick and dirty prototyping board. You quickly test your idea, and if you want to proceed you can do so with AVRs. Your options is 1. Upload the program to Arduino, then ...
1
vote
1answer
1k views

Connecting a USB 3.0 Flash Drive

Is it possible to connect the nine pins from a USB 3.0 memory drive to the corresponding GPIO pins of the arduino (intel Galileo is what I am using, but it is very similar) and access the drive's ...
1
vote
1answer
1k views

What are the main differences between the Arduino Tre and the Intel Galileo?

I'm looking to find a suitable board for a robot I'm developing (it'll involve computer vision, else I'd be using my Arduino Micro) and I've come across two possibilities: The Intel Galileo and the ...
1
vote
0answers
171 views

How can I automatically start a LAN connection?

I have a Samsung Galaxy Note 10.1 with JuiceSSH installed. I also have Debian Linux installed via chroot. I'll be ordering an Intel Galileo to use as a portable compilation server. I have an ...