ATOM_SPK, no sound output
-
Dear all,
I am trying this device : https://shop.m5stack.com/products/atomic-speaker-base-ns4168 using the software from this link (https://github.com/m5stack/M5Atom/tree/master/examples/ATOM_BASE/ATOM_SPK/PlayRawPCM)This is the message i get when resetting the atom lite :
ets Jun 8 2016 00:22:57rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
E (303) esp_core_dump_<V͡� Incorrect size of core dump image: 0
M5Atom initializing...OK
E (82) I2S: i2s_driver_uninstall(2048): I2S port 0 has not installed
E (83) I2S: i2s_check_set_mclk(253): ESP32 only support to set GPIO0/GPIO1/GPIO3 as mclk signal, error GPIO number:120
E (89) I2S: i2s_set_pin(314): mclk config failed
I2S WriteI know the software is running through some checks in the software i have build in.
But i do not here any sound. No beep at startup and no soumd when i press the button.
This function returns a false : _AtomSPK.begin()
The weird thing is that the definition is : bool ATOMSPK::begin(int __rate) but it is called without __rate defined.
Within the begin function the error occurs in : err += i2s_set_pin(SPAKER_I2S_NUMBER, &tx_pin_config);Any idea?
Thanks -
This post is deleted! -
This post is deleted!