Running node on a Phidget Board

node.js 
14 Jan 2012
↞ See all posts



My last post was about creating a generic npm package to talk to a phidget board. This post is about compiling nodeJS to run -on- a phidget board.

There is a special class of Phidget boards which are actually small ARM microcomputers. Rather than the "normal" method of connecting to phidgets via USB, these boards embrace the network and offer local storage, network I/O and USB ports. They run a slimmed down version of Debian called EmDebian.

I’m currently obsessed with getting Node to run on this little computer. Having a first-class web programing stack on an embedded device with sensors is my dream prototyping environment. There are a lot of hardware limitations to doing so (the least of which is only having 50MB of ram), but I am getting close! I’ve entered the dark world of cross-compiling, and I would love any help you might be able to offer.

See the Github Gist Here

Hi, I'm Evan

I write about Technology, Software, and Startups. I use my Product Management, Software Engineering, and Leadership skills to build teams that create world-class digital products.

Get in touch