I was reading through the other thread above about the massdrop r2 dac - and from there went on to read the headfi thread. Interesting thing - apparently there are loads of taobao ads for services to completely reverse engineer a manufactured board - complete with gerbers etc supplied.
While I don't suggest knocking off the design here, it might make a great starting point to being from.
https://s.taobao.com/search?q=pcb+%E6%8 ... z_20170306
SD player UI development
Re: SD player UI development
Do or do not, there is no try
Re: SD player UI development
Devious minds think alike ;)Fran wrote: ↑Sat Jun 09, 2018 5:52 pm I was reading through the other thread above about the massdrop r2 dac - and from there went on to read the headfi thread. Interesting thing - apparently there are loads of taobao ads for services to completely reverse engineer a manufactured board - complete with gerbers etc supplied.
While I don't suggest knocking off the design here, it might make a great starting point to being from.
https://s.taobao.com/search?q=pcb+%E6%8 ... z_20170306
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Re: SD player UI development
I've had no time to play with this since - but I was thinking about it today. Is it possible that some of the key presses pull it low, while others pull high?randytsuch wrote: ↑Wed Jun 06, 2018 12:15 am I would expect the signal gets pulled low when you push a button, that's a kind of standard thing for buttons
Seems strange that more than one switch hoses things up.
Can you take a picture of how the switches are connected?
Do or do not, there is no try
Re: SD player UI development
Richard (abrax) gave me a heads up on the use of I2S directly from ESP32 devices
Had a look & it seems capable of I2S output & also using external MCLK according to the documentation here & DIYAudio thread just started
https://cdn.sparkfun.com/datasheets/IoT ... eet_en.pdf
http://www.diyaudio.com/forums/digital- ... t-lan.html
I know this should be a different thread but just thought I'd bookmark it here
Had a look & it seems capable of I2S output & also using external MCLK according to the documentation here & DIYAudio thread just started
https://cdn.sparkfun.com/datasheets/IoT ... eet_en.pdf
http://www.diyaudio.com/forums/digital- ... t-lan.html
I know this should be a different thread but just thought I'd bookmark it here
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
-
- Posts: 395
- Joined: Mon Aug 11, 2014 4:19 am
Re: SD player UI development
Checked yesterday. They all pull low when button is pushed.Fran wrote: ↑Sun Jun 10, 2018 9:18 pmI've had no time to play with this since - but I was thinking about it today. Is it possible that some of the key presses pull it low, while others pull high?randytsuch wrote: ↑Wed Jun 06, 2018 12:15 am I would expect the signal gets pulled low when you push a button, that's a kind of standard thing for buttons
Seems strange that more than one switch hoses things up.
Can you take a picture of how the switches are connected?
MSI H81-P33 MB, Xeon E3-1225 V3, LPS/LIFEPO4 and Astron RS-12A, 240gb SSD music, 2nd SSD for OS, Mod SS PCIE USB card, Server2012 R2 Ess+AO+MQn, Amanero USB to DACEND ES9018 to Schiit Lyr amp to Senn HD 700 headphones
Re: SD player UI development
I have one the units below on the way to me -looks to be esp32 feeding i2s to an ess9023 chip.jkeny wrote: ↑Mon Jun 11, 2018 11:36 am Richard (abrax) gave me a heads up on the use of I2S directly from ESP32 devices
Had a look & it seems capable of I2S output & also using external MCLK according to the documentation here & DIYAudio thread just started
https://cdn.sparkfun.com/datasheets/IoT ... eet_en.pdf
http://www.diyaudio.com/forums/digital- ... t-lan.html
I know this should be a different thread but just thought I'd bookmark it here
https://www.aliexpress.com/item/ES9023- ... autifyAB=0
Do or do not, there is no try
-
- Posts: 230
- Joined: Fri Sep 16, 2016 11:05 pm
Re: SD player UI development
Looks more like ATS2825 than ESP32 to me.
Re: SD player UI development
It does look like one alright - it looks very similar to the one here:
Do or do not, there is no try
Re: SD player UI development
I've researched the documentation of ESP32 & there is no possibility to provide an external I2S clocks (they are all derived by an internal PLL from the system clock) which rules out synchronous reclocking using an external oscillator - this is an absolute requirement for best sound, as far as I'm concerned.
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
-
- Posts: 230
- Joined: Fri Sep 16, 2016 11:05 pm
Re: SD player UI development
So you mean the I2S ports have no way to run in 'slave' mode? That being sync'd to an externally driven clock input.