The load operates at 12-18V at 50mA. I want to put it in a small box (50*30*20cm) with arduino board. The relay boards avaialable are bigWhat load are you driving that you need relays?
But do you need the isolation of a relay or could a transistor switch be sufficient?The load operates at 12-18V at 50mA. I want to put it in a small box (50*30*20cm) with arduino board. The relay boards avaialable are big
for me. Any ultra mini sized relay boards available?
Physical isolation is desired.But do you need the isolation of a relay or could a transistor switch be sufficient?
I need to use an arduino/Teensy/ any duino to control a bank of switches that will connect and disconnect a dc voltages, 0V-20V, source/sink current a maximum of 100mA. I want the entire setup to be size of 4 arduino boards if put together to form a square. Having 32 relays are bulky.So, I cannot use them unless they are micro sized relays. SOlid state relays are very costly.And once again, a plea for help for some mysterious purpose, with details obtained like pulling teeth.
@jismagic, you might get better help if we understood what it is you are working on.
Some of those I referenced are about US$2 which is likely less than the cost of a mechanical relay.Solid state is costly and 32 of them make it not cost feasible.
Does the device being tested provide the 18V which will be switched by the relays? If not, things won't be truly isolated anyway, in which case it seems like you could make 32x 18V push-pull outputs with transistors of some sort much more easily and cheaply than relays or SSRs.it is small sized ATE (automatic test equipment). It will be connected to a electronic device which has many discrete inputs - 18V dc max, active high and active low inputs. The loads are just resistance or set the discrete input of the device high or low state. My Test equipment either source the device for active high state or sink for active low state.
My budget is around 100 USD for supporting 32 switches.
If i m not still explaining properly, I would perhaps draw a diagram.
The power source that will be switched by relays and that operates the device under test are same. the idea of isolation comes from the requirement that in no way the device under test is influenced by arduino and related circuitry.Does the device being tested provide the 18V which will be switched by the relays? If not, things won't be truly isolated anyway, in which case it seems like you could make 32x 18V push-pull outputs with transistors of some sort much more easily and cheaply than relays or SSRs.
If you do go with relays, you'll likely need something between them and the Arduino. At the very least flyback diodes, and probably transistors of some variety to handle the coil current. So be sure to include all related circuitry when comparing relay cost to SSR cost.
My money's on crutschow's solution. Or if it has to be cheaper, maybe you compromise on isolation requirements and your options open up.
You could certainly drive a number of them directly with an Arduino, but not sure how many. First off, depending on which Arduino you're using, you won't have enough GPIO pins to drive 32 SSRs directly, but there are I2C IO expanders and shift registers available pretty cheaply - either one if which will easily add the additional capability if you need it.The power source that will be switched by relays and that operates the device under test are same. the idea of isolation comes from the requirement that in no way the device under test is influenced by arduino and related circuitry.
Did you say that, if I use SSR, I will not require any related circuit around relays and can be directly driven by arduino?
thanks for reply.
jis