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

I am unable to run the mma7760.py sample python code on the Gateway using the Firmata subplatform, even after changing the i2c bus to 512 as follows: ```python from __future__...

When trying to write to a ssd1306 screen that is 128 by 32 pixels, the text is displayed however only the middle 3 rows of pixels are displayed meaning the...

There are few UART drivers which directly makes the open and read calls in the UPM driver instead of calling MRAA (which in turn calls the Peripheral manager for Android...

I am running a Siemens IoT2040 (which is basically a Galileo Gen 2) and Yocto Linux from the image provided by Siemens. It came with Node.js 6.9.2, MRAA 1.5.1 and...

Compiled t6713 example in ISS's docker: i586-poky-linux-g++ --sysroot= -o t6713 src/main.o -lupm-t6713 /usr/lib/gcc/i586-poky-linux/4.9.1/../../../../i586-poky-linux/bin/ld: src/main.o: undefined reference to symbol 'mraa_i2c_stop' /usr/lib/libmraa.so.1: error adding symbols: DSO missing from command line collect2: error:...

I'm working on a project with a Joule board and a seed shield for it connecting MQ2 grove gas sensor. It worked in the past, but now its not!! I'm...

I know about this https://developer.android.com/things/sdk/pio/i2c.html But if I can use a UPM sensor (smartdrive in my case) I will can to abstract enough development work https://github.com/intel-iot-devkit/upm/tree/master/src/smartdrive

question

## [Python] Water Flow Sensor (WFS) Throws a Segmentation Fault when MRAA Import Present ### Environment Information - Hardware: Intel Edison - Python Version: 2.7.3 - UPM Version: 1.0.2 ###...

i am using hx711 library with an edison board.I am using getUnits() function in the library to get values.I am getting surprisingly high values which i cant relate to any...

question

According to the I2C spec, if you are using the SMBus method to RD/WR you need do the I2C_SLAVE ioctl only once and then proceed with multiple read/write calls. See...