-
Hi everyone, I'm a new member of github. I've been using Arduino for a year now and I wanted to create a server with the Pi and the UNO. I encountered so many problems maybe because I've bought an Ora…
-
I'd like to modify the Piezzo Buzzer so as to use a MOS technology [6581 "SID"-chip](https://www.youtube.com/watch?v=qnngOMU8Wp0) or Yamaha [YM3812 OPL2](https://www.youtube.com/watch?v=ZwfsXiw3Ce8) s…
-
http://johnny-five.io/examples/motor/
This could lead to melting an Arduino; circuit should have protective diode at least and external power optimally.
I can take this as part of the motor-example…
-
Hi,
I have a Propeller Hat (https://shop.pimoroni.de/products/propeller-hat) that I'd like to use with johnny-five. Would this require an expander or an I2C backpack, and are there any documents avail…
-
Hi,
I have followed [https://github.com/rwaldron/johnny-five/wiki/Getting-Started-with-Johnny-Five-and-HC-05-Bluetooth-Serial-Port-Module](url) and able to configure bluetooth module. I have also fol…
-
i have installed gpio node. but cannot find any document on how to use it. can anyone share an example for beaglebone? node-red exported json text is preferred.
-
I am trying to read temperature output from my connected thermocouple sensor. I am using a breakout (MAX31855K Thermocouple Breakout) module which is not supported by johnny-five at the moment. Are th…
-
SerialPort version: 1.7.4
NodeJS Version: 7.2.1
Operating System and Hardware Platform: OSX 10.2.1
Are you using an alternative NodeJS runtime? (eg Electron):n
### Summary of Problem
I want t…
-
i have a very simple nwjs app that launch a script on start, this is my code:
```
var five = require('johnny-five');
var board = new five.Board();
board.on('ready', function() {
var led = new…
-
I've the same hardware setup than described in this [link](https://www.modmypi.com/blog/raspberry-pi-plant-pot-moisture-sensor-via-analogue-signals)
My ADC is an ADS1115.
I'd like to get data fr…