Iron Pre Essentials Kits For The DIYA Store - Register Your Interest

Hi ZM

If implementing logic solution to control input relays, does logic also have to be programmed to activate 6th relay when single ended input is selected?…or is this handled somehow when a single ended input is activated?

Also, can you outline changes to PCB required to reverse polarity needed by relays so they can be controlled by logic?
 
see - original schematic is with plain dumb rotary switch

switch is dumb, so I did thinking instead - whichever of 5 inputs is dedicated for SE, all you need is to bridge input pads 1 & 3, and to solder corresponding diode, marked DI*

that diode exactly is taking care that K6 is getting juice to its coil, while cap in parallel (with series resistor) is taking care of K6 being energized slightly later than corresponding input relay, and being switched off slightly later
all that to avoid clicks in speakers - too many switches operating in same moment is never good
in short - electrically wise - your Logic circuit doesn't need to be any smarter than dumb rotary switch

yeah, it need to be Make Before Break , but that's code thing
 
I looked at this application note from Cinemag which compares HiNi (80% Ni), (50% Ni, 50% Steel), 100% Steel (maybe silicon steel?) cores for distortion.
https://cinemag.biz/application_notes/PDF/AN-104.pdf

It concludes that NiHi is superior. But they don't write what the last 20% is in this alloy. Can it be considered that it is steel?

They write that the high price tag of the HiNi transformers is because Nickel is expensive but price tag is about 100 USD pr. kg and the small transformer we use I guess not more than 5 USD Nickel raw material. Cobalt is a lot more expensive (about 30.000 USD pr. kg). Could the core be a NiCo core so last 20% is Cobalt? .....would a pure Cobalt core be fun?
 
I looked at this application note from Cinemag which compares HiNi (80% Ni), (50% Ni, 50% Steel), 100% Steel (maybe silicon steel?) cores for distortion.
https://cinemag.biz/application_notes/PDF/AN-104.pdf

It concludes that NiHi is superior. But they don't write what the last 20% is in this alloy. Can it be considered that it is steel?

They write that the high price tag of the HiNi transformers is because Nickel is expensive but price tag is about 100 USD pr. kg and the small transformer we use I guess not more than 5 USD Nickel raw material. Cobalt is a lot more expensive (about 30.000 USD pr. kg). Could the core be a NiCo core so last 20% is Cobalt? .....would a pure Cobalt core be fun?
It might be NiSi (nickel-silicon), which is what Electra-Print used to use in some of their line level transformers.
 
see - original schematic is with plain dumb rotary switch

switch is dumb, so I did thinking instead - whichever of 5 inputs is dedicated for SE, all you need is to bridge input pads 1 & 3, and to solder corresponding diode, marked DI*

in short - electrically wise - your Logic circuit doesn't need to be any smarter than dumb rotary switch

yeah, it need to be Make Before Break , but that's code thing

Something else that needs to be changed is the relay coil voltage. I.e. 3V for 3.3V logic. I'll be using 5V logic and 5V relays (RY-5W-K) with gold contacts. So, remember to use the correct relays and also, don't connect the relay directly to the i/o pin of the Arduino. Instead, use a transistor to switch the relay because the Arduino pin won't be able to supply the current drawn by the relay coil - typically 100mA - 150mA. Arduino can safely supply only about 20mA.

Controlling-Relay-using-Arduino-circuit-diagram_med.png
 
of course that BC547 will endure 24Vdc, it's 50V, 100mA, 500mW part

and it'll see 24V only when closed, practically no current state

Fujitsu and similar relays with 24Vdc coil are drawing less than 10mA

esp32, as drawn, is dealing only with BC base
 
Last edited:
12V relays are also good using logic?…using separate supplies for logic and relays of course

Also, I’m curious…if 5V relays were used wouldn’t you have to change zener settings related to providing proper relay voltage?…does that affect anything else in the circuit?
 
Last edited: