I bought these relays ( https://www.amazon.com/gp/product/B00LW15D1M/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1 ) to automate a brushless motor. My 6 coils and 4 magnets interact as expected when charged with a 9v battery. When power from the battery is applied to each coil, the magnets (stuck on a skateboard bearing, and resting on a center bolt) make a quarter turn, just as I want them to. The next step is to automate the energizing of each coil in a sequence, making the magnets spin in a circle.
In order to control the timing and sequence of the energizing of each coil, I bought six of those relays at the link I provided above. Just to see if the relays work, I programmed my arduino/signal pin to blink at intervals of half a second, and connected that blinking pin to the relay's "IN" terminal. The arduino is supposed to trigger the relay, which would go out to a 9v battery and energize one of the coils.
The part i'm having trouble with is using the relay. Its hooked up to an arduino uno and one of the coils as follows:
relay DC+ - arduino 5v (I've also tried 3.3v)
relay DC- - arduino GND
relay IN - arduino pin 1 (I've tried other pins as well)
relay NO - 9v battery
9v battery - coil +
relay COM - coil -
(NO > battery + > battery - > coil > COM)
I've tried swapping COM and NO a few times, that doesn't seem to work.
The reason I decided to post this was because in all the reading I've done and all the schematics I've looked at, my wiring is right...but even so I cant seem to get the relay to work properly. Is it broken or is my wiring off somewhere?
Also you should know that the output terminals are getting full power, but the relay isn't shutting off at all, its not "blinking". My battery has lost some power but it's outputting a little less than 6.5v...and the output terminals are getting that full power according to my meter, but not the coil leads themselves, and the power is not "blinking". It's just a steady 6.5v (And my magnets aren't spinning).
The coil leads themselves are reading 0.04v, although the connecting wires between NO and COM are getting full power. That I don't understand either.
The LED on the relay is blinking at the right intervals.
Why won't the relay output properly?
In order to control the timing and sequence of the energizing of each coil, I bought six of those relays at the link I provided above. Just to see if the relays work, I programmed my arduino/signal pin to blink at intervals of half a second, and connected that blinking pin to the relay's "IN" terminal. The arduino is supposed to trigger the relay, which would go out to a 9v battery and energize one of the coils.
The part i'm having trouble with is using the relay. Its hooked up to an arduino uno and one of the coils as follows:
relay DC+ - arduino 5v (I've also tried 3.3v)
relay DC- - arduino GND
relay IN - arduino pin 1 (I've tried other pins as well)
relay NO - 9v battery
9v battery - coil +
relay COM - coil -
(NO > battery + > battery - > coil > COM)
I've tried swapping COM and NO a few times, that doesn't seem to work.
The reason I decided to post this was because in all the reading I've done and all the schematics I've looked at, my wiring is right...but even so I cant seem to get the relay to work properly. Is it broken or is my wiring off somewhere?
Also you should know that the output terminals are getting full power, but the relay isn't shutting off at all, its not "blinking". My battery has lost some power but it's outputting a little less than 6.5v...and the output terminals are getting that full power according to my meter, but not the coil leads themselves, and the power is not "blinking". It's just a steady 6.5v (And my magnets aren't spinning).
The coil leads themselves are reading 0.04v, although the connecting wires between NO and COM are getting full power. That I don't understand either.
The LED on the relay is blinking at the right intervals.
Why won't the relay output properly?
Last edited: