CarlosDerSeher / snapclient

snapclient on ESP32
GNU General Public License v3.0
136 stars 18 forks source link

Add support for PT8211 DAC #78

Closed whc2001 closed 6 months ago

whc2001 commented 6 months ago

UNTESTED!!! It compiles, but it's not tested with real hardware yet as I'm physically away from my home. There is a small possibility that it just does not work at all.

CarlosDerSeher commented 6 months ago

Looks good but I'd prefer to try with real hardware before we merge

whc2001 commented 6 months ago

Looks good but I'd prefer to try with real hardware before we merge

Great, thanks! I'm gonna do that ASAP after back home.

whc2001 commented 6 months ago

Tested. There is a slight hiss but it goes away while RESET is pressed, maybe it's WiFi interference.

https://github.com/CarlosDerSeher/snapclient/assets/16266909/760005c6-78a7-4f50-8082-76eb1f8dae64

CarlosDerSeher commented 6 months ago

@whc2001 Could be interference as your setup isn't perfect with the antenna that close to the analog part. What you could try is lowering wifi output power from menuconfig and see if that improves quality.

whc2001 commented 6 months ago

@whc2001 Could be interference as your setup isn't perfect with the antenna that close to the analog part. What you could try is lowering wifi output power from menuconfig and see if that improves quality.

Yes. I have tried to lower the TX power from 20dBm to 10dBm and the noise mostly went away.

CarlosDerSeher commented 6 months ago

I guess we are done here then. Thanks for your contribution!