Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JavaScript, Node, and Drones: The Story of NodeCopter

JavaScript, Node, and Drones: The Story of NodeCopter

Romain Huet

May 06, 2013
Tweet

More Decks by Romain Huet

Other Decks in Technology

Transcript

  1. JavaScript, Node, and Drones The Story of NodeCopter Romain Huet

    Co-Founder & CTO of Jolicloud @romainhuet Paris Tech Talks — May 6th, 2013
  2. “Any application that can be written in JavaScript, will eventually

    be written in JavaScript.” — Jeff Atwood, 2007
  3. JavaScript Manifest Destiny: Whatever program can be written in JavaScript

    eventually WILL be written in JavaScript. (And all programs can.) — Isaac Z. Schlueter, 2012 “Any application that can be written in JavaScript, will eventually be written in JavaScript.” — Jeff Atwood, 2007
  4. Shellicopter™! But also godrone in Go, also by @felixge! Infinite

    possibilities to explore Voice, Wiimote, Raspberry Pi, Arduino, johnny-five… JavaScript, Node… and beyond! # setup fd 3 as udp connection to drone exec 3<>/dev/udp/192.168.1.1/5556 # takeoff echo -e "AT*REF=1,512\r" >&3 # landing echo -e "AT*REF=2,0\r" >&3