Hi guys, I have built myself a latching circuit from transistors to turn off an Arduino automatically.
First of all I would like to explain that I cant use low power mode, because my memory is tapped out, theres no more room for any more code in the sketch. Therefore I have to take an external approach to shutting down the arduino after x amount of time.
So to the problem...
I have built the latching circuit shown here:
https://forum.arduino.cc/index.php?topic=455653.0
">
The circuit is identical in all manner except for the input voltage, which is 5v, and connected directly to the 5v pin on the UNO.
It works perfectly until I connect a small TFT display to the UNO, then the voltage drops to 3v.
The output voltage of the buck converter remains at 5v, so the voltage drop is happeneing somewhere in the latch circuit.
I have measured current draw with the display connected, and its only 60mA, the transistors are rated to 800mA, so I dont think current draw is the issue.
I have added an extra BC327 in parallel to see if it would make a difference, but no change.
I believe it might have something to do with the resistor values in the circuit, but I am not sure how to calculate the correct values for this type of circuit.
I would appreciate any help