LusterWong
LusterWong
Thank you very much for this wonderful library. A BLE KB test on ESP32 DEVKIT found iphones and Android phones working fine, but I tested three dongle chips using CSR...
Hi, I use Arduino IDE 1.8.13 and ESP32 -WROVER-E. The esp32 arduino library is v2.0.2. The code (decode.ino) has not been modified after the successful compilation of the download chip...
Using the PlayRawPCM example test, modify the DMA buffering in AtomSPK.cpp. ``` bool ATOMSPK::begin(int __rate) { esp_err_t err = ESP_OK; i2s_driver_uninstall(SPAKER_I2S_NUMBER); i2s_config_t i2s_config = { .mode = (i2s_mode_t)(I2S_MODE_MASTER), .sample_rate =...