Created
September 16, 2012 12:59
-
-
Save hardbap/3732349 to your computer and use it in GitHub Desktop.
Revisions
-
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * hardbap@gmail.com / mbreen@bigroomtechnology.com * [@hardbap](http://twitter.com/hardbap) ## Prereq -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ * hardbap@gmail.com * [@hardbap](http://twitter.com/hardbap) ## Prereq -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ hardbap@gmail.com [@hardbap](http://twitter.com/hardbap) ## Prereq -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ hardbap@gmail.com [@hardbap](http://twitter.com/hardbap) ## Prereq ### Arduino -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -100,8 +100,7 @@ Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There * [Servo](https://github.com/hardbap/wall_e/blob/master/cookbook/Servo) [sweep](https://github.com/hardbap/wall_e/blob/master/cookbook/Servo/sweep.rb) * [Claw](https://github.com/hardbap/wall_e-claw-demo) ## What's on tap... -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ What is [firmata](http://firmata.org/wiki/Main_Page)? > Firmata is a generic protocol for communicating with microcontrollers from software on a host computer. It is intended to work with any host computer software package. This firmata protocol uses the MIDI message format but does not use the whole protocol. Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There are known [issues](https://github.com/rwldrn/johnny-five/issues/57) with 2.3. -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There * [arduino](https://github.com/HashNuke/arduino) Implements own command wrappers in a custom sketch. * [ruFirmata](https://github.com/PlasticLizard/rufirmata) -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,8 +7,6 @@ What is [Arduino](http://www.forvo.com/word/arduino/#it)? Create "sketches" (combo of C/C++) in a Java based IDE and uploaded to Arduino via serial port. /* Blink Turns on an LED on for one second, then off for one second, repeatedly. @@ -35,8 +33,6 @@ Create "sketches" (combo of C/C++) in a Java based IDE and uploaded to Arduino v } ### Firmata What is [firmata](http://firmata.org/wiki/Main_Page)? -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,8 @@ What is [Arduino](http://www.forvo.com/word/arduino/#it)? Create "sketches" (combo of C/C++) in a Java based IDE and uploaded to Arduino via serial port. /* Blink Turns on an LED on for one second, then off for one second, repeatedly. @@ -33,6 +35,8 @@ Create "sketches" (combo of C/C++) in a Java based IDE and uploaded to Arduino v } ### Firmata What is [firmata](http://firmata.org/wiki/Main_Page)? -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -52,9 +52,9 @@ Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There ## Current Ruby Options * [ruby-firmata](https://github.com/patcoll/ruby-firmata) Not fully implemented or currently active. * [rad](https://github.com/atduskgreg/rad/) @@ -64,9 +64,9 @@ Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There Requires custom sketch. Implement own command wrappers. * [ruFirmata](https://github.com/PlasticLizard/rufirmata) Port of pyFirmata. No longer active. ## Hacking -
hardbap revised this gist
Sep 19, 2012 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,3 @@ ## Prereq ### Arduino @@ -50,6 +42,14 @@ This firmata protocol uses the MIDI message format, but does not use the whole p Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There are known [issues](https://github.com/rwldrn/johnny-five/issues/57) with 2.3. ## Shout outs * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post and [node-serialport](https://github.com/voodootikigod/node-serialport) * [Julian Gautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) implementation in JS * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) ## Current Ruby Options * [ruFirmata](https://github.com/PlasticLizard/rufirmata) -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ## Shout outs * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post and [node-serialport](https://github.com/voodootikigod/node-serialport) * [Julian Gautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) implementation in JS * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ ## Shout outs * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post * [Julian Gautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) implementation in JS * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) ## Prereq @@ -13,7 +13,7 @@ What is [Arduino](http://www.forvo.com/word/arduino/#it)? > Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Create "sketches" (combo of C/C++) in a Java based IDE and uploaded to Arduino via serial port. /* Blink -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There The wall_e prompt (built on [Pry](https://github.com/pry/pry)) #### What about [EventMachine](https://github.com/eventmachine/eventmachine)? * Evented serial communication depends on the pure ruby version. Some issues with pure ruby version especially with *nix signals. -
hardbap revised this gist
Sep 18, 2012 . No changes.There are no files selected for viewing
-
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -48,6 +48,8 @@ What is [firmata](http://firmata.org/wiki/Main_Page)? This firmata protocol uses the MIDI message format, but does not use the whole protocol. Make sure you use version [2.2](http://at.or.at/hans/pd/Firmata-2.2.zip). There are known [issues](https://github.com/rwldrn/johnny-five/issues/57) with 2.3. ## Current Ruby Options * [ruFirmata](https://github.com/PlasticLizard/rufirmata) @@ -86,7 +88,7 @@ This firmata protocol uses the MIDI message format, but does not use the whole p What about [EventMachine](https://github.com/eventmachine/eventmachine)? * Evented serial communication depends on the pure ruby version. Some issues with pure ruby version especially with *nix signals. * Blocks the main thread of execution. Forces the design into client/server relationship. -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -74,7 +74,7 @@ This firmata protocol uses the MIDI message format, but does not use the whole p * [event_spitter](https://github.com/hardbap/event_spitter) Based on Node.js [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter) [EventSpitter vs. Ruby's Observable](https://gist.github.com/3743435) -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -72,18 +72,18 @@ This firmata protocol uses the MIDI message format, but does not use the whole p [LED blink](https://github.com/hardbap/firmata/blob/master/examples/blink_led.rb) with firmata * [event_spitter](https://github.com/hardbap/event_spitter) Based on Node.js [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter). [EventSpitter vs. Ruby's Observable](https://gist.github.com/3743435) * [wall-e](https://github.com/hardbap/wall_e) [LED blink](https://github.com/hardbap/wall_e/blob/master/cookbook/Led/blink.rb) with wall-e The wall_e prompt (built on [Pry](https://github.com/pry/pry)) What about [EventMachine](https://github.com/eventmachine/eventmachine)? * Evented Serial communication depends on the pure ruby version. Some issues with pure ruby version especially with *nix signals. -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -86,6 +86,10 @@ This firmata protocol uses the MIDI message format, but does not use the whole p What about [EventMachine](https://github.com/eventmachine/eventmachine)? * Evented Serial communication depends on the pure ruby version. Some issues with pure ruby version especially with *nix signals. * Blocks the main thread of execution. Forces the design into client/server relationship. ## Demos * [LED](https://github.com/hardbap/wall_e/blob/master/cookbook/Led) [pulse](https://github.com/hardbap/wall_e/blob/master/cookbook/Led/pulse.rb) -
hardbap revised this gist
Sep 18, 2012 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -76,7 +76,13 @@ This firmata protocol uses the MIDI message format, but does not use the whole p [LED blink](https://github.com/hardbap/wall_e/blob/master/cookbook/Led/blink.rb) with wall-e The wall_e prompt (built on [Pry](https://github.com/pry/pry)) * [event_spitter](https://github.com/hardbap/event_spitter] Based on Node.js [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter). [EventSpitter vs. Ruby's Observable](https://gist.github.com/3743435) What about [EventMachine](https://github.com/eventmachine/eventmachine)? -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ## Prereq ### Arduino What is [Arduino](http://www.forvo.com/word/arduino/#it)? > Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 3 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -82,17 +82,11 @@ What about [EventMachine](https://github.com/eventmachine/eventmachine)? ## Demos * [LED](https://github.com/hardbap/wall_e/blob/master/cookbook/Led) [pulse](https://github.com/hardbap/wall_e/blob/master/cookbook/Led/pulse.rb) * [Piezo](https://github.com/hardbap/wall_e/blob/master/cookbook/Piezo) [morse code](https://github.com/hardbap/wall_e/blob/master/cookbook/Piezo/morse_code.rb) * [Servo](https://github.com/hardbap/wall_e/blob/master/cookbook/Servo) [sweep](https://github.com/hardbap/wall_e/blob/master/cookbook/Servo/sweep.rb) ## Fun stuff * [Claw with Websockets](https://github.com/hardbap/wall_e-claw-demo) -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 8 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,11 @@ ## Shout outs * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [Julian Gautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) implementation in JS * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) ## Prereq ### Arduino @@ -40,15 +48,6 @@ What is [firmata](http://firmata.org/wiki/Main_Page)? This firmata protocol uses the MIDI message format, but does not use the whole protocol. ## Current Ruby Options * [ruFirmata](https://github.com/PlasticLizard/rufirmata) -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -103,6 +103,7 @@ What about [EventMachine](https://github.com/eventmachine/eventmachine)? * enhance cookbook with vids, [Fritzing](http://fritzing.org/) schematics, parts lists * implement pulseIn in firmata so we can [Ping)))](https://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/92/Default.aspx?txtSearch=ping) * components, components, components * Wireless? WiFly, XBee, Electric Imp ## Reference -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -96,9 +96,9 @@ What about [EventMachine](https://github.com/eventmachine/eventmachine)? [sweep](https://github.com/hardbap/wall_e/blob/master/cookbook/Servo/sweep.rb) ## Fun stuff * [Claw with Websockets](https://github.com/hardbap/wall_e-claw-demo) ## What's on tap... * enhance cookbook with vids, [Fritzing](http://fritzing.org/) schematics, parts lists * implement pulseIn in firmata so we can [Ping)))](https://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/92/Default.aspx?txtSearch=ping) -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ What is [Arduino](http://arduino.cc/en/)? > Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Build "sketches" (combo of C/C++) in a Java based IDE and uploaded to Arduino via serial port. /* Blink -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,7 +45,7 @@ This firmata protocol uses the MIDI message format, but does not use the whole p * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [Julian Gautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) implementation in JS * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,7 +45,7 @@ This firmata protocol uses the MIDI message format, but does not use the whole p * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [jgautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) implementation in JS * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This firmata protocol uses the MIDI message format, but does not use the whole p * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 presentation]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [jgautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) -
hardbap revised this gist
Sep 17, 2012 . 1 changed file with 5 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,15 +40,13 @@ What is [firmata](http://firmata.org/wiki/Main_Page)? This firmata protocol uses the MIDI message format, but does not use the whole protocol. ## Shout outs * [Rick Waldron](https://github.com/rwldrn) for [johnny-five](https://github.com/rwldrn/johnny-five) and his [NodeConf presentation](http://2012.nodeconf.com/theatre/rick_waldron.html) * [Chris Williams](https://github.com/voodootikigod) for his [NodeBots - The Rise of JS Robotics](http://www.voodootikigod.com/nodebots-the-rise-of-js-robotics) post * [Emily Rose](https://github.com/nexxy) for her [Security system NodeConf 2012 talk]( https://docs.google.com/presentation/d/1m1MiyNffoqeYQMLrtqnY990kJdfaPKhtyEXh5MQ6rC0/edit#slide=id.g14c70e36_0_0) * [jgautier](https://github.com/jgautier) for his [firmata](https://github.com/jgautier/firmata) * [NodeUp 27 - a robotics deep dive show](http://nodeup.com/twentyseven) ## Current Ruby Options
NewerOlder