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 tried to run a test program in up wiki to test the board, it told me that " ValueError: Invalid GPIO pin specified" I don't know what happened,...

question

Hi, I currently have the Intel Aero RTF drone running Ubuntu 16.04 LTS and I wanted to be able to read the IMU data from the BMI160 chip that is...

Why doesn't UPM use the abstract classes to improve code portability between devices (i.e. for Stepper Motors)? Is it a choice made by design? If yes why?

question

I am using mraa upm on a raspberryPi debian buster. `mraa` and `upm` are compiled with swig4.00 and cmake 3.13.4. With the master some problems occur due to the absence...

/home/upm/build $ sudo cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_C_COMPILER=/usr/bin/clang -CMAKE_CXX_COMPILER=/usr/bin/clang++ .. On running cmake command got the below mentioned error - loading initial cache file MAKE_CXX_COMPILER=/usr/bin/clang++ CMake Error: Error processing file: MAKE_CXX_COMPILER=/usr/bin/clang++...

question

We plan to use BME680 on GrovePi and would like to know if there is any plan to add this sensor support? I see https://github.com/Seeed-Studio/Seeed_BME680_V1/ available, with Arduino IDE

Hello, I've got a rfid board PN532 connected to the I2C bus via the groove board and directly to the GPIO ping 3 and 5. Here's what I was able...

I have been trying to cmake upm for some days now. The most recent error log and cmake output files are attached below: [CMakeOutput.log](https://github.com/intel-iot-devkit/upm/files/2444271/CMakeOutput.log) [CMakeError.log](https://github.com/intel-iot-devkit/upm/files/2444272/CMakeError.log) Also, the terminal output is...

`-Werror` should *never* be turned on by default for users. Maintainers of the software explicitly turn that on. Biuild steps: ``` mkdir build cmake -G 'Unix Makefiles' -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS:BOOL=ON -DLIB_INSTALL_DIR:PATH=/usr/lib64...

Would it be possible to include **SWIG 4.0** to generate **.NET Core 2.1 C#** to use **UPM** on **arm64v8**, please? Has anything done in this area? If not, how can...

enhancement
help wanted