Libraries

Libraries

Mraa

C/C++ library with bindings to JavaScript and Python to interface with the I/O on the Intel® Galileo board, Intel® Edison board, and other platforms. With board detection done at runtime, you can create portable code that works across multiple platforms.

  • AIO Sensors requiring an ADC value to be read

  • I2C Modules using the i2c bus

  • SPI Modules using the SPI bus

  • GPIO Modules using GPIOs directly

  • PWM Modules using a PWM capable GPIO pin

  • UART Modules using a serial connection (RX/TX)

Upm

High-level repository for sensors and actuators that use libmraa. In other words, UPM gives you easy function calls to use your sensors, such as reading temperature values or writing data to an LCD screen. With over a hundred sensors and more being added, this library speeds up your development time.

UPD Updates

  • Protocols such as ModBus and BACNet

  • Radio/wireless modules

  • XBee socket devices

  • ZigBee, WiFi, WiFly

  • LoRa—the SX1276 chip

  • ZWave—USB Controllers

  • ISM (Industrial, Scientific & Medical) Frequency Shift Keying (FSK) at 434 and 915 MHz

OpenCV

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products.

The IoT Kit Communications (IoTkitcomm) Library

The IoTkitcomm library allows network-connected devices to easily discover and communicate with each other and the cloud.

    Terminal A
    root@edison:~# cd /usr/share/iotkit-comm/examples/c 
    root@edison:~# ./sensor 
    Terminal B
    root@edison:~# cd /usr/share/iotkit-comm/examples/c 
    root@edison:~# ./thermostat

Last updated