Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.07 KB

File metadata and controls

32 lines (25 loc) · 1.07 KB

david-dm

SBrick Controller

Control your Lego SBrick creations from the browser, using your keyboard!

I've written an article about this thing, read it here!

Requirements

An SBrick, a device with node.js and a Bluetooth 4.x adapter, which is supported by noble.

Installation

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

Project status

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)