Search Unity

Communication between Arduino and Hololens through bluetooth

Discussion in 'AR/VR (XR) Discussion' started by unity_1399792, Apr 9, 2019.

  1. unity_1399792

    unity_1399792

    Joined:
    Apr 9, 2019
    Posts:
    1
    Hello,

    I have been working on a project that involves sending some sensor data over Bluetooth HC-05 module(not BLE) from an Arduino to the App in hololens.

    Up till now, I can receive sensor data in unity editor with using System.IO.Ports namespace.

    But when I tried to deploy it to the HoloLens , I got the error "The type or namespace name 'SerialPort' could not be found".

    I am new to HoloLens and Arduino, any help is appreciated.

    Thanks and sorry about English.