hlcm

Results 5 comments of hlcm

I think maybe this example, https://github.com/earlephilhower/ESP8266Audio/blob/master/examples/PlayWAVFromFunction/PlayWAVFromFunction.ino, can meet your requirement. It generates sine waves as AudioSources.

I have a same question too, looks like neither RawHID and Joystick works properly on SAMD21. But NKROKeyboard and mouse works fine.

> I found a solution I found that the file that logcat looks for doesn't match the actual path LogCat: `SDVX : Can't run ScanFiles, "/storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/skins/" is not a folder`...

This is probably because your led strip type is RGBW, which need 4 bytes of data for each pixel. So you should use "GRBW" rather than "GRB". "GRB" is for...

I also encountered your problem recently. changes in #389 fixed setPin for rp2040, allow it to support more than 8 strips. hope this helps : )