-
To better understand what needs to be done here, take a look at this example from the `Thermometer` class:
- https://github.com/rwaldron/johnny-five/blob/master/lib/thermometer.js#L480-L499
And the …
-
[Winch servos](http://hitecrcd.com/products/servos/boat-servos/hs-785hb-3.5-turn-winch-servo/product) are basically normal servos with a multi-turn pot. Surprisingly, not many people know about them b…
-
how can i access max6675, max31855K with johnny-five
-
Any chance that Johnny Five can support this sensor ?
9 degrees of freedom
-
Hi,
I recently bought one (2 row, 16 col version) and I can't handle it with johnny-five. Could you help me?
Thanks,
D.
-
This is my first try using johnny-five as my programming language for arduino and others,
I found something interesting in the net that we can open connection through an ESP8266 module to use a J5 wi…
-
I can't seem to get my app running:
```
var raspi = require('raspi-io');
var five = require('johnny-five');
var board = new five.Board({
io: new raspi()
});
board.on("ready", function() {
va…
-
I'm trying to configure my system to use i2c with beaglebone-io and Johnny Five node modules.
This issue is stemming from another thread that seems to have gotten its water very muddy with differen…
-
As discussed here https://github.com/rwaldron/johnny-five/issues/264#issuecomment-71397102
-
Not sure if this is the right place to ask about this.
The Pololu VNH5019 motor driver is not represented in the johnny-five library but when I looked at the code, starting at line 1022, looks like y…