-
Is it a known issue that setRGB is not working on TechnicMediumHub internal RgbLight (port 50)?
I modified the WebBluetooth sample with the following adjustment
````javascript
/…
-
Hi there,
thank you for publishing the spec. Following devices are reported but not listed:
technic hub:
- device 0x3C at 0x3D
- device 0x3C at 0x60
- device 0x39 at 0x61
- device 0x36 at 0x…
-
- PortValue and PortCombinedValue are encoding their payload data according to definitions set-up in PortInputFormat(Combined)Setup requests. As a result, the protocol decoder itself is stateful.
-…
-
I am trying to connect multiple hubs on a Raspberry Pi 3 B v2. I'm using a cut down sample script to debug with no success:
```
const PoweredUP = require("node-poweredup");
const poweredUP = new …
-
This class only reports reflectivity. Is there any way to request RGB or color events?
-
I'm implementing a react based remote control app using node-poweredup:
https://brick-remote.ractive.ch
I'm testing and developing this with the Control+ hubs.
The issue is that when a hub is con…
-
Hi,
First of all, I wanna thank you for your amazing work. It is really great to be able to use Lego Powered Up from node js and not from a Scratch-like interface on a smartphone ! :)
I have a Mo…
-
npm install node-poweredup --save
> usb@1.6.2 install /home/bb8/www/controller/node_modules/usb
> prebuild-install --verbose || node-gyp rebuild
prebuild-install info begin Prebuild-install ver…
-
I'm trying this on RPi Zero W with
> Raspbian Buster Lite
> Minimal image based on Debian Buster
> Version: September 2019
> Release date: 2019-09-26
> Kernel version: 4.19
(upgraded)
I…
-
I tried to subscribe to a color and distance sensor on a PUP hub on port A using this code (based on the web_bluetooth example):
```js
const poweredUP = new PoweredUP.PoweredUP();
poweredUP.autoS…
aileo updated
4 years ago