Reader small image

You're reading from  Learning JavaScript Robotics

Product typeBook
Published inNov 2015
Reading LevelIntermediate
Publisher
ISBN-139781785883347
Edition1st Edition
Languages
Tools
Concepts
Right arrow
Author (1)
Kassandra Perch
Kassandra Perch
author image
Kassandra Perch

Kassandra Perch is an open web developer and supporter. She began as a frontend developer and moved to server-side with the advent of Node.js and was especially enthralled by the advance of the NodeBots community. She travels the world speaking at conferences about NodeBots and the fantastic community around them.
Read more about Kassandra Perch

Right arrow

Checking compatibility with Johnny-Five


It's easy to find a lot of different devices online, but how do you know what will work with Johnny-Five? and will it work on Johnny-Five for your particular board?

Luckily, the Johnny-Five website at www.johnny-five.io can easily tell you this, and you just need to follow a few steps in order to determine what type of device you are looking at.

First, let's take a look at the website at www.johnny-five.io. There are several tabs, but for now, we're looking for the Platform Support tab:

The johnny-five.io header

Once you are on the Platform Support page, look for the board you're using. If you're using Arduino Uno, your search should be short—it's at the top of the page!

The Platform Support page entry for Arduino Uno

As you can see, there's a table for compatibility with each board entry. If you're not using an Arduino Uno, quickly check whether or not your board has I2C compatibility before buying or trying to use an I2C character LCD.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning JavaScript Robotics
Published in: Nov 2015Publisher: ISBN-13: 9781785883347

Author (1)

author image
Kassandra Perch

Kassandra Perch is an open web developer and supporter. She began as a frontend developer and moved to server-side with the advent of Node.js and was especially enthralled by the advance of the NodeBots community. She travels the world speaking at conferences about NodeBots and the fantastic community around them.
Read more about Kassandra Perch