FAQ / Discussion #53
Replies: 8 comments 81 replies
-
Not very complex. You should really dive into the component to see how it is done. Most of it is configured through menuconfig, I've also started to add an http server which should at some point make it possible to configure these settings during runtime, but it is in a very early stage. |
Beta Was this translation helpful? Give feedback.
-
Yes there is OTA In the log you'll see a message: If you have more than one client you should probably use their ip address instead of host name to access them. The code for this is mostly stable but has some quirks from time to time. During reboot after the upgrade for example, a loud static noise can happen. Not sure why, probably DAC isn't shutdown properly |
Beta Was this translation helpful? Give feedback.
-
As my spare time is really limited currently, there is no real timeline. Things on my todo list are: I'll edit and add to this list if something else pops up in my mind |
Beta Was this translation helpful? Give feedback.
-
Flipping the Word-Select Just a small question: Is there a way to flip / invert the word select signal? And if yes can I make this configurable via the IDF? (I need this for the bridge mode of the TAS5805M). |
Beta Was this translation helpful? Give feedback.
-
NVS Storage Hi @CarlosDerSeher , are you already storing data in the NVS? I am planning to save all the webui settings inside the NVS. I think about to remove all settings at build time and do the full configuration except WiFi via the webui. The following settings I would use the NVS for:
Would you prefer to remove a lot of hard-coded stuff and make this a little more dynamic? BTW: I ordered a Lyrat Mini i can test end of January your changes in the development branch. |
Beta Was this translation helpful? Give feedback.
-
DEBUGGING Hey @CarlosDerSeher , just a small question is there a way to debug the playback a little bit more precisely? Currently I hear some compression artifacts and I want to see which stream the esp32 is connected. I want to know if the esp32 can provide these information. Where can I find the debug parameter? |
Beta Was this translation helpful? Give feedback.
-
Thanks for pushing this so actively! In case you haven't heard about ESPHome, I wanted to mention it here. It is a big project, that allows configuration of ESP firmware via I've got a Snapserver running at home and would love to being able to use a snapclient component in ESPHome. The benefit for this project would be that many components already exist in ESPHome, such as Wi-Fi, logging, OTA, Bluetooth, many sensors and more... It'd be great to read your opinion on this. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Toslink via i2s Hi, I already asked in the PR of my custom board. Is there a way of adding support for toslink? The Goal is to have speakers which are optimised for audio quality. The lyrat board sounds noisy. I found a cool project: https://audiosciencereview.com/forum/index.php?threads/my-first-pcb-a-micro-streamer-advice-welcome.41685/post-1499244 I want to order some of them because the size is so small so it can be hide behind active speaker and the transmission is not that noisy. What is needed to create a dummy i2s component for output audio via toslink? |
Beta Was this translation helpful? Give feedback.
-
Hey,
as we already discussed this is a thread for discussing several things beside issues / PRs.
Here are my first questions:
Thank you in advance for your time. I will finish the new driver for the TAS5805M soon. I will try to make the volume control better. The implementation from espressif seems like a good start.
Beta Was this translation helpful? Give feedback.
All reactions