Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

10 Pages«<8910
Russ White
#181 Posted : Friday, December 02, 2011 11:47:15 AM(UTC)
Russ White

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 3,357
Location: Nashville, TN

Thanks: 6 times
Was thanked: 48 time(s) in 44 post(s)
Absolutely, one could use something like that.

I already do level shifting on the included I2C bus.
hisense
#182 Posted : Saturday, December 03, 2011 10:35:16 AM(UTC)
hisense

Rank: Member

Groups: Member
Joined: 4/18/2009(UTC)
Posts: 27
Location: UK

Thanks for the info and suggestions Russ / Thomas. Will get a multiplexer and experiment with the Arduino in the meantime.

Cheers,

Luke
navstar
#183 Posted : Wednesday, December 07, 2011 11:28:25 AM(UTC)
navstar

Rank: Member

Groups: Member
Joined: 4/17/2009(UTC)
Posts: 22
Location: Boston

Hi Russ,

I've been looking forward to your AC1/2 for some time, and really happy it's about to be released. My question is what it will take for me to program an attenuator of my design, consisting of 5 identical I2C connected channel boards of 24 relays each. The AC2 would sequence the relays (only one closure per step, 1 dB steps, 24dB total) from the optical shaft encoder that you use, and would also store and implement channel offsets from one another, and allow soloing of each channel.

Are you considering a programming kit? Are there any people who would write custom code for this device?

Thanks in advance,
Tom
LeonvB
#184 Posted : Wednesday, December 07, 2011 2:31:47 PM(UTC)
LeonvB

Rank: Member

Groups: Member
Joined: 5/23/2010(UTC)
Posts: 551
Location: Netherlands

Thanks: 1 times
Was thanked: 17 time(s) in 17 post(s)
To my knowledge programming is done in plain and simple C, using the eclipse tool. It should be quite doable to program it, provided you have the knowledge required and the board fits your needs. If Brian manages to send an early beta I might even be able to write a basic programming guide for it by the time it is released. In any case I'll likely program quite a few lines myself as Russ' apparently focuses on the B3, while I still use the BII boards.
Jordo
#185 Posted : Monday, January 09, 2012 8:27:20 AM(UTC)
Jordo

Rank: Member

Groups: Member
Joined: 12/7/2011(UTC)
Posts: 269
Location: Amsterdam

Was thanked: 1 time(s) in 1 post(s)
Hi guy's,

Can someone tell me anything about the (new expected) release date of the AC2?

And will there be a remote On/Off function build in?

Best regards,

Jordo
Brian Donegan
#186 Posted : Monday, January 09, 2012 9:06:29 AM(UTC)
Brian Donegan

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 1,947
Location: Massachusetts, USA

Was thanked: 38 time(s) in 37 post(s)
Jordo wrote:
Hi guy's,

Can someone tell me anything about the (new expected) release date of the AC2?

And will there be a remote On/Off function build in?

Best regards,

Jordo


Release should be soon. I have most of the parts and need to start kitting. The day job is pretty busy right now, so my free time is a bit crimped.

Remote on/off is not part of the code we currently have, but it is easily achieved by adding a remote I2C controllable Relay board, and using one of the I2C ports. The problem is that it would require the AC2 to remain powered all the time (to receive the remote instructions). This type of standby is increasingly frowned upon as it's a constant consumer (waster) of power. But, as I said, easy enough to add.
Jordo
#187 Posted : Monday, January 09, 2012 9:54:06 AM(UTC)
Jordo

Rank: Member

Groups: Member
Joined: 12/7/2011(UTC)
Posts: 269
Location: Amsterdam

Was thanked: 1 time(s) in 1 post(s)
Hi Brian,

thanks for the reply.
I will monitor the website closely in the next few day's. I must have the remote in order to proceed with the project.

For the Hypex NCore amplifier I'm develloping an on/off cirquit with a Micro Controller Unit.
Maybe we can adapt it for the DAC also. In the worst case event I will have two optical eye's I gueass.

thx,

Jordo
Brian Donegan
#188 Posted : Monday, January 09, 2012 9:59:02 AM(UTC)
Brian Donegan

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 1,947
Location: Massachusetts, USA

Was thanked: 38 time(s) in 37 post(s)
Remember, the AC2 is really meant as a development platform, offering 4 I2C ports and 2 SPI ports, plus RE, Display and remote control. Interfacing with external devices (SPI or I2C) is part of the mission, so it's mainly just adding some code to control whatever you like.
Jordo
#189 Posted : Monday, January 09, 2012 11:48:06 AM(UTC)
Jordo

Rank: Member

Groups: Member
Joined: 12/7/2011(UTC)
Posts: 269
Location: Amsterdam

Was thanked: 1 time(s) in 1 post(s)
Hm ok, that's completely new for me but that are a lot of things lately... And if you say it's simple.... Think
But that would mean that the hole powerstage (Trafo's and PSU's) is 'on' and the DAC and I/V stages would be standby?
Brian Donegan
#190 Posted : Monday, January 09, 2012 12:54:34 PM(UTC)
Brian Donegan

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 1,947
Location: Massachusetts, USA

Was thanked: 38 time(s) in 37 post(s)
You could power the AC2 separately, and leave it on all the time. It could then trigger a relay(s) to power the other sections.

The best way to do that would probably be an I2C port expander chip and driver to a relay coil for each stage you want to control.
NicMac
#191 Posted : Monday, January 09, 2012 2:45:09 PM(UTC)
NicMac

Rank: Advanced Member

Groups: Member
Joined: 2/10/2009(UTC)
Posts: 300
Location: Italy

Brian Donegan wrote:
[quote=Jordo]Release should be soon. I have most of the parts and need to start kitting.

Same for the TelePorter?
....and please get a new avatar as I get dizzy looking at itAnxious
Cheers,
Nic
Jordo
#192 Posted : Wednesday, January 11, 2012 3:03:26 AM(UTC)
Jordo

Rank: Member

Groups: Member
Joined: 12/7/2011(UTC)
Posts: 269
Location: Amsterdam

Was thanked: 1 time(s) in 1 post(s)
Quote:
You could power the AC2 separately, and leave it on all the time. It could then trigger a relay(s) to power the other sections.

The best way to do that would probably be an I2C port expander chip and driver to a relay coil for each stage you want to control.


Ok let met think about that... :)
This will take a whole other approach than the cirquit we're just develloping.
If I adapt this concept we are building for the DAC then we will need another standby pwr coil.
Nevertheless it might be the best compact integrated sollution for the DAC to use the I2C. But than we also need another seperate powersupply.

How much current will the AC2 draw?


navstar
#193 Posted : Monday, February 27, 2012 8:55:50 AM(UTC)
navstar

Rank: Member

Groups: Member
Joined: 4/17/2009(UTC)
Posts: 22
Location: Boston

Any update on availability?

Thanks
christensenleif@msn.com
#194 Posted : Wednesday, May 02, 2012 3:34:41 PM(UTC)
christensenleif@msn.com

Rank: Member

Groups: Member
Joined: 11/21/2008(UTC)
Posts: 314
Location: Norway

hi
is AC 2 still going to happen? or is Arduino the way to go?
best
Leif
christensenleif@msn.com
#195 Posted : Wednesday, May 09, 2012 10:09:57 PM(UTC)
christensenleif@msn.com

Rank: Member

Groups: Member
Joined: 11/21/2008(UTC)
Posts: 314
Location: Norway

hello guys
what´s the verdict?
to do or not to do?
I think you owe your clients/fellow DIY´ers an answer, instead of keeping them on the "plank" for years
best
Leif
Norway
Brian Donegan
#196 Posted : Wednesday, May 09, 2012 10:16:45 PM(UTC)
Brian Donegan

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 1,947
Location: Massachusetts, USA

Was thanked: 38 time(s) in 37 post(s)
The only thing holding it back at the moment is the amount of support it will require, as it will be an advanced-level kit, requiring some degree of coding knowledge/skill.

We are both working 80-100 hours weeks as it is.

christensenleif@msn.com
#197 Posted : Thursday, May 10, 2012 4:40:22 AM(UTC)
christensenleif@msn.com

Rank: Member

Groups: Member
Joined: 11/21/2008(UTC)
Posts: 314
Location: Norway

ok
any chance of "outsourcing" the support then?
best
Leif
Rss Feed  Atom Feed
Users browsing this topic
GuestUser
10 Pages«<8910
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.