I've recently got a heart rate sensor by M5Stack. It works fine on my Arduino R4. I then wanted to add NeoPixel LEDs to my board but I realised after researching this forum, that NeoPixel isn't yet supported for R4. So I bought myself a R3. The NeoPixels work perfectly now, but my Heart Rate sensor doesn't on the R3...
I've tested out I2C Scanners and they seem to break? Here an example:
Maybe it‘s easier to reverse the problem and try to get the NeoPixel to work on the R4 - since the heart rate works on this one? Did anyone find a solution for that yet?
Which version of FastLED are you using? I get no error or warning messages with version 3.6.0. You may need to download the latest version from the github page.
I've tried downloading the latest version directly from GitHub. I don't get an error anymore, but it only lights up the first LED in the matrix. I've measured the voltage and it should be fine. Do you have an example?