johnny-five icon indicating copy to clipboard operation
johnny-five copied to clipboard

JavaScript Robotics and IoT programming framework, developed at Bocoup.

Results 67 johnny-five issues
Sort by recently updated
recently updated
newest added

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...

There is no documentation for Color sensors. Also, the examples have no schematic or pin specified in the code

Hi, any chance johnny-five support WeMos D1 and/or D1 mini ? http://www.wemos.cc/wiki/doku.php?id=en:start

Hey everyone. I'm having a bit of an issue using 2 servo motors. I've tried to declare them in all the ways described in the examples but only 1 of...

I have two programs: const { Board, Led } = require("johnny-five"); const board = new Board(); board.on("ready", () => { const led = new Led(13); // "blink" the led in...

question

Hi @dtex I would like to work with Fingerprint Module below product: Fingerprint sensor _ (Product ID: 751) Panel Mount Fingerprint sensor _ (Product ID: 4651) This is my code...

johnny-five.io does not have working SSL. Please use SSL (https://).

Hello. I'd be willing to make a PR for this feature.

Hello, I´m trying to read a Arduino Uno Digital and Analog Pins, but after add more than 10 ports, an error as ocurred and some ports don´t read.. `Start Node-RED...

I am connecting a NodeJS (express) application with an arduino 1. I have an analog sensor that reads the soil moisture, and I use the following code to read the...