Louder ESP32 (TAS5805M) #357
Replies: 80 comments 103 replies
-
It is possible to synchronize several players and LMS sends corrections when needed. Personally, I sync 3 zones on a regular basis, 2 of which are in the same space and you could swear that they are hard wired together. |
Beta Was this translation helpful? Give feedback.
-
Hi @sle118 ... thank you for the response.. I want to know if I buy one if you would support me to get this thing running. Do you know how much the SqueezeAmp is? Do you think I can build a 2.1 System wirelessly? So that I can group a subwoofer, two smaller speakers as one group and the sub is playing the lower frequencies and the other speaker are playing the other frequencies? @philippe44 |
Beta Was this translation helpful? Give feedback.
-
Since we don't have one of these devices, we can't really help, but we can certainly provide some guidance, although the Logitech forums are probably a better place to get some support. Others have configured different DAC themselves.
Can't remember. You should have a read here: https://forums.slimdevices.com/forum/user-forums/3rd-party-hardware/108002-announce-the-squeezeamp-next-generation-squeezeboxen-amplifier-receiver I think there are some infos towards the end.
I have not tried that and not sure how cross over would work, but I suspect it's possible. @philippe44?
They are pre soldered, yes, but no external antenna. They are also perfect for turning a pair of old speakers into a battery powered portable wireless speakers (I built two of these for my own usage). You can stream Bluetooth, AirPlay and Spotify (in addition to LMS of course) |
Beta Was this translation helpful? Give feedback.
-
I will buy one of the tindy ones.. It's quite cheap and for my usecase it's ideal. Should I create an GitHub issue or post it in the linked forum? |
Beta Was this translation helpful? Give feedback.
-
The SqueezeAMP is fully assembled and comes with a case https://github.com/philippe44/SqueezeAMP |
Beta Was this translation helpful? Give feedback.
-
Could you give me a figure how much is anSquerzeAMP? I found a old number in the thread (around 60$) is that still valid? Do you think a wireless 2.1 System is possible? I am still thinking about the Tindie Offer for me the shipment is quite low and the price 20€ incl. esp32 seems fair. Do you have an link where I can check the manual config? I searched here in the GitHub but I found only something for tested hardware... Thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
I just did a batch a few weeks ago. It cost me 58USD per unit, that include a casing. Shipment is usually USD12. It's a non-profit thing, means I'm just passing the cost the PCB assembly house is charging me + taxes. You could do a 2.1 but that needs more one device. The TI chip on SqueezeAMP is not 2.1 |
Beta Was this translation helpful? Give feedback.
-
Hi @philippe44 ... Thank you for the response.. I will think about. For now I will test it first with a cheaper one. I meant that the 2.1 system is controlled by LMS so that LMS sends the Bass-Channel to a different esp32 than the 2 speaker channels. |
Beta Was this translation helpful? Give feedback.
-
@sle118 .. I found a max98357a in my electronics box. Can I use this for testing it out? |
Beta Was this translation helpful? Give feedback.
-
Most definitely yes. These i2s boards don't have an active i2c communication interface and therefore don't require commands to be sent for them to work. Just hook it up to a WROVER and you're good to go. Since i2s is a one way protocol, you could also probably just wire up these in parallel (e.g. one for speakers and one for sub, although these don't provide much power), but experimenting is the best way to find out |
Beta Was this translation helpful? Give feedback.
-
@sle118 ... Thank you for your great Response.. I will try that as soon as possible. For now I tested only two x86 Devices (Mac and windows) I am blown away: TLDR: I am blown away. Now I can really think about using ESP32... Lets see. |
Beta Was this translation helpful? Give feedback.
-
Best advice is to go and scourge the forums as they are a massive pile of unstructured knowledge. Fun fact is that slimproto, which is at the heart of most features including sync, is close to 20 years old or so, and was so well thought of that it still works wonder today. The main reason I started this port of squeezelite to the esp32 with the invaluable contribution of Philippe (seriously, the project wouldn't be closer to half of what it is without him) was that squeezebox devices were hard to find and expensive. So our goal was to come up with a platform that could totally replace original hardware while being accessible by enthusiasts for a low cost. |
Beta Was this translation helpful? Give feedback.
-
Here the Logitech Squeezes are cheap. A touch one cost around 50$ - 80$ and Radio ones starting at 35$... Only the duet is quite expensive 120$.. This device looks still quite Cool. @sle118 Just for my understanding the S3 are not part of the official release. Does it have big impacts on the performance? I thought the CPU is basically the same.I have some S3 laying around. But my development setup is already migrated to IDF 5, so would it be possible IF the performance is really improved about the normal esp32 that you can send me a pre-build binary? |
Beta Was this translation helpful? Give feedback.
-
I've made a build for the s3 and all the code currently checked-in works on s3, I have one device working. @wizmo is tweaking it. You need esp-idf 4.4 at minimum. There a BIG improvement in CPU because of the memory and if you chose Octal SPI and Octal SPIRAM, it's 1/3 of the esp32 CPU., but you lose BT. |
Beta Was this translation helpful? Give feedback.
-
@philippe44 .. I will try to build that. If not I will stay on esp32. My model has 16mb Flash and 8mb ram. Great model and cheap (8$..) Do you know how long it will take until the S3 is also available as an "official" release? Is there a way to support the development in a monetary way? I can't support coding, only testing due the small amount of Time... |
Beta Was this translation helpful? Give feedback.
-
@anabolyc But i have no clue which clock that might be... or if its true.
Would indicate that it's some minor useless issue while booting and nothing to care about? Register 40 SIG_CH_CTRL shows 0000 which should be Auto Mode. |
Beta Was this translation helpful? Give feedback.
-
@haldi4803 I'm getting 0x04 reading from 0x71 register on my bear minimum code as well. Not sure if one should be concerned unless it comes back consistently after reset. |
Beta Was this translation helpful? Give feedback.
-
@haldi4803 ... Which power supply are you using.. Did you get WiFi with external power supply? I am asking because I have some strange behaviour and I want to find out if it comes from a bad power supply. @philippe44 .. The config @haldi4803 provides works fine. I can confirm that the board works with squeezelite. If I have some other questions from the technical side. Where should I ask them. Here as an GitHub issue or as a discussion. I tested AirPlay and I got it working but not very stable. How should communicate my issues..? Thanks to all. |
Beta Was this translation helpful? Give feedback.
-
Maximum 17V |
Beta Was this translation helpful? Give feedback.
-
I could move this issue to a conversation, which seems more appropriate for the thread content so far. Issues should be opened using the provided template which provides enough info to get started with troubleshooting. |
Beta Was this translation helpful? Give feedback.
-
As this isn't really an issue but more a hardware config, so no software changes needed, i think this would be better suited in a discussion! |
Beta Was this translation helpful? Give feedback.
-
@sle118 ... Hi the device works great. So you can add the board to the GUI if you want. I have here some issues with WiFi but I will make my homework. And give you an update here. What I can say the sync works only good if your WiFi is stable and you're NOT using an Mesh setup. I will Add an Ethernet port. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Is there a 3D housing to print? |
Beta Was this translation helpful? Give feedback.
-
Hey all, Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
someone tested with 24V? |
Beta Was this translation helpful? Give feedback.
-
Hi all, I am powering with 15V 3A, but I also tried using an adustable source and set it to 12V. Same issues. I don't use LMS but only Spotify and Bluetooth. After using it a bit, I recognize a few problems:
I already tried updating one of the boards to 1662, but that didn't change anything. Are these problems known to any of you? |
Beta Was this translation helpful? Give feedback.
-
Hey guys. Just letting you know that I'm starting Crowd Supply campaign for the upgraded version of the Louder ESP (and a family). I is accumulated your feedback, for which I can be only grateful
It would help if you subscribe to the campaign, so we can better understand the demand and the end cost of the unit. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I am planing to build a device with this great software. But I am not sure if the software supports that specific i2s dac (TAS5805M)... I am planning to buy one of these: https://www.tindie.com/products/sonocotta/louder-esp32/
Another question: The central unit is the LMS. The multiroom-sync is done on the LMS, right? So if I stream to LMS I can select the device inside the webUI, the esp32 is not involved in that right? How long does it take to start the stream in LMS and the esp32 starts playing?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions