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

../jhd1313m1_c.c:36:26: fatal error: hd44780_bits.h: No such file or directory #include "hd44780_bits.h" ^ compilation terminated.

right now the ssd1306 only seems to support drawing characters, whereas the eboled seems to be support darwPixel, drawLine etc being based on the same oled/lcd driver. This issue is...

enhancement
help wanted

Hi, I installed the mraa on beaglebone Green successfully. sudo apt-get update sudo apt-get install libmraa1 libmraa-dev libmraa-java python-mraa python3-mraa node-mraa mraa-tools But i fail to install upm beaglebone Green...

var sensor = new sensorObj.DS18B20(0); ^ Trying to run this code: var sensorObj = require('jsupm_ds18b20'); /************** Main code **************/ console.log("Initializing..."); // Instantiate an DS18B20 instance using the default values (uart...

Hey unable to compile a program bma220.py error showing no module named 'upm' can you explain?

Using Swig >= 3.0.8 will make Python modules to be unable to load. Related to issue https://github.com/swig/swig/issues/769 in swig repo.

Hi, I am using Node.js 6.0.0 on a Raspberry Pi ZeroW running on Jessie. The MRAA was tested and it works, other modules from UPM also work. I am trying...

Hi, I do this https://github.com/intel-iot-devkit/upm/pull/551 but I honestly do not know if I started the PR process correctly. How to I create a PR do to changes in files smartdrive.cxx...

![image](https://user-images.githubusercontent.com/7308528/33743438-f42debb2-db93-11e7-99b6-5357836de220.png)

Hi, For a project I have to add a custom driver. So the C code is already available. There is also a interface file for the spi_init, spi_read, and so...