Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 829 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 829 Bytes

Free R2

A Node.js Reverse Engineering Experiment to interact with Sphero R2D2 droid using BLE 🤖

The complete article of this experiment is on Dev.to

Install

⚠️ I installed a forked version of Noble to make it work on MacOS Catalina.

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

Usage

node index.js

If you need to discover BLE devices use

node blescanner.js

License

MIT - Copyright (c) Andrea Stagi - stagi.andrea@gmail.com