-
We're working on an Intel Edison which uses GNU libc/c++ and we've been trying to compile our nextion code but it doesn't work because `utoa` is not included in the base C/C++ lib. The only workaround…
-
I would love to use this library on the Intel edison.
The problem is that there are certain packages that I cannot find with opkg.
opkg does not have packages
LIB_glog
LIB_xmlrpc_clientxx
LIB_xm…
-
Hello,
I'd like to use this library with an arduino sketch talking to the AWS IoT service that requires TLS. I'm curious if you have any example code that you could include in the library examples t…
-
When I press the powerbutton on a Explorerboard with Intel Edison `dmesg` lists:
```
[ 4469.627227] [mid_powerbtn] power button pressed
[ 4469.836002] [mid_powerbtn] power button released
[ 4503.…
-
When trying to run the example program https://github.com/intel-iot-devkit/mraa/blob/master/examples/javascript/Blink-IO.js on an Edison with the latest release Yocto image 2.1 using mraa 0.8.1 under …
-
Building `mraa v1.5.1` fails on Ubilinux on the Intel Edison. I've tried Node `v7.0.0`, `v6.0.0` and the preinstalled `v0.10.29`.
[npm-debug.log](http://pastebin.com/7FKCMK1n)
Installing `mraa@1…
-
I started a build on edison yesterday, using hash a3452b7a7, and after loading the latest e3sm-unified environment (with python 3.7), and the ocn build stopped with this message:
```
make[3]: Enteri…
-
This is a minor issue: for some reason rootfs.cpio isn't created when building the image following README instructions. The build process stops with this error:
```
buildroot-edison/output/build/linu…
-
I was trying to get my Bean connected with node-red running on an Intel Edison Board (latest firmware, with changes per http://rexstjohn.com/configure-intel-edison-for-bluetooth-le-smart-development/)…
-
I’m getting
```
Traceback (most recent call last):
File "/usr/src/app/grovetemp.py", line 28, in
temp = upm.Temperature(0)
File "/usr/local/lib/python2.7/site-packages/upm/pyupm_temperature.py…