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

when i run demo [https://github.com/intel-iot-devkit/upm/blob/master/examples/python/buzzer.py](url) that modify the pin to 12 .Then that not make Buzzer play any sound. how can i do something

Support for swig 4.1.0 In swig 4.1.0, the complicated handling of "SWIG_V8_VERSION" has been cleaned up a bit. I made the same changes as in this swig. Signed-off-by: Hirokazu MORIKAWA

Build steps: ``` mkdir build cmake -G 'Unix Makefiles' -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS:BOOL=ON -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DLIB_SUFFIX=64 -DCMAKE_AR=/usr/bin/gcc-ar -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_RANLIB=/usr/bin/gcc-ranlib .. -DWERROR=OFF make ``` Relevant CMake output: ``` -- Found JPEG: /usr/lib64/libjpeg.so (found version...

known limitation

When trying to run an example, it display this message.

Hello. I've installed MRAA/UPA from the PPA for Ubuntu 20.04 [Server] on the RPi CM4. However, when I try to compile the example code for the MMA8X5X it fails with...

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", line 106, in __init__ this = _pyupm_temperature.new_Temperature(pin, scale, r0, b) UPM Invalid...

Hello, I am on Debian buster for rpi and I have this error for the "python max30100.py " command. Why ? Regards

I'm trying to use UPM to interface MPU9150 and RPI through I2C. When I try to run a very simple code, the message comes: `ValueError: UPM Invalid Argument: Invalid i2c...

Hi !! I'm trying the pn532.py example : https://github.com/eclipse/upm/blob/master/examples/python/pn532.py I've just changed line 31 ``` myNFC = upmPn532.PN532(3, 2) ``` to this one to match Respeaker specifications (https://github.com/respeaker/mraa/blob/master/docs/axolotl.md ) ```...