More posts loaded.

Blog

Follow along as we chronicle our work with our partners, the latest news on the web platform, and our efforts to build a more collaborative, inclusive company culture.
  • Reconbots Invade Maker Faire

    Jory Burson - May 19th, 2016

    Looking for some creative inspiration for your next hardware programming project? Come meet Rick Waldron, Francis Gulotta, and five of their newest robot friends this weekend at the Bay Area Maker Faire, May 20-22! Reconbots are WiFi car devices you drive from your phone using their live video stream and touchscreen controls. They are powered […]

  • Announcing Johnny-Five.io

    Rick Waldron - April 24th, 2015

    After three years of community development, Johnny-Five has its own home on the web – we’re thrilled to announce johnny-five.io! The new site combines content from the repo, the wiki, tutorials from the Bocoup blog and several third-party websites into a single, easily-discoverable source: If you want to find the API documentation, that’s right here. […]

  • Pushing NodeBots Into The Future with Tessel 2

    Rick Waldron - April 1st, 2015

    On March 5, 2015, Technical Machine announced the next generation of their Tessel platform: the Tessel 2. Additionally, Technical Machine announced a prototype-to-production service for products that are built with the Tessel 2. These are both very exciting developments for the future of NodeBots. According to Technical Machine, the Tessel 2 builds on and grows […]

  • Customizing the RobotsConf Sumobot with Johnny-Five

    Rick Waldron - December 19th, 2014

    In the first post in this series, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. From there, I showed how to control the bot with an Arduino Uno, Electric Imp and Spark Core. In this article, I’m going walk through two […]

  • Controlling the RobotsConf Sumobot with Arduino Uno & Johnny-Five

    Rick Waldron - December 19th, 2014

    In the previous article, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. In this article, I’m going introduce a simple program to for controlling the assembled SumoBot with an Arduino Uno. This entire article will assume that the you have already […]

  • Controlling the RobotsConf Sumobot with Spark Core & Johnny-Five

    Rick Waldron - December 19th, 2014

    In the previous article, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. In this article, I’m going introduce a simple program to for controlling the assembled SumoBot with a Spark Core. This entire article will assume that you have already read […]

  • Controlling the RobotsConf Sumobot with Electric Imp & Johnny-Five

    Rick Waldron - December 19th, 2014

    In the previous article, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. In this article, I’m going introduce a simple program to for controlling the assembled SumoBot with an Electric Imp. This entire article will assume that you have already read […]

  • Assembling and Preparing the RobotsConf Sumobot with Johnny-Five

    Rick Waldron - December 19th, 2014

    At this year’s RobotsConf, the theme of the event was “Everyone Builds a Robot”. Creator and curator Chris Williams facilitated this by including a SumoBot Kit (designed and produced by Paweł Szymczykowski) and an ARDX Starter Kit for Arduino in the “swag bag” that every attendee received at registration. The bag also included an Arduino […]

  • Intel Galileo: Autonomous Navigation Rover with JavaScript

    Rick Waldron - October 27th, 2014

    Earlier this year, I published an article that announced support for running Johnny-Five programs directly from an Intel Galileo Generation 2 single board computer. Since then, a lot of work has gone into fine tuning Galileo-IO, including a complete internal redesign that takes advantage of native I/O bindings and processing capability improvements whenever possible. Over […]

  • JavaScript: Current Detection and Measurement with Johnny-Five on Node.js

    Rick Waldron - July 22nd, 2014

    The Johnny-Five Tutorial Series is geared towards Arduino programming on Node.js, using the Johnny-Five framework. Get caught up here. In certain cases, it may be useful to know how much current is drawn from a specific load in a circuit. In this article, we’ll measure current draw, with and without a load. The load will […]