Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Hololens / Arduino / bluetooth

Hello,

I want to transfer serial data from my arduino to hololens.
I am currenlty using a Seeeduino (Arduino UNO clone) and a BLE Shield.
The arduino will transfer data to trigger some holograms.

I have tried to create a Bluetooth UWP app to discover my bluetooth shield (HM-11 module), I have succeded pairing the device with the API and now I am stuck ... how can I read my data on the device ?

My device doesn't seems to support Rfcomm and I am not able to list any GATT services from this device. So I don't know how to move on...

The arduino part is running, I am able to communicate with an iphone/android (HM-10/11) serial app and exhange data with arduino over bluetooth. But I wasn't successful trying to create such program in UWP.

Maybe my bluetooth module is not compatible ? Maybe I am doing something wrong with my code ?

If someone can share hardware working scenario, I will be glad to read anything working.

Cédric

Tagged:

Answers

Sign In or Register to comment.