The Intel Edison

I am playing with the Intel Edison a lot these days. I'm a big promoponent of it, because I'm a big proponent of both power and simplicity. This device has enough power for whatever maker, robotic, gadgeteer project I can conceive of, and it's all set up to easily run JavaScript via Node via Linux. This means I can use higher level libraries like Cylon.js. This means if I want to turn a motor, it's easy. If I want to read accelerometer data from an ADXL377, it's easy. If I want to include a Node module for storing temperature and humidity data in Azure, it's super duper easy. I like easy - just not at the cost of power.

I'll stop being wordy, though and just index the posts that I've creating (and am still creating) for the Intel Edison. Here they are.

Getting Started with the Intel Edison should help you pull it out of the box, mount the device to the dev board, flash the latest OS to the device, and get your toes wet writing code.

Writing JavaScript for the Intel Edison (in progress) intends to pick up where the former left off and should help you get started writing Node.js apps using Cylon.js for the device.

Using Visual Studio to Write Node for Devices (queued) will bring a bit of awesome to coding for devices. You'll have a rich development environment including remote debugging so you can actually step through breakpoints and watch your gadget react!

Network IoT Devices (queued) is all about getting devices to form local or extremely broad networks that form huge logical apps and scenarios.

So you can actually check out posts in progress before I've polished them and called them done. Do please feel free to engage in the comments and offer feedback, advice, or questions.