Greetings all,
I’ve hooked my Soft Power Switch - USB-C board up to both an Arduino Uno (R3) clone (the Adafruit Metro) and an Arduino Mega 2560 clone (RobotDyn MEGA) and have been unable to simulate a button press to turn the connected device in the “OUT” back on. I can, however, turn the device off with pin 32. Pressing the button manually does restore power to “OUT” and the device works again.
I’m unsure what I’m doing wrong as the sketch is copied 1:1 from the example, and neither pin A14 or D14 on the Mega connect to the board’s “PUSH” pin seem to do the trick. The only things that differ from the example page is that I do not have the arduino powered by the USB-C line, as that would kill power to the arduino that I am also using to send serial commands, I am not using a separate serial board, though I guess I could?
Any advice would be appreciated, else I think whatever components that simulate the button press may have gone bad. Is there a way to test that pin specifically outside the USB-C circuit, like by probing the component and setting the pin high or low?
Thanks for any help in advance!