Jack Jansen

Results 101 comments of Jack Jansen

@ramwin as the OP of this issue I think your problem is completely different: you want help from requests to make it easier to do logging for your own application....

@fmalpartida if you haven't added a library to the Arduino library registry before: it's pretty simple: just fork , add your library, submit a pull request. (after reading the instructions...

Question: the issue is closed from the point of view of the Open3D developers, but not yet from the point of view of the Open3D users (like myself): for us...

@jhultman thanks for the heads up, and the prereleases are great for developing, but I don't want to base my CI/CD's on them, let alone my distributions. So only when...

What I'm doing right now is only converting from RGB to RGBW by extracting the shared whiteness. This is done based on the white led color temperature, computing what its...

I've created a patch. Actually, I've created a library _NPBColorLib_ but with the specific intention of having it disappear shortly, to be integrated into NeoPixelBus. Can you have a look...

@Makuna could you have a look at my NPBColorLib, please, and let me know whether you would consider it for inclusion? My preference is to include this into NeoPixelBus, but...

@iamh2o I will have a look at your repo, thanks for the link! My solution https://github.com/jackjansen/NPBColorLib works pretty well for the mid intensities, but breaks down at low levels, due...

@iamh2o (unsure whether we should take this discussion to your repo, let me know if you want to do that) your code and the Neltner Labs you're referring to assumes...

@iamh2o I'd love some help on this! The repo for the low-level color sensor (esp32 board that provides the RGBW values as a REST server on the WiFi) is in...