hsaturn

Results 44 comments of hsaturn

The search field is great and allows to find very quickly a planet by just typing a part of it (usually two caracters is enough). ` Instead, I'd prefer to...

I think this issue is fixed with the main branch. I'll release soon this branch after some tests.

Still thinking about this. But things had to be done. Recently wildcards has been added to the broker. Regards

This PR has not been accepted as is, but I took the point and the bug is fixed. Thanks

> > > I'm looking into this right now and finding that, even with `LONG_RANGE` and `HIGH_ACCURACY` defined in Single.ino, the entire `setup()` function finishes in about 150 ms. So...

Back Finally I've found a first issue The reboot is due to a division by 0 in ```cpp VL53L0X::timeoutMicrosecondsToMclks( ... ) ``` => I suggest to replace the formula with...

The problem during the initialization is that the VL53 does not respond when asking for its identification ```cpp if (readReg(IDENTIFICATION_MODEL_ID) != 0xEE) { return false; ``` I've tried to add...

I think I've found the problem which is an I2C bus problem (And have renamed the Tittle of this issue since the solution could be usefull to others). The solution...

Hi Kevin Yet, I only have a bunch of VL530X on my I2C bus (8 of them actually). And for your 2nd question, yes, there is a specific thing that...

Kevin I really suggest you to avoid the division by 0, this avoids reboots at very low cost. The next problem I'll have is to change the default address of...