Propanu

Results 116 comments of Propanu

Header files have been renamed for now as of v0.6.1.

UPM examples should not have to link to MRAA directly, and rely only on the corresponding UPM library instead. There are a few such cases that need cleanup. What I'm...

Is this the only C++ example you're having problems with?

Hi @efbick, try specifying your architecture when generating the makefiles with cmake like this: `cmake -DCMAKE_CXX_FLAGS:STRING=-march=armv6 ..` You don't have to worry about missing modules, the sensor modules that have...

Hi @efbick. You can run `find /usr -name "_pyupm_mpu9150*"` to check if the .so files have been installed in a different location. There's a chance they were placed under `site-packages`...

Hi @neuberfran thanks for asking. MRAA & UPM support for Android Things is being worked on and will become available soon for our Java bindings through Android Studio.

We have officially released MRAA & UPM for Android Things a few days back! You can read more about it [here](https://software.intel.com/en-us/blogs/2017/04/26/upm-and-mraa-support-for-android-things).

Currently being discussed on MRAA's issue tracker [here](https://github.com/intel-iot-devkit/mraa/issues/880).

Hi @BinduRao2018, we are not currently working on adding new Bosch/Grove sensors to the UPM library and are instead focused on consolidating the APIs based on sensor categories for the...

Hi Bill, what OS are you using and do you know what repos are configured for apt to use? You can use the `apt-cache policy` command to get a list.