Hacker News new | ask | show | jobs
Show HN: Bluetooth Low Energy library written with pure Node.js-no bindings (github.com)
1 points by chrvadala 2275 days ago
1 comments

hi guys, l’m happy to show you node-ble, a Node.js library that allows you to interact with Bluetooth Low Energy (BLE) devices. I spent few months studying a solution able to connect to BLE devices avoiding any underlying C++ bindings, by the way I end up to a solution that leverages on Bluez via DBus.

I hope that it will be useful for your next projects.