Michael Miller

Results 232 comments of Michael Miller

This will require specific hardware support for that platform. The ARM support is a bitbang method and will be interrupted by lower level services like BLE and WIFI as you...

@moooorph I got a Seeeduino XIAO for a holiday gift, so I am now actively working on it. If you are interested in testing it on the Nano 33 IOT...

> fyi: espressif/esp-idf#4545 I have tried to apply this work around, but I am getting a compiler error. ``` I2S causes a section type conflict with void i2sDmaISR(void*) ``` It...

This bug is strictly tracking the IRAM attribute not being applied. Not really the effects of such; as there is another bug for that.

@BlueAndi With your changes, if you leave the new common translate in the cpp; but move the individual wrapper translate into the header file; does it compile out the individual...

@BlueAndi Did you try just having the translate in the NeoEsp32RmtSpeedBase?

Just capturing some stuff that I have found while integrating the work around above. I applied the changes but put the _translate implementation into the base speed class in the...

Leaving open as the original issue is still active but a temporary work around has been released. This may need some changes when the next Esp32 Arduino release is made....