Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-21 Thread Linus G Thiel
Hi Paul, I built node 0.8.18 just the other day on my Raspberry Pi, I had no problems and it seems to work great. Myself I'm kind of interested in making something in Lua for it -- luajit is already installed. IoT sounds fun, what do you want to control in particular? On Fri, Jan 11, 2013 at

[nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Paul Tanner
Hi, If you have no interest in IoT then this will not be relevant, sorry. Now that we have all these cheap and low-power linux platforms I want to use those for controlling custom hardware in the way we have used Arduino up to now. I recently tested node on Raspberry Pi and it seems to work

Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Danilo Luiz Rheinheimer Danilo
Hi. I know beaglebone has node and local c9 installed : http://www.youtube.com/watch?feature=player_embeddedv=8qME7_Eza54 But beaglebone is more powerfull than a raspberry pi I think. This project has a arduino like interface for node.js : https://github.com/jadonk/bonescript

Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Dan Milon
There was a similar thread some months ago, and a separate list [1] was created for further discussion. There hasn't been any activity lately, but you might wanna check with these guys also. [1] https://groups.google.com/forum/?fromgroups#!forum/iofthings danmilon. On 01/11/2013 11:47 AM, Paul

Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Louis Santillan
You might find ElectricImp interesting (http://electricimp.com/). Cheaper (potentially), smaller, Internet connected by default. -L On Fri, Jan 11, 2013 at 1:47 AM, Paul Tanner p...@virtual-techno.comwrote: Hi, If you have no interest in IoT then this will not be relevant, sorry. Now

Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Rakesh Pai
I've created pi-gpio https://github.com/rakeshpai/pi-gpio to work with the Pi, though it might be slightly out of date judging by the pull requests. Haven't had the chance to review them. Had given a talk about this (and a little bot I built) a couple of months ago. Video here:

Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Elijah Insua
Nice talk Rakesh! On Fri, Jan 11, 2013 at 2:11 PM, Rakesh Pai rakesh...@gmail.com wrote: I've created pi-gpio https://github.com/rakeshpai/pi-gpio to work with the Pi, though it might be slightly out of date judging by the pull requests. Haven't had the chance to review them. Had given a