Hi,
Let me preface by saying that this is my first post on this forum. I have a strong programming background but only theoretical experience with electronics.
I started by using 2x Samsung 30Q Li-ion batteries wired in parallel connected to a TP4056 charging circuit such as the one here. A quick DMM test shows 4.1V on the BAT +/- terminals and the same voltage on the OUT +/- terminals; all good!
Now as my project will require a number of 12V components that will be operated via a separate relay board (the Arduino will only send 5V digital signals to the relay board), and the fact that the Arduino Uno is input rated 7-12V, I decided to use a common power supply for both the Arduino and the relay board (not connected). Only a minimal number of low-current 5V components will be connected directly to the 5V pin on the Arduino. For testing, only an LCD (like this one) is connected.
Using a DC step-up converter (like this one), I attach the OUT from the charging circuit to the IN of the converter, and DMM test the voltage out of the step-up converter: sweet!
Now, wiring the 12V input to the Arduino Vin and GND pins, the Arduino powers on and executes my test code. Only the LCD display is connected to 5V and another GND pin, and communicating via I2C (A4, A5), no other components are present. Voltage test on the step-up converter OUT pins shows 4.7V. Assumption: 12-4.7=7.3V is being used by the Arduino. A little confused by this, as I expected the Arduino to take the full 12V, but as this is within input specification, I assumed it is not a problem.
Testing the 5V pin output shows 3.4V, so I assume this means my LCD is using approximately 5-3.4=1.6V? Well below its operating specification of between 3.3 and 5V, yet it functions so no complains there. However, this warranted further investigation.
Unplugging everything from the board, resetting it, and testing the 5V pin shows 3.9V. Why so little? What could be causing such a voltage drop? After a fair bit of Googling, and the fact that things still work, I would conclude that I haven't done anything REALLY wrong. Perhaps a bad step-up converter, or maybe I'm just misunderstanding how this works?
Thank you for your help, and I hope I can learn from your experience!