-
Hi folks! Just a starting a thread to kick off the follow-up from meeting all you lovely humans.
Post all your relevant links and contact info!
### Suggested reading/watching:
- [Fun Fun Func…
-
Hi, any idea how to fix this node-gyp rebuild failure ?
pi@3dwpi:~/nfslider$ npm install noflo-gpio --save
npm WARN package.json nfslider@1.0.0 No description
npm WARN package.json nfslider@1.0.0 No …
woale updated
6 years ago
-
Weird.
I'm running off of a uSD card that I was using on my last Beaglebone Black, so I would assume all files in the file system haven't changed. Yet, I'm getting this new error that I wasn't get…
-
I have connected Arduino Uno to my pc and uploaded the StandardFirmdataPlus, but whenever i try to run a script it is stuck at Board Looking for connected device. Anyone know what the problem is?
*…
-
Hey everyone,
Found many likely issues here of this but still was not able to make it work.
I'm trying to connect Arduino and Raspberry Pi 3 over UART. Tried many ways but all of them failed.
…
-
I have been trying for a day to configure an optimal environment for running Johnny-Five code on my Raspberry Pi 3. While the code actually gets executed, for some reason I can't exit the app in a cle…
-
Ticket to keep track of edge cases around applications bundling node-pre-gyp (which was the original recommendation but alternatives were proposed in https://github.com/mapbox/node-pre-gyp/issues/162)…
-
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\kaush\Downloads\Home-Automation> node server.js
Server on at http://localhost:3000/
1522333267324 Availab…
-
Thanks for the nice library y'all.
Some of the other gpio libraries support writing true and false as HIGH and LOW.
```
gpio.write(false) // works by happy accident
gpio.write(true) // does not …
-
I've been having great success getting Johnny Five to work with the Zumo bot. Motor control through wireless works great with keyboard control.
I'm now trying to get the attached IR Array to work.
…