Control your Lego SBrick creations from the browser, using your keyboard!
I've written an article about this thing, read it here!
An SBrick, a device with node.js and a Bluetooth 4.x adapter, which is supported by noble.
git clone git@github.com:zkiiito/node-sbrick-controller.git
cd node-sbrick-controller
npm install
npm start
then, open your browser at http://localhost:8000/
default login: admin / adminPass
Working from the web UI:
- scan for SBricks
- connect/disconnect
- channel control (drive with keyboard keys)
- temperature & voltage real time chart
- display video stream
Under development:
- UI for password management
- log viewer (logs are in the console for now)