I populated that board with Silmic2 and it pays_
Will send you some photos, but can't do it right now. Tonight. I promise.
Will send you some photos, but can't do it right now. Tonight. I promise.
I tried Amanero with those boards. It works but it is not a good idea because it makes a lot of "plops" and "pops". Use the diyinHK board with vol control. That 4490 dac board also sounds very good with XMOS,. For my surprise, I did not feel the need of amanero, and I can say I am an amanero fan...
Anyway, if you want, I will send you a drawing with the connections. Did this answer help you? Feel free to ask.
I am having the clicks even with the special long mute AKM Amanero firmware so I have to work out how to mute this externally.
The wiring and connections I have are correct so it is some software issue.
I am using the 7 bit i2c address which I would normally use for Arduino which I think also applies to the Amanero.
Today assembled my diyinhk ak4490 board with some mods. Looking through datasheets to figure how to connect it to amanero for dsd and pcm playback. Looking at i2c controls of amanero usb board to configure ak4490 board. How do you guys connect amanero to ak4490? Cannot find anywhere on the net for connections and software configuration of those two.
Sent from my ONE A2001 using Tapatalk
Sent from my ONE A2001 using Tapatalk
Attachments
Hi birca1987,
I may suggest that you look at the datasheet for the AK4490 - available from AKM's website - and the attached amanero preliminary datasheet.
Depending on whether you run the AK4490 in Serial control mode or PCM mode you need to connect different pins. If in PCM control mode (i.e. without an external microcontroller to set internal registers in the AK4490) the pins you need to connect are MCLK, LRCK, SDATA and BICK (AK4490).
The equivalent pins on the Amanero board are pins 3 (SDATA), 4 (BICK), 5 (LRCK) & 6 (MCLK).
Best regards,
Jesper
Today assembled my diyinhk ak4490 board with some mods. Looking through datasheets to figure how to connect it to amanero for dsd and pcm playback. Looking at i2c controls of amanero usb board to configure ak4490 board. How do you guys connect amanero to ak4490? Cannot find anywhere on the net for connections and software configuration of those two.
I may suggest that you look at the datasheet for the AK4490 - available from AKM's website - and the attached amanero preliminary datasheet.
Depending on whether you run the AK4490 in Serial control mode or PCM mode you need to connect different pins. If in PCM control mode (i.e. without an external microcontroller to set internal registers in the AK4490) the pins you need to connect are MCLK, LRCK, SDATA and BICK (AK4490).
The equivalent pins on the Amanero board are pins 3 (SDATA), 4 (BICK), 5 (LRCK) & 6 (MCLK).
Best regards,
Jesper
Attachments
Hi Gentlevoice, i want to connect amanero with ak4490 in software mode to be able to play PCM and DSD without a microcontroller
Sent from my ONE A2001 using Tapatalk
Sent from my ONE A2001 using Tapatalk
The module is self powered (USB VBUS) in the output connector you have 3.3V from the LDO. For example you can use this pin to know when the cable is plugged.
If you don't like the USB VBUS supply, you can remove the LDO and power the module directly from the 3.3V pin present in the output connector.
the power consumption is about 600 mW at max speed. LDO near R6 is the right one. P3 is used to erase the flash and force a firmware update via USB.
DSD_OE is 1 when a DSD stream is incoming.
The pin called Mute has been assigned to PIN 11 and is asserted to 1 when a sample rate change is incoming or when there is a stream format change DSD / I2S you can use this pin to avoid noise when the dsd is detected.
The pin 6 is the Master Clock MCLK 22,5792Mhz or 24.576Mhz.
TWC.D is an I2C bus, i m preparing a ConfigTool that let's the user configure Events in the module. For example you can assign I2C address and values to put in the I2C bus when the volume is changing or when a sample rate is changing. blah blah
🙂
Domenico
PS
For each package there is a note with output connector description.
Could someone confirm if the maximum external supply are 3.3VDC 0.185mA 0.6W?
TIA
Felipe
Is there a complete firmware history with complete description firmware, not abbreviated? There Amanero Technologies have a very brief description. In OEMTool117 longer firmware versions: 15 for CPLD, 21 for the CPU. We need a complete list with description.
Most likely, the versions up to 1080 had shortcomings. Older versions have some add-ons to the basic version.
Regards, Alexey
Most likely, the versions up to 1080 had shortcomings. Older versions have some add-ons to the basic version.
Regards, Alexey
Can somebody please help me diagnosing a problem with my set up? As a way of background everything was working fine until I connected 4 DAC boards to the Amanero in a quad dual mono set up.
Using an AC setting on the multimeter, I measure an output of approx 3.3V on the output pins except the MCLK which measures around 2.1V. Is this normal or have I destroyed the Amanero?
Sent from my iPhone using Tapatalk
Using an AC setting on the multimeter, I measure an output of approx 3.3V on the output pins except the MCLK which measures around 2.1V. Is this normal or have I destroyed the Amanero?
Sent from my iPhone using Tapatalk
hello, with the multimeter in DC you need to measure about 1.6V.
On the DATA pin 2 you can see about 1.4V playing music and 0V without.
On the DATA pin 2 you can see about 1.4V playing music and 0V without.
hello, with the multimeter in DC you need to measure about 1.6V.
On the DATA pin 2 you can see about 1.4V playing music and 0V without.
Many thanks for your help Domenico. Will check when I get home.
Sent from my iPhone using Tapatalk
anamero, do you have a product that does:
in:I2S slave 32bit 192 -> USB out
This is for A/D converter application.
//
in:I2S slave 32bit 192 -> USB out
This is for A/D converter application.
//
Has anyone managed to run diyinhk ak4490 board in serial control mode with amanero's i2c?
I think the main issue here is that the AK4490 chip requires a reset to open the analogue outputs so you have write the "reset" to the register first followed by the actual value you want. Not sure how you can get a time delay with the available Amanero i2c commands.
Sent from my iPhone using Tapatalk
hi zoran, download the www.amanero.com/oemtool118.zip
then program the cpu with the firmware_1096d_RJ
on the oemtool118.zip is possible to configure the number of bits-1 to shift right
on the configuration bit panel (oemtool118) there is an editbox where to put the number of bits-1 to shift right. For 24bit put the number 7
then program the cpu with the firmware_1096d_RJ
on the oemtool118.zip is possible to configure the number of bits-1 to shift right
on the configuration bit panel (oemtool118) there is an editbox where to put the number of bits-1 to shift right. For 24bit put the number 7
Thank You very much 🙂
Is it necessary to erase the flash first (step 2 from the readme)
And step 4 (be sure - internet connect.)
...
I am using Windows from Parallels @ OSX mac.
with disabled internet connections...
Is It oK or I should visit a friend with true Win? 🙂
Is it necessary to erase the flash first (step 2 from the readme)
And step 4 (be sure - internet connect.)
...
I am using Windows from Parallels @ OSX mac.
with disabled internet connections...
Is It oK or I should visit a friend with true Win? 🙂
- Home
- Vendor's Bazaar
- USB to I2S 384Khz - DSD Converter