Programming the Intel® Edison: Beyond the Arduino IDE

Pages
Contributors: SFUptownMaker
Favorited Favorite 7

Resources and Going Further

That should get you started on writing programs in C++ for the Edison, without relying on the Arduino IDE. In later tutorials, we'll cover Python, JavaScript, and other options for getting the Edison to do what you want.

Here are some other resources you might find useful for this topic from around the web:

  • libmraa - libmraa is Intel's highly structured framework for IoT hardware platforms. At the moment, it supports Edison, Galileo, Minnow, and Raspberry Pi B.
  • cmake - CMake is a cross-platform utility used to build projects. libmraa uses it.
  • userland - A useful treatise on the subtleties of living in a command-line world.

Check out these other Edison related tutorials from SparkFun:

SparkFun Blocks for Intel® Edison - Arduino Block

A quick overview of the features of the Arduino Block.

Programming the Intel® Edison: Beyond the Arduino IDE

Intel's Edison module goes beyond being just another Arduino clone. Check this tutorial for advice on how to get the most out of your Edison by writing code in C++!

Installing libmraa on Ubilinux for Edison

libmraa is a tool kit for interacting with various Intel single board computers.

Interactive Smart Mirror

Build a smart mirror that displays weather data using the Intel® Edison.