Rank: Administration
Groups: Administration, Customer Joined: 10/24/2006(UTC) Posts: 3,979 Location: Nashville, TN
Thanks: 25 times Was thanked: 89 time(s) in 83 post(s)
|
By checking that it responds to I2C commands.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
Could you elaborate, how can I do, pic or schematic will help? Edited by user Sunday, December 30, 2012 5:11:16 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Administration
Groups: Administration, Customer Joined: 10/24/2006(UTC) Posts: 3,979 Location: Nashville, TN
Thanks: 25 times Was thanked: 89 time(s) in 83 post(s)
|
You have access to the I2C signals, see if the controller is sending anything.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
The controller is the chip with firmware? wich pins have I to measure?
|
|
|
|
Rank: Member
Groups: Member
Joined: 6/17/2008(UTC) Posts: 921 Thanks: 1 times Was thanked: 70 time(s) in 69 post(s)
|
You have access to the i2c bus right here. The SCL is the clock signal, the SDA is the data line. Measure both with your scope both relative to GND. avr300 attached the following image(s): cut.jpg (70kb) downloaded 4 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
Thanks, pin 7 SCL, pin 5 SDA and pin 4 GND, right?
|
|
|
|
Rank: Member
Groups: Member
Joined: 6/17/2008(UTC) Posts: 921 Thanks: 1 times Was thanked: 70 time(s) in 69 post(s)
|
I was a little slow with the attachment. It's here now.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
The pic is perfect, an image is better than 1000 words, really appreciate your help, thanks.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
I can't merasure nothing, the scope signal is blinking lightly without signal in both measurements SCL to GND and SDA to GND, I measured also the I2S input signal at the Sidecar and all three are OK.
|
|
|
|
Rank: Member
Groups: Member
Joined: 6/17/2008(UTC) Posts: 921 Thanks: 1 times Was thanked: 70 time(s) in 69 post(s)
|
It can be a little difficult to measure with an analogue scope since data is sent in bursts. This is a trace from a BII. First you see the bursts Second I have zoomed in on a single burst. avr300 attached the following image(s): 20121231-0001.png (25kb) downloaded 6 time(s). 20121231-0002.png (28kb) downloaded 10 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Member
Groups: Member
Joined: 6/17/2008(UTC) Posts: 921 Thanks: 1 times Was thanked: 70 time(s) in 69 post(s)
|
On my old analogue scope it was seen like this. avr300 attached the following image(s): cut.jpg (57kb) downloaded 5 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
Same scope: I2S DATA input Sidecar I2S LRCK input Sidecar I2S BCK input Sidecar
|
|
|
|
Rank: Member
Groups: Member
Joined: 6/17/2008(UTC) Posts: 921 Thanks: 1 times Was thanked: 70 time(s) in 69 post(s)
|
As long as we are checking whether your microprocessor is working or not, don't concentrate on the I2S lines - only the I2C lines are interesting.
You have to be able to measure some activity at the I2C header. If you can't detect any activity your uP is not running.
|
|
|
|
Rank: Administration
Groups: Administration, Customer Joined: 10/24/2006(UTC) Posts: 2,868 Location: Massachusetts, USA
Thanks: 2 times Was thanked: 141 time(s) in 134 post(s)
|
All you need to do to test it is try the volume control pot. If it works, the firmware is fine. If it doesn't, the firmware chip is not functioning.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
I can't detect any activity at the I2C header changing some SW2 switches.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: Brian Donegan All you need to do to test it is try the volume control pot. If it works, the firmware is fine. If it doesn't, the firmware chip is not functioning. Thanks Brian I will try.
|
|
|
|
Rank: Member
Groups: Member
Joined: 12/6/2009(UTC) Posts: 323 Location: Catalonia new Europe state
Thanks: 4 times Was thanked: 1 time(s) in 1 post(s)
|
The volume pot is working.
|
|
|
|
Rank: Administration
Groups: Administration, Customer Joined: 10/24/2006(UTC) Posts: 3,979 Location: Nashville, TN
Thanks: 25 times Was thanked: 89 time(s) in 83 post(s)
|
Ok, so now if switch on the disable SPDIF autodetect DIP switch - then the DAC should *not* detect SPDIF. If that is true then the port expander is working correctly. After that, If you set all of the switches to OFF except the REMAP switch then all should be well. Edited by user Tuesday, January 1, 2013 5:56:36 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Member
Joined: 10/26/2012(UTC) Posts: 3
|
Hi Russ and Brian,
I'm wrtiting on behalf of Felipe because he thinks his English is not good enough to explain himself properly or understand your instructions.
I have gone with him through the integration guide and checked all settings/configs for his setup. All seems to be according to the recommended stereo configuration with the B-III plus Sidecar and 4 way SPDIF board. Still he says SPDIF sounds much louder (2x) than I2S or DSD. Changing SW2 switch #8 seems to have no effect whether it is changed with music playing or changed and then power cycle the DAC. Should channel remaping on/off change increase or decrease output level?
I'm not in the same place (in fact I'm 650+ Km away) so I can't help testing, just translate and, for sake of speed, speak to him over the phone.
Cheers
Javier
|
|
|
|
Rank: Administration
Groups: Administration, Customer Joined: 10/24/2006(UTC) Posts: 2,868 Location: Massachusetts, USA
Thanks: 2 times Was thanked: 141 time(s) in 134 post(s)
|
Does he use the same software for S/PDIF and I2S from the computer?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.