BleuIO Javascript library available on npm
November 13, 2020Bleuio Javascript library is available on npm(Node Package Manager).
Now you can easily access all the BleuIO functions from web browser.
Before starting to install our library, make sure you have Chrome 78 or later version installed on your system. You will also need to enable the #enable-experimental-web-platform-features flag in chrome://flags.
To do that, Open chrome://flags/#enable-experimental-web-platform-features in Google Chrome browser and enable this feature.
You can use chrome.serial to create web apps that can access the BleuIO AT commands easily using this library.
Now Install the library by running
npm i bleuio
npm automatically downloads and installs the most recent library on your system in the correct directory. To check that the installation went well, follow the simple readme file from
https://www.npmjs.com/package/bleuio
Follow this video if you find any difficulties.
Good luck on creating amazing Bluetooth Low Energy application using BleuIO