Press remote buttons using Arduino digital IO pins

I am new to Arduino and don't have much experience with electronics. I am trying to use an Arduino Nano with a remote so that I can click the button using the digital I/O pins (D1, D2, D3).

This is my current setup,

  • My Arduino Nano 3.3 is connected to my mac machine through USB. I am using pyfirmata to turn the digital pins HIGH/LOW
  • The remote runs on two 1.5v battery = 3V. I have connected 3.3v from Arduino to remotes battery +ve and Arduino ground to remote battery -ve.
  • The remote buttons are two concentric circles (image attached) which gets shorted when the physical button on the remote is pressed.
  • I have a wire running from the inner circle to the digital I/O pin through a voltage divider using a 1KΩ and 2KΩ resistor which produces about 3.18V

When the remote turns on there is an LED that blink for 1 sec

  • SETUP 1: If I plug the USB with D2, D3, D4 connected the remote doesn't turn on or none of the buttons work
  • SETUP 2: If I plug the USB with D2, D3, D4 not connected then the remote turns ON and all buttons work manually
  • SETUP 3: If I plug the USB with D2, D3, D4 not connected and then connect D2, D3, and D4 after its ON it can be controlled through Arduino IO pins. Pin LOW on D2 taps the Button 1 and HIGH releases it for example.

In SETUP 1 using a multimeter I can see that there is 3.35V running across the remote battery +ve and -ve .

Any thoughts on what could be wrong in this setup or any heap on how to debug it will be greatly appreciated?

Thanks in advance

Screen Shot 2020-10-28 at 10.59.07 AM.png

Screen Shot 2020-10-28 at 10.59.07 AM.png

Wiring diagram, wiring diagram......... Poetry is not enough.

Apologies! Thanks for looking into it. I have attached the diagram.

When the remote turns ON an LED on the remote blinks for ~1 second
If D2, D3, and D4 are connected then none of the buttons work.
If D2, D3, and D4 are not connected then the remote turns ON .
After turning ON if i connect D2, D3, and D4 then the buttons work fine.

Those Fritzing diagrams are not useful for engineering. To what pins are things connected? I don't have all modells of Arduino to compare with. Make a drawing, pen and paper would do.
One major issue is that there is no power supply.
Read the first topics like "How to use this forum", '"How to attche code".
Attache the code.

Railroader:
Wiring diagram, wiring diagram......... Poetry is not enough.

Schematic, schematic, schematic....... Fritzing pictures are absolutely useless.

How to make a schematic you can post.

d0v4hk11n:

  • I have a wire running from the inner circle to the digital I/O pin through a voltage divider using a 1KΩ and 2KΩ resistor which produces about 3.18V

So to what are the outer circles connected on the remote? Do you know?