upm icon indicating copy to clipboard operation
upm copied to clipboard

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through c...

Results 66 upm issues
Sort by recently updated
recently updated
newest added

Based on PR #195, the Grove Serial Camera should work on Edison and an Arduino breakout board, however it is not working and is documented in this thread https://communities.intel.com/message/341456#341456 I'm...

Class name clash was resolved during lib build by forcing a local search first, thus we avoided nested namespaces, however file name clash will result in a single header placed...

enhancement

Recently I installed mraa library in Edison kit for arduino.Then I try to identify version of this. But mraa doesn't work properly.Following is output. >var m =require('mraa'); Error: Cannot find...

question

I'm using - Intel Edison with latest firmware, - Intel XDK for a Node.js project on the board - upm module "jsupm_ds18b20" to communicate with the sensors The code worked...

The ${module_src} is no longer built into each wrapper module (python, JAVA, and NodeJS). Python and NodeJS are fine with this however JAVA wrappers require functionality added with #ifdefs in...

Hi I got these errors while running the MCP9808 template with the Galileo Gen 2: MRAA Version: v1.5.1 ERROR: /home/root/.node_app_slot/server.js:19 ERROR: var temp = new mcp.MCP9808(6); ^ Error: Illegal arguments...

I am having trouble building and installing upm on raspbian. I'm thinking its because im missing a few modules but I couldn't find some of them to install. `pi@raspberrypi:~/Documents/IoT/upm/build $...

The DFRobot Mic seems to be extremely voltage sensitive. It does not really at all on the Arduino101, not sure this is something that can be fixed in code...

The Curie IMU module seems to have issues with incorrect bit-masking applied to register values. According the to the datasheet it is a 16-bit IMU but the module seems to...

bug

Python modules have been moved to a upm/ subdir which is pretty nice actually, but why has the pyupm_ prefix been retained? That seems complete overkill and would make it...

enhancement
API change