A Node.js Reverse Engineering Experiment to interact with Sphero R2D2 droid using BLE 🤖
The complete article of this experiment is on Dev.to
Clone this repository and run
npm install git://github.com/taoyuan/node-xpc-connection.git
npm install git://github.com/lzever/noble.git
I had some issues with XCode, see this thread for more info
node index.js
If you need to discover BLE devices use
node blescanner.js
MIT - Copyright (c) Andrea Stagi - stagi.andrea@gmail.com