Hi giulio,
1) battery is intended only to keeping BBB powered until it shuts safely down (optional, but recommended)
2) they are for mounting Hermes-BBB to BBB ... metal spacers might short out SD-card card connector (AFAIK)
3) No. Hermes-BBB + Cronus is 8 channel I2S (or 4ch DSD) by default. The easiest to modify it for 2ch stereo is to use Smart-wiring on B3 board itself.
And yes, it would be useful to have the manual available...
1) battery is intended only to keeping BBB powered until it shuts safely down (optional, but recommended)
2) they are for mounting Hermes-BBB to BBB ... metal spacers might short out SD-card card connector (AFAIK)
3) No. Hermes-BBB + Cronus is 8 channel I2S (or 4ch DSD) by default. The easiest to modify it for 2ch stereo is to use Smart-wiring on B3 board itself.
And yes, it would be useful to have the manual available...
Hello.
I can't make the BBB-Hermes-Cronus system to output music.
The web-UI doesn't show playback progression, and soon I have "timeouts" and no command can be sent.
If something is fried after the BBB, can it explain this ?
What are the normal voltage readings between Cronus ground and Cronus outputs ?
Thanks
I can't make the BBB-Hermes-Cronus system to output music.
The web-UI doesn't show playback progression, and soon I have "timeouts" and no command can be sent.
If something is fried after the BBB, can it explain this ?
What are the normal voltage readings between Cronus ground and Cronus outputs ?
Thanks
This could be an issue with clock signal or incorrect kernel configuration.
Which SD card image (and kernel) are you using?
Which SD card image (and kernel) are you using?
Okay.
I'm using your bbb-botic-v4 image from your repository, stock. I have 4X.XX clocks, so jumpered 1:2 devider.
Am I wrong ?
I'm using your bbb-botic-v4 image from your repository, stock. I have 4X.XX clocks, so jumpered 1:2 devider.
Am I wrong ?
Yes, it seems OK.
But please try different divider (and disable divider completely later too) if anything changes.
But please try different divider (and disable divider completely later too) if anything changes.
Will do.
Could anybody measure the voltage between ground and Cronus outputs ?
I'm afraid to connect my DAC.
I have about 4.2V above ground.
Could anybody measure the voltage between ground and Cronus outputs ?
I'm afraid to connect my DAC.
I have about 4.2V above ground.
Yes, a detailed manual with debugging testpoints is needed.
My Cronus may have something wrong...
Let's wait for an input from Brian or Russ !
My Cronus may have something wrong...
Let's wait for an input from Brian or Russ !
G600: Cronus is powered by 5V from B3 header via VD pin, and there is 3.3V regulator on Cronus.
Check that there is 3.3V on the last two pins of Hermes header on Cronus. I measure approx. 1V for clock signal on MCLK header, and 1.6V on the pin 1 of Hermes header.
Check that there is 3.3V on the last two pins of Hermes header on Cronus. I measure approx. 1V for clock signal on MCLK header, and 1.6V on the pin 1 of Hermes header.
Okay, that's where it's going wrong.
Almost 4.2V everywhere...
I'm not quite in the mood of debugging SMD, maybe I'll send it back for a repair...
Almost 4.2V everywhere...
I'm not quite in the mood of debugging SMD, maybe I'll send it back for a repair...
Hi, Guys!
Do I understand correctly that BBB + Hermes (with battery) + Cronus + Rhea provides the ability to output pure SPDIF signal for SPDIF receiver (RCA) ANY Dac?
Kind Regards,
Mikhail
Do I understand correctly that BBB + Hermes (with battery) + Cronus + Rhea provides the ability to output pure SPDIF signal for SPDIF receiver (RCA) ANY Dac?
Kind Regards,
Mikhail
Hi, Guys!
Do I understand correctly that BBB + Hermes (with battery) + Cronus + Rhea provides the ability to output pure SPDIF signal for SPDIF receiver (RCA) ANY Dac?
Kind Regards,
Mikhail
Mikhail,
As I understand it, the BBB + Hermes + Cronus + Rea is primarily a source of an I2S signal rather than an SPDIF signal, but according to Russ's first post, SPDIF output should also be possible.
Cheers,
Phil
Mikhail,
As I understand it, the BBB + Hermes + Cronus + Rea is primarily a source of an I2S signal rather than an SPDIF signal, but according to Russ's first post, SPDIF output should also be possible.
Cheers,
Phil
Go to the kernel information page to learn more about the linux code that allows the add-on boards to do their jobs. Note that SPDIF output is only possible with v. 4 of Botic. This is perhaps not the highest use for this very high resolution platform.
http://bbb.ieero.com
Mikhail,
As I understand it, the BBB + Hermes + Cronus + Rea is primarily a source of an I2S signal rather than an SPDIF signal, but according to Russ's first post, SPDIF output should also be possible.
Cheers,
Phil
Thanks, Phil!
Go to the kernel information page to learn more about the linux code that allows the add-on boards to do their jobs. Note that SPDIF output is only possible with v. 4 of Botic. This is perhaps not the highest use for this very high resolution platform.
http://bbb.ieero.com
Thank you, francolargo!
This connection ensures compatibility with the vast majority DAC.
And, yes. Software supports SPDIF output v. 3 of Botic driver, not v. 4.
My question was rather hardware. SPDIF output capabilities at the hardware level.
I am running currently a BIII in Dual Mono fed by Ian's Reclocker and Wavio. The Alix 1 with a Sotm Cad runs mpdpup.
I am intrigued by the idea to get the whole USB-Errors out of the System and to have the best I2S Quality with BBB synched by Herme / Cronus.
My questions:
- Can I use BBB/Hermes/Cronus just as an I2S-Source feeding again Ian's boards etc ?
- Or is the direct Connection with the BIII required ? Is there a communication between BIII and BBB through i2c ?
I understand that this would become two reclockers after each other ...
I am intrigued by the idea to get the whole USB-Errors out of the System and to have the best I2S Quality with BBB synched by Herme / Cronus.
My questions:
- Can I use BBB/Hermes/Cronus just as an I2S-Source feeding again Ian's boards etc ?
- Or is the direct Connection with the BIII required ? Is there a communication between BIII and BBB through i2c ?
I understand that this would become two reclockers after each other ...
Can I use BBB/Hermes/Cronus just as an I2S-Source feeding again Ian's boards etc ?
- Or is the direct Connection with the BIII required ?
Yes, Cronus is specialized for clean I2S output, galvanically isolated from the BBB.
Yes, and one of the I2C busses is also isolated from BBB. Example code is available to help people start controlling B3 via I2C. Here is my own implementation and other avenues are equally possible:Is there a communication between BIII and BBB through i2c ?
I understand that this would become two reclockers after each other ...
http://www.diyaudio.com/forums/twisted-pear/281776-control-bbb-based-audio-appliances.html
Cheers,
Frank
- Home
- More Vendors...
- Twisted Pear
- Hermes-BBB/Botic cape for BeagleBone Black