|
Post by JKCashin on May 11, 2016 22:53:07 GMT -5
slightly better shot.
|
|
|
Post by JKCashin on May 11, 2016 22:53:45 GMT -5
. Looks great with the XMC-1
|
|
|
Post by JKCashin on May 11, 2016 22:56:54 GMT -5
Each button has two LEDs above it. I may have to replace them but it simplifies my design. They do require rewiring.
Now I need to get the front face repainted. Need to figure out how to re-label the buttons.
|
|
|
Post by JKCashin on May 14, 2016 22:06:09 GMT -5
Got my Arduino today... been writing code for 3 days and decided I need an actual Arduino to run it on ;-)
So I have managed to get the AVR talking to my PC so I do know this is possible, at least for the AVR.
More details to come soon.
|
|
|
Post by JKCashin on May 14, 2016 22:57:08 GMT -5
And the project now has a name... It will be called a ZMZ-1... which stands for... wait for it, Zappy McZapface, in honour of Boaty McBoatface
ZMZ-1 GitHub
|
|
|
Post by JKCashin on May 23, 2016 21:31:25 GMT -5
Testing serial connection. Spent all weekend coding. Still a long long way to go
|
|
|
Post by JKCashin on May 23, 2016 21:32:38 GMT -5
Will need washers for this... The box is so thick that the shield is too deep
|
|
|
Post by JKCashin on May 23, 2016 21:33:11 GMT -5
It's alive!
|
|
|
Post by novisnick on May 23, 2016 21:36:00 GMT -5
It's alive! Mr. Phelps I presume??
|
|
|
Post by JKCashin on May 23, 2016 21:47:06 GMT -5
I don't get that. Sorry.
|
|
|
Post by geebo on May 23, 2016 21:50:49 GMT -5
So you have it up and working, then?
|
|
|
Post by Chuck Elliot on May 23, 2016 22:14:19 GMT -5
So, you are using a Mega! That puppy has enough I/O to switch on/off 5 rooms of equipment! Coding tip: learn to use and create class libraries if you aren't already.
|
|
|
Post by JKCashin on May 23, 2016 23:25:47 GMT -5
I have very little up and running. Mostly concept testing. I write embedded software for a living so this has been fun so far. I've been waffling between class libraries for ease of maintenance and code sharing and much more low level for speed. It may end up using a hybrid of both. I have managed to read the amp and control the tv over serial from my mac. This week I want the Arduino itself to do that.
|
|
|
Post by wizardofoz on May 24, 2016 0:43:39 GMT -5
i think the 9pinD caps should be on the inside of the case and the screws the only thing on the outside
|
|
|
Post by JKCashin on May 25, 2016 23:53:29 GMT -5
i think the 9pinD caps should be on the inside of the case and the screws the only thing on the outside That is indeed how they should be. But I need washers to do that since the screws are smaller than the existing holes. Should be updating it this weekend. Right now I am working on the control panel and the UX port
|
|
|
Post by JKCashin on May 28, 2016 0:29:40 GMT -5
I cannot find any documentation on the trigger voltage, and current... in, nor out. Anyone able to help? The out would be from my XMC-1, and the in would be to my XPA-1Ls
|
|
hemster
Global Moderator
Particle Manufacturer
...still listening... still watching
Posts: 51,951
|
Post by hemster on May 28, 2016 7:46:02 GMT -5
I cannot find any documentation on the trigger voltage, and current... in, nor out. Anyone able to help? The out would be from my XMC-1, and the in would be to my XPA-1Ls I believe the trigger is 12V output at about 100mA typically.
|
|
|
Post by geebo on May 28, 2016 8:47:21 GMT -5
I cannot find any documentation on the trigger voltage, and current... in, nor out. Anyone able to help? The out would be from my XMC-1, and the in would be to my XPA-1Ls For Chuck's circuit he used a Zener diode to bring to 12v trigger from the XMC down to 5v for the trigger input signal to the Arduino Uno. 12v works as trigger inputs to the amplifiers which is taken from the 12v supply to the Uno and fed to the relays.
|
|
|
Post by JKCashin on May 28, 2016 9:35:14 GMT -5
An engineer friend of mine was suggesting a voltage divider with resistors. I wonder which approach would be better
|
|
|
Post by geebo on May 28, 2016 9:37:46 GMT -5
An engineer friend of mine was suggesting a voltage divider with resistors. I wonder which approach would be better I can only say the 5 volt Zener plus current limiting resistor works very well and is easy, too.
|
|