Hololens 2: Connection between Arduino and Raspberry PI

Martin Chejn 21 Reputation points
2021-11-23T12:50:34.217+00:00

Hello,

I need advice. I got a project and the goal of my project is to connect a probe to measure pH. I would like to connect this probe to either Arduino or Raspberry PI and I do not know which of these two options is more compatible.

Since I am a programming illiterate, I am looking for the simplest and most convenient way to connect these two things and then transfer this data to Hololens 2.

Thank you very much for the advice.

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
400 questions
0 comments No comments
{count} votes

Accepted answer
  1. Hernando Ren 2,171 Reputation points
    2021-11-24T06:47:42.287+00:00

    Hello, Welcome to Microsoft Q&A,

    Since the hololens-development tag is for questions about programming HoloLens apps, we don’t have a say on how to make multiple third-party devices communicate with each other. But if you want to know how to make HoloLens communicate with Arduino or Raspberry PI, we recommend using the Windows.Devices.SerialCommunication API. It can make HoloLens communicate with Arduino or Raspberry PI, or other device exposes a serial port or some abstraction of a serial port. And there is a Serial Arduino sample(https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/SerialArduino) in Windows-universal-samples shows how to communicate with an Arduino device on UWP apps.

    ----
    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.