Questions tagged [intel-edison]

Intel Edison is an electronics prototyping platform equipped with a micro controller (Intel® Quark™) and a Dual Core CPU (Intel® Atom™) plus BLE and WiFi aimed for product prototyping of (IoT) connected type of devices

The board has some impressive features:

  • Uses a 22nm Intel® SoC that includes a dual core, dual threaded Intel® Atom™ CPU at 500MHz and a 32-bit Intel® Quark™ microcontroller at 100 MHz. It supports 40 GPIOs and includes 1GB LPDDR3, 4 GB EMMC, and dual-band WiFi and BTLE on a module slighter larger than a postage stamp.
  • The Intel Edison module will initially support development with Arduino* and C/C++, followed by Node.JS, Python, RTOS, and Visual Programming support in the near future.
  • The Intel Edison module includes a device-to-device and device-to-cloud connectivity framework to enable cross-device communication and a cloud-based, multi-tenant, time-series analytics service.

Official website

Currently there is a modified version of the Arduino IDE to support development for the Quark microcontroller.

Most basic Arduino function work the same, but it's worth keeping in mind AVR specifics (such as interrupts and port manipulation) need to be ported for Intel Quark.

In addition, the Arduino Intel provides libmraa for lower level manipulation GPIO pins and interrupts. Also, the IoTKit makes it easier to publish sensor data online via a node.js service.


Useful links

Related tags

222 questions
0
votes
2 answers

Intel Edison Modules

Is their a way to download ALL the modules downloaded onto the Intel Edison? I've already gotten the MRAA module on it, just need the others such as express, http, socket.io, debug, etc. Thanks in advance for your help. EDIT: Better version of the…
kirtan-shah
  • 405
  • 7
  • 21
0
votes
1 answer

Bluetooth Low Energy

a device uses intel edison which has *BLE. Suppose the BLE is programmed to send the data from a sensor to an app on cellphn.. I hv other data from another sensor. Can the same BLE be simultaneously programmed to send the data from the second sensor…
-1
votes
1 answer

How can i re-install Yocto on a Intel Edison running with Android Things

I have been using my intel Edison with Android things OS but i would like to return to the Yocto OS system. I tried by using the "intel edison set up tool "for MAC (Sierra) but the software don't recognize my edison, i also tried by using the…
-1
votes
4 answers

Mapping API and permission in android things

Android Things only support limited number of API such Cast, Drive, and Location APIs. I'm trying to work with one API and I want to map between the API methods and its required permission. I'm not sure what is the best approach to do such a task.…
Timmy
  • 107
  • 4
  • 18
-1
votes
3 answers

Can't get CONNACK + KAASYNC message

I have configured the Kaa Server on Ubuntu 14.04. I have chosen MongoDB as log appender. When i execute my SDK on the same ubuntu machine the data gets inserted into the Mongo Database. But when i try to execute the SDk on Intel Edison board it…
-1
votes
1 answer

what PSH kernel in intel edison mean? Is it the name of primary bootloader present inside ROM?

I was going through the logs after booting up the intel edison. I came accross the word. Is it the name of bios?Does it do some security verification like key matching/checking and all ?
user2879844
  • 189
  • 6
-1
votes
2 answers

libcurl http post send data to server

curl_easy_setopt(curl, CURLOPT_URL, "127.0.0.1:8081/get.php"); curl_easy_setopt(curl, CURLOPT_POSTFIELDS,"pulse=70 & temp=35" ); this above code run successfully but when I pass this int pulsedata = 70; int tempdata = 35; curl_easy_setopt(curl,…
-1
votes
2 answers

How to connect and send data to intel edison using wi-fi from android device

I want make connection with intel edison using wifi from android phone, and send data to intel edison. I am new to this so, pleas help. Thanks in advance
Krunal Indrodiya
  • 782
  • 2
  • 7
  • 19
-1
votes
1 answer

How can you get a B&W or Grayscale image by adjusting webcam controls?

I have a cheap webcam connected (soldered don't ask why) to an Intel Edison. The problem is I am doing experiments with video capture and wanted a B&W or grayscale image from the camera (saves overheads/delays/bandwidth involved in programmatically…
Flood Gravemind
  • 3,773
  • 12
  • 47
  • 79
-2
votes
1 answer

How to create executable Python code on Intel Edison?

I'm beginner with Intel Edison and Linux, all I know that the OS is Yocto. I wrote a code written in Python on windows, that code work on windows without any problem, it import an image, apply some effects and give a result as a number. My problem…
Zaid
  • 1
  • 1
-2
votes
1 answer

Node-SocketIO-programmatically force reboot on broken socket

I have asimple 1 to 1 client and server nodejs based application. The nodejs is running on Linux(Intel Edison). What I am trying to make happen is for the Linux server to reboot automatically whenever the socket is broken. Is this possible? This is…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
-2
votes
1 answer

Yocto Boot Partition error (Intel Edison)

I was trying to resize partitions of Intel Edison which runs on Yocto system. I destroyed partition 1 somehow. So when I reboot system it loops forever to boot the system correctly. So, interrupted boot sequence and checked for partitions to see…
user2638084
  • 191
  • 1
  • 5
  • 15
1 2 3
14
15