Brian Starkey

Results 34 comments of Brian Starkey

Makes sense, thanks for the update. I will leave this open and find some time to add something to the documentation saying that some payloads may need to use their...

Hi! I did try it out with some RGBW a long while ago. There's the `rgbw` branch that I made back then: https://github.com/usedbytes/neopixel_i2c/tree/rgbw To be perfectly honest, I don't remember...

If you're interested in the i2c part of the project, then it would need to be entirely re-written for that processor, as they have different i2c hardware (and different everything...

Hello Christophe, This is called "clock stretching," and it's an integral part of the i2c specification: https://www.i2c-bus.org/i2c-primer/clock-generation-stretching-arbitration/ > # Clock Stretching > I2C devices can slow down communication by stretching...

Thanks for pointing out this issue, and sorry for having not responded to this. I guess I lost track of it as it was in the middle of Christmas holidays....

Code looks good - would you mind adding a slightly more descriptive commit message though? More-or-less what you wrote on #5 would be useful context for people reading the git...

Sorry I missed this - thanks so much for your investigation! If you open a pull request I'd be happy to merge that in

Thanks for all the contributions - I will do my best to find time to work through them. This project started out as a bare-minimum attempt to get OTA working...

Is this actually necessary? I would have expected `reset_peripherals()` to be taking care of wiping everything

Hi, I wonder if these changes would be better in the micropython repository rather than here? The micropython reboot module is only depending on exported functionality, and duplicating the build...