-
I would like to use the [BigEasyDriver](https://www.sparkfun.com/products/12859) to drive a stepper motor from the Arduino.
I've chosen Cylon over Johnny-Five because, although newer, I believe Cylon…
-
I have an Arduino UNO plugged into an Orange Pi One via USB, it works with node-Arduino. I wanted the more advanced feature of contrib-johnny-five and it seemed to install properly. Now in a J5 Input …
-
Hi,
How can I read I2C signals with node? The Led examples works fine, but I have problems how to access the I2C functions of firmata with node.
Is sysex the only way? And how it would look?
I tried:…
-
-
Regarding the setup instructions for StandardFirmataEthernet, the user now needs to uncomment a couple of includes for their particular ethernet hardware. See this section: https://github.com/firmata/…
-
I have been playing with both Dino gem and Artoo-arduino gem for some projects that I want to do with my students. I am inclining more for Artoo since we want to do AR.Drone too and it is better to ha…
-
Hi,
I have been playing around with firmata for a short time and think its fantastic. My main aim is to use it as an OS for controlling the arduino (ideally using node-red), but to have my arduinos i…
-
I'm running a x86 Windows system and Arduino can't be detected from this system. Need to find a way to solve this issue without affect the entire detection process.
-
I want to build a design course around processing with physical interaction parts done using arduino and processing/firmata.
It works great for digital/analog sensors and motors, but today many sens…
-
```
I've programmed a monitor application to set and read inputs - outputs on
the Arduion. Sometimes when I start up the application I cannot
getDigitalData from the inputs.
This happens more often …