Programming the Intel® Edison: Beyond the Arduino IDE
Contributors:
SFUptownMaker
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 - PWM
A quick overview of the features of the PWM Block.
SparkFun Blocks for Intel® Edison - Pi Block
Tutorial on setting up and using the Pi Block for Intel Edison.
SparkFun Inventor's Kit for Edison Experiment Guide
Learn how to harness the power of the Intel® Edison using JavaScript to post data to the cloud, control electronics from smartphones, and host web pages that interact with circuits.
Using an LCD on the Edison
How to connect an LCD controlled by an ILI9341 driver to the Intel® Edison.