- Home /
How to connect a bluetooth measuring laser device to my unity iOS app using bluetooth?
Hello, I have bought a bluetooth measuring device from Bosch(Bosch GLM 50 C) and I my task is to measure the distances using that device and send that information to my already created application using bluetooth. Previously I have'nt worked on the bluetooth stuff and I do not have any idea how to proceed. Can anybody help me in working this out. If I am not clear about my question just ask me I can explain you. I attach a picture of the device.
Can you please post a bit more Information about your Unity iOS app? Qhat exactly is your problem here? Connecting your device to the computer? Or just reading data with an app from a bluetooth input device?
The basic idea is to create an app where one can search for the BLE devices around him and connect to the desired one. Once if you start measuring with the connected devices the readings have to be displayed on the app. Thanks for your reply. I have achieved the task.
happy to hear of your success. It'd be nice if you could either close the question or if possible post your solution for others to learn from.
@bharath09vadde @phatpixels to communicate unity app with external bluetooth device i usually use this plugin : https://www.assetstore.unity3d.com/#!/content/98960 contact me via email abouzaidan.tony@gmail.com to check the compatibility with this plugin provided
Answer by phatpixels · Apr 29, 2018 at 06:42 AM
Hello,
I'm also interested in similar. How did you get on? Cheers
Hello, I have started off with buying a plugin from the asset store called "Bluetooth LE for iOS, tvOS, and Android". Then I have written my program according to my requirements. I can share the project once my Thesis presentation(in August) is done.
Answer by SoshJam · Jun 05, 2018 at 01:07 PM
OH MY GOSH WOULD PEOPLE PLEASE ONLY POST QUESTIONS THAT ARE RELATED TO UNITY?!?!?
It can be made with Unity and I have made it.
Thanks for your reply.
Your answer
Follow this Question
Related Questions
Application.dataPath + "/Raw" not loading texture on iOS? 0 Answers
How to distinguish Firebase Push Notification received in Background and when App open 0 Answers
ios bluetooth gamepad input working only on input text fields 0 Answers
NotificationServices for remote notification is really working??? 0 Answers
Does Application.CaptureScreenshot leak memory? (iOS) 0 Answers