Go Back   Home > Forums > Member Areas > The Lounge
Home Forums Rules Articles Store Gallery Blogs Register Donations FAQ Calendar Search Today's Posts Mark Forums Read

The Lounge A place to talk about almost anything but politics and religion.

Please consider donating to help us continue to serve you.

Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving
View Poll Results: What ampliefer technology seduces girls best?
small sneaky chipamp 38 16.96%
large, huge discrete design 33 14.73%
mysterious glowing tubes 153 68.30%
Voters: 224. You may not vote on this poll

Reply
 
Thread Tools Search this Thread
Old 7th November 2009, 01:13 PM   #41
star882 is offline star882  United States
diyAudio Member
 
star882's Avatar
 
Join Date: Mar 2007
Quote:
Originally Posted by anatech View Post
Hi star882,
Just how far apart are your components?

Okay, then use RS-232. If you can live with lower data rates, use a current loop. The fact that SPI and I2C is normally used inside a chassis doesn't preclude it's use outside. As for RS-485, that's what I'm running my test gear on. I'm more than just a little familiar with it. I would not run it very far though.

Best, Chris
Maybe use something like CAN bus. RS-232 is only two ended so it will not be practical for any large setup (too many ports needed). RS-485 (in its most basic form) is essentially RS-232 but on a half duplex differential pair.

SPI would need more wires than other buses so it is not as practical. I2C could be used (and HDMI and related connections use it for control), but how would you ensure that powered off nodes do not load down the network? And it is nowhere as suitable for use outside equipment as buses that are designed for it. (CAN bus is originally designed for automotive use and is very fault tolerant. It is also used in certain digital HVAC controls.)

I suppose you could use Ethernet for both control and data on digital sources. But it is very complex to implement.
__________________
"Fully on MOSFET = closed switch, Fully off MOSFET = open switch, Half on MOSFET = poor imitation of Tiffany Yep." - also applies to IGBTs!
  Reply With Quote
Old 7th November 2009, 01:24 PM   #42
Account disabled at member's request
 
MJL21193's Avatar
 
Join Date: Mar 2007
Quote:
Originally Posted by anatech View Post
Hi star882,
Just how far apart are your components?
Quote:
Originally Posted by Geek View Post


(Bad Geek)

Cheers!
Quote:
Originally Posted by SY View Post
I had the same thought, but I didn't want to make Chris blush.
Here now fellas, don't be hittin' on my girl now...
  Reply With Quote
Old 7th November 2009, 04:04 PM   #43
SY is offline SY  United States
diyAudio Moderator
 
SY's Avatar
 
Join Date: Oct 2002
Location: Austin, TX
Blog Entries: 1
Nope, just tweakin' Chris. Star does not wear orange.
__________________
“Listening to records is like ****ing a picture of Brigitte Bardot.” - Sergiu Celibidache
  Reply With Quote
Old 7th November 2009, 05:34 PM   #44
diyAudio Member
 
Saturnus's Avatar
 
Join Date: Jun 2005
Location: Copenhagen, Denmark
Quote:
Originally Posted by Glowbug View Post
Whatever kind they can't see, and doesn't impact their shoe/clothing/gifts budget.
Correct. And therefore the answer is neither of the choices since only a class-D design will do that (not to mention sound better than any of the other antiquated design technologies).
  Reply With Quote
Old 7th November 2009, 05:34 PM   #45
diyAudio Member
 
rok-n-rol's Avatar
 
Join Date: Apr 2009
Location: Ia.
I'm confused, Iggy Pop had favorable results modulating a large lighted tube on top of his speaker cab yet his large amp was in discreet secondary position. Should I be thinking large discretes or maybe it is all about the speakers motorvating vibrating mass.
  Reply With Quote
Old 8th November 2009, 01:10 PM   #46
diyAudio Member
 
Juergen Knoop's Avatar
 
Join Date: Jan 2007
Blog Entries: 3
thank you people!
I have made up my mind on topolgy and look of my next amp.
Hm, how do I close this poll? Can't see any controls?
Regards
  Reply With Quote
Old 8th November 2009, 01:42 PM   #47
SY is offline SY  United States
diyAudio Moderator
 
SY's Avatar
 
Join Date: Oct 2002
Location: Austin, TX
Blog Entries: 1
Quote:
Originally Posted by Juergen Knoop View Post
Can't see any controls?
That's true of most women.
__________________
“Listening to records is like ****ing a picture of Brigitte Bardot.” - Sergiu Celibidache
  Reply With Quote
Old 8th November 2009, 02:03 PM   #48
Banned
 
Join Date: Oct 2009
I bet girls love this poll
  Reply With Quote
Old 8th November 2009, 02:14 PM   #49
diyAudio Member
 
Juergen Knoop's Avatar
 
Join Date: Jan 2007
Blog Entries: 3
ok, then don't close the poll!
  Reply With Quote
Old 10th November 2009, 02:52 AM   #50
anatech is offline anatech  Canada
diyAudio Moderator
 
anatech's Avatar
 
Join Date: Jun 2004
Location: Georgetown, On
Hi Stuart,
Quote:
I had the same thought, but I didn't want to make Chris blush.

Me blush?


Hi star882,
Quote:
Maybe use something like CAN bus.
Good choice.
Quote:
SPI would need more wires than other buses so it is not as practical.
Not so fast! The number of wires isn't really a problem unless it gets out of hand. Use a connector that computers use, then just use the cables already designed and terminated. You could use any standard signaling protocol. RJ-45s or USB connectons would also work, but they might not be as robust. However, they are set up for differential signals. Another good choice with mechanical trade-offs that probably aren't that serious. It's not like this hardware is difficult to source.

All SPI, CAN or I2C signaling is already done for you if using micro-controllers. The PIC series micro-controllers are popular in home audio, coding is already done, so all you have to do is hand off your data to the port designated for I/O. Many of these protocols will handle serial memory IC's on the bus in case you need to expand. Then there are the micro-controllers themselves that include good sized memory. It should be easy to set the other components so that the main unit will auto recognize the device and also do some automatic switching for you. One power button for the system now, no matter how finely split up your system is.

How about using RFID? No wires for control purposes. All the subsections already exist, you just need to assemble the blocks and adjust your programming to fine tune. Even Ethernet has application specific devices that you can implement by reading app notes. The one big problem with Ethernet is that the bandwidth is much higher than you really need. How much latency is acceptable in your control loop? 100 ~ 200 mS?

You can prevent a single device failure from taking down your machine network by using transformer coupling on the line. Use high frequencies. The other option would be to simply use star wiring, the master being your control amplifier (preamp in today's lingo).

There are so many choices here that will all work. I'd lean towards the CAN bus, or even SPI. Almost any will work well. The differential signaling would be the most tolerant of noise. Anything designed for use in a car would have zero problem running between system chassis' either.

-Chris
__________________
"Just because you can, doesn't mean you should" © my Wife
  Reply With Quote

Reply


Hide this!Advertise here!

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



New To Site? Need Help?

All times are GMT. The time now is 01:23 AM.

Page generated in 0.11618 seconds (79.80% PHP - 20.20% MySQL) with 10 queries

Copyright ©1999-2012 diyAudio