-
I'm trying to use the lsm9ds0 sensor with javascript, but code is not running.
Using the example, code crashes after the init line:
`var sensorObj = require('jsupm_lsm9ds0');
// Instantiate an LSM9D…
-
@bhunt2 @spesialstyrker @sabmah @hautruong36
Upon disconnecting and reconnecting the USB camera to the Edison and running the command,`dmesg | tail` the following appears:
![dmesg](https://cloud.gi…
-
I have my iotkit-agent setup and working on Edison. I'm able to send test data using iotkit-admin and view it in the Dashboard without problems. Here's the output of systemctl status:
```
root@erdos:…
-
Hello,
There are really a few issues here.
1. Biggest: Can't attach. I have node running on an intel Edison. I have deployed the RemoteDebug.js and my application along with modules. Those all mat…
-
ghost updated
8 years ago
-
Hi, i have a question for you:
in the header file "Buzzer.h" you define this constants,
what is the formula that you applied for calculating the value of the frequency?
# define DO 3300 // 261 …
-
Hi. I want to use GPIO pin 39 (GP77) on Intel Edison
But when I Create:
> mraa.Gpio(39)
I have python exception " Invalid GPIO pin specified"
Another pins initialized ok (for example 52, GP78)
strac…
-
NEW ISSUE on edison
cp utility/MRAA/includes.h utility/includes.h
g++ -Wall -fPIC -c RF24.cpp
g++ -Wall -fPIC -c utility/MRAA/spi.cpp
g++ -Wall -fPIC -c utility/MRAA/gpio.cpp
gcc -Wall -fPIC -c u…
-
cp utility/BBB/includes.h utility/includes.h
g++ -Wall -fPIC -c RF24.cpp
In file included from RF24.cpp:10:0:
RF24_config.h:58:23: fatal error: Arduino.h: No such file or directory
#include
…
-
Hi,
I am using an Intel Edison with Bleno as peripheral, but when I start scanning for the peripheral with Noble, I get this error:
```
node simple_write.js
start
scanning...
Starting to scan perip…