I have an application that uses A-Frame to display an animation in "VR". I say "VR" because there is not interaction from the user, I use VR-headset and VR-technologies to focus the user on an animation. The user is passive and will receive stimuli.
I need to connect two vibrating devices (like this one) in bluetooth to the webapp, and make them vibrate when needed.
This application should run on any smartphone on classical browsers. I saw that BLE/Smartphone usage from web-app is pretty new (medium, custom browser, and this).
How can I access if this will work as I don't have iOS and android devices at my disposal?
Thank you!