Page 1 of 1

how to use easyble functions in custom cordava project

Posted: 06:01, 10 Jan 2016
by dpat123
we wanted to use your easy ble functions in our custom cordava project to connect to Anaren Air module.

we are not able to inclue your functions in our own cordava project. could you please point to any document for this to work on your website.

Re: how to use easyble functions in custom cordava project

Posted: 11:15, 10 Jan 2016
by alex
Hi!
Glad you found your way here, here are some good starting points for Cordova & Bluetooth Smart development.
best /Alex

https://evothings.com/cordova-starter-kit/ (General on Cododva and IoT apps)

https://evothings.com/doc/build/cordova-guide.html (on Cordova and the building process)

https://evothings.com/ble-app-development-explained/ (BLE app dev with easy-ble.js)

Re: how to use easyble functions in custom cordava project

Posted: 14:06, 05 Feb 2016
by dpat123
all the examples using different tech in it app.js . each of the hardware as some different kind of approach.
could you have one generic app.js where you pass characteristic UUID as argument . to enable functions in ble hardware .

I am now able to scan and connect to Anaran module.

I am not able to toggle switch i.e. characteristic on anaran module.

Re: how to use easyble functions in custom cordava project

Posted: 08:02, 07 Feb 2016
by dpat123
i have one service UUID having 6 Characteristic .

in that do i have to first connect to Service --> and then to Charasterictic ???

Re: how to use easyble functions in custom cordava project

Posted: 11:15, 19 Feb 2016
by Fredrik
You don't connect to services, only to devices. Once connected to a device, you may write to (or read from) characteristics and descriptors.