using ESP-12F to power on/off a USB mini projector issue

Status
Not open for further replies.

impeham

New Member
I have a mini projector (powered by usb 5v) which can be powered on using a push button. Since the push button is actually closing an open to turn the projector on/off, My plan was to create a circuit using ESP 12-f to mimic this operation by sending an http command remotely

This is the circuit I'm using:




Using a multimeter, I am measuring the resistance between the yellow and green wires, to see if my http command works, and indeed the resistance is moving between infinite to none as I send the http command to turn high/low the GPIO4 pin.

so i did the following:
1. connected the green/yellow wires to the projector's push button connectors
2. connected both grounds together (my circuit's and the projector one's)

the behavior of the resistance values are now different - it is continously close to 0, and the http command changes from this small resistance to infinite resistance which isn't good.

What am i missing?
 

Attachments

  • 1570616763078.png
    6.7 KB · Views: 175
The problem is that you don't know what the button is connected to. It's most likely an input with a pullup resistor that's grounded when the push button is pressed. What you need to do is measure the voltage on both push button wires when the switch is pressed and not pressed with the projector both on and off. One of the connections probably goes from 5V (or, hopefully 3.3V) to 0V when the button is pressed. Once you know this you can them move forward.

Mike.
 
Last edited:
thanks - it's 2.7v when not pushed, 0v when pushed - same behavior when projector is on or off
 
omg - it was 0.4v - seems like one connection was loose. after fixing it, it shows 2.7v, and it is working now! thx
 
For buttons, I've used Opto FETS or Optimos relay chips. Probably a better choice if the buttons are scanned.

It gives you isolated control.

Sometimes I use a current source (LM334) and a diode to drive the OPTO LED so you end up with like a 6-30V somewhat protected control input.

The OPTOMOS parts, some need only 1 mA for the LED.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…