Poweredup-js is an interface for browsers that support Web Bluetooth API With this application you can control your Lego models based on LEGO® POWERED UP, such as 60197 or 76112.
Two control modes are now available, manual and programmable.
- In manual mode, you can control ports using the buttons or the slider.
- In programmable mode, you can create loop of signals for the device ports.
Do not forget to check that the browser is allowed to use Web Bluetooth API, for example for chrome:
chrome://flags/#enable-experimental-web-platform-features
You can use demo or local server.
To run on a local server:
npm install
npm run serve