joule-code-samples icon indicating copy to clipboard operation
joule-code-samples copied to clipboard

These applications are code sample exercises using the Intel IoT Developer Kit, Intel Joule Developer Kit, sensors, actuators, cloud platforms, and APIs.

Results 5 joule-code-samples issues
Sort by recently updated
recently updated
newest added

https://github.com/intel-iot-devkit/joule-code-samples/issues/72 Signed-off-by: Flavian Manea

make install #Should install Mraa in /usr/lib64/ rm /usr/lib/libmraa.so* #Remove previous version of Mraa mv /usr/lib64/libmraa.so* /usr/lib #Move NEW Mraa files to lib mv /usr/lib64/pkgconfig/* /usr/lib/pkgconfig #Move package configuration info...

I have tested on Ubuntu Core/ Ref-Os-IoT 1705( mraa 1.7.0, upm 1.3.0). On Ubuntu Core: jhd1313m1_command: mraa_i2c_write_byte_data() failed jhd1313m1_set_color: mraa_i2c_write_byte_data() failed jhd1313m1_data: mraa_i2c_write_byte_data() failed On Ref-Os-Iot: jhd1313m1_init: mraa_i2c_init(LCD) failed. terminate...

hi, i have installed ubuntu on the joule , and i tried to connect i2c devices ,but it unable to detect any thing More details : i am running on...