VernierST / godirect-examples

Official examples for Vernier Go Direct® Sensors in both Python and JavaScript
BSD 3-Clause "New" or "Revised" License
23 stars 26 forks source link

Is this library supported on Android and iOS? #33

Closed candybongduk closed 3 years ago

candybongduk commented 3 years ago

Hi

Thanks for sharing this module and I was wondering if this godirect and gdx module are also supported on Android and iOS?

Thanks

dvernier commented 3 years ago

Vernier has a free app called Graphical Analysis for both iOS and Android.

We also have Python and JavaScript program example on our web site www.vernier.com.

sswartley commented 3 years ago

@candybongduk The JavaScript library should work with Android. This library uses a Bluetooth Low Energy (BLE) connection via Web Bluetooth. Currently iOS devices are not compatible with this protocol, but Android is capable of using this.

candybongduk commented 3 years ago

Thanks for your prompt and kind answers. That was a great help for me as I was trying to make my own app using this go-direct module.