Hi All,
First post, and hope I'm in the right place ... so here goes.
I have a project where I'm trying to make a 'dumb' roller shutter controller 'smart' via an D1 Mini (Arduino) and Alexa integration. The OEM controller is made by OzRoller (e-Port) is portable and contains a battery (14V) that powers the motors in the roller shutters. There are three momentary buttons that trigger UP/DOWN & STOP which I'm hoping to emulate.
The buttons are shown in the image below. When measure across bridging points show a 5V value, when they are bridged they trigger the button response.

Originally I was going down the path of relays, then was looking at transistors (as a switch) and then 4066 switch as a pure analog switch. My desire is to fit it in the OEM controller, or at least make it as small and self contained as possible.
With this the 4066 IC was ideal, single chip, low power and simple bridging switch closed the circuit and simulated pushing of the analog switch. Which appeared to work, but one issue I found was that when the IC was unpowered the circuits defaulted to a state that bridged or triggered a button push. This meant that if the setup was ever to loose power (not sure if I'll be able to power it directly from the onboard power or externally powered) the circuits would close and trigger all the buttons to pressed until the unit ran out of power.
So first question, is there a way to get it so the IC doesn't allow the bridge in default state or a way for me to configure it so it's default state will never allow it to be open unless it's activated. The leads from the buttons will be 'unpowered'.
After having this come up, I reverted back to using transistors. With a setup of a NPN transistor I was able to get a proof of concept working on a breadboard to light up LED (these were powered), but then I removed the LED and put in the direct wires from each side of the buttons on the OEM controller board I couldn't get it to trigger a connection/button press. Now this could be due to my low bridge volt or the transistor I'm using as it appears the voltage when closed is well under the 5V from the buttons.
Now the units come with a RF version, but that uses rolling codes. I'm unsure if I can use the inputs from that module/functionality to input digital commands direction via RX/TX or other direct input options. But that is beyond me, and I'm not sure even how to investigate that option.
Now that's a whole lot of words, and if you've come this far thank you for reading. If anyone has any tips, suggestion, feedback or questions please feel free to comment.
Cheers,
First post, and hope I'm in the right place ... so here goes.
I have a project where I'm trying to make a 'dumb' roller shutter controller 'smart' via an D1 Mini (Arduino) and Alexa integration. The OEM controller is made by OzRoller (e-Port) is portable and contains a battery (14V) that powers the motors in the roller shutters. There are three momentary buttons that trigger UP/DOWN & STOP which I'm hoping to emulate.
The buttons are shown in the image below. When measure across bridging points show a 5V value, when they are bridged they trigger the button response.

Originally I was going down the path of relays, then was looking at transistors (as a switch) and then 4066 switch as a pure analog switch. My desire is to fit it in the OEM controller, or at least make it as small and self contained as possible.
With this the 4066 IC was ideal, single chip, low power and simple bridging switch closed the circuit and simulated pushing of the analog switch. Which appeared to work, but one issue I found was that when the IC was unpowered the circuits defaulted to a state that bridged or triggered a button push. This meant that if the setup was ever to loose power (not sure if I'll be able to power it directly from the onboard power or externally powered) the circuits would close and trigger all the buttons to pressed until the unit ran out of power.
So first question, is there a way to get it so the IC doesn't allow the bridge in default state or a way for me to configure it so it's default state will never allow it to be open unless it's activated. The leads from the buttons will be 'unpowered'.
After having this come up, I reverted back to using transistors. With a setup of a NPN transistor I was able to get a proof of concept working on a breadboard to light up LED (these were powered), but then I removed the LED and put in the direct wires from each side of the buttons on the OEM controller board I couldn't get it to trigger a connection/button press. Now this could be due to my low bridge volt or the transistor I'm using as it appears the voltage when closed is well under the 5V from the buttons.
Now the units come with a RF version, but that uses rolling codes. I'm unsure if I can use the inputs from that module/functionality to input digital commands direction via RX/TX or other direct input options. But that is beyond me, and I'm not sure even how to investigate that option.
Now that's a whole lot of words, and if you've come this far thank you for reading. If anyone has any tips, suggestion, feedback or questions please feel free to comment.
Cheers,