Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP AudioKit I2S port 0 has not installed #118

Closed
romakrau opened this issue Dec 23, 2022 · 4 comments
Closed

ESP AudioKit I2S port 0 has not installed #118

romakrau opened this issue Dec 23, 2022 · 4 comments

Comments

@romakrau
Copy link

romakrau commented Dec 23, 2022

Hi all,

I will use this software as a satellite for Rhasspy on a FHEM smart home server.
I had compiled and installed the software with PlatformIO and got this output:

rst:0x1 (POWERON_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:1184 load:0x40078000,len:12776 load:0x40080400,len:3032 entry 0x400805e4 Booting Identifying Codec... Checking for ES8388 Pinout Variant 1... Checking for ES8388 Pinout Variant 2... Found audio controller ES8388 Pinout Variant 2 at SDA: 33 / SCL: 32 Loading configuration Failed to read file, using default configuration Creating I2Stask Enter WifiDisconnected Enter WifiConnected Connected to Wifi with IP: 192.168.xxx.xxx, SSID: xxxx BSSID: xxxxxxxxxxxxxxxxxxxx, RSSI: -60 Enter MQTTDisconnected Connecting MQTT: 192.168.xxx.xxx, 1883 Enter MQTTConnected Connected as ESPAudiokitFlur Connected to asynch MQTT! Enter Idle InitI2SSpeakerOrMic -> Mic E (2409) I2S: i2s_driver_uninstall(1999): I2S port 0 has not installed
What does it mean " I2S port 0 has not installed"?
What about the settings?

hostname=192.168.xxx.xxx ; The Adress by what?
deployhost=192.168.187.76 ; Only used by matrix?

Thank you for helping me

Greetings Roman

EDIT: I have a ESP32 Audio Kit V2.2 A237

@Omirax
Copy link

Omirax commented Dec 25, 2022

Hello!
(2409) I2S: i2s_driver_uninstall(1999): I2S port 0 has not installed
It's not a problem. This is an informational message. After that, the device waits for the command via the microphone.

@romakrau
Copy link
Author

romakrau commented Dec 26, 2022 via email

@Romkabouter
Copy link
Owner

hostname=192.168.xxx.xxx ; The Adress by what?

this will be the ip of the device if you set te network to fixed

deployhost=192.168.187.76 ; Only used by matrix?

yes, that is the ip of the pi on which the matrix is attached (only required on first flash)

@romakrau
Copy link
Author

romakrau commented Jan 3, 2023

I improved the code with the hint mentioned in post #113. It works now. Thank you for the reply.

@romakrau romakrau closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants