Léo Bonnargent
Léo Bonnargent
Hi, From what I can read, I assume you cloned this repo, if so, it is not built. In order to build, you must run : `npm i` to install...
> `npm i` didn't seem to do anything. It only caused a lot of errors. It will not work if not properly installed, can you share the logs so we...
As explained [here](https://github.com/nathankellenicki/node-poweredup#nodejs-installation), there are some prerequisites to fulfill. some more details [here](https://github.com/abandonware/noble#windows)
Hello, The RSSI is initialized to `-60` in BaseHub (which is the generic class) but it gets updated in [LPF2Hub](https://github.com/nathankellenicki/node-poweredup/blob/6a02a89e5ed34621132708e4fe84b4d1bdd137dc/src/hubs/lpf2hub.ts#L215-L220) when the relevant property report is received. Those reports are...
That is a nice improvement. Instead of changing the behavior of the scan method (which would break backward compatibility), do you think it could be a parameter of the scan...
> > Instead of changing the behavior of the scan method (which would break backward compatibility), do you think it could be a parameter of the scan method ? >...
Just made a small test: removing ColorDistanceSensor class and using autoparse to control the device, it works. I think the same kind of code could be done for output modes...
I added `autoparseWriteDirect` (bad naming) which will use output modes definitions to send data. To test, I removed the `TECHNIC_LARGE_LINEAR_MOTOR` from basehub and I was able to control one with...
> * All port specific messages (except attach/detach) parsing may be deferred to the device class or at least mode ones. @nathankellenicki , your thoughts on this ?