@neverdie said in Solar cell support with non-rechargeable batteries:
Did you remember to remove the LDO? Because otherwise it gets backfed, which is not what you want.
I don't understand, the LDO is needed for charging the supercaps?
@neverdie said in Solar cell support with non-rechargeable batteries:
Also, yes, in theory you are running it out of Atmel's official spec if running at 8mhz at 1.8v, but I don't know and haven't read of even a single person who has ever had a problem with doing so. Doing this is very common.
I would be very glad if I got to lower voltages, I am just trying to understand why I can't get below ~2.9V (at the Arduino).
@Nca78 said in Solar cell support with non-rechargeable batteries:
@gunther did you update fuses to lower BOD ?
Still getting to grips with the terms. You mean the 1N4148 diodes? And BOD refers to lower voltage difference?
No, not yet. I just plugged together parts, I could get my hands on to try to understand everything. I will then order the parts that are ideal.
@NeverDie I promise to read all comments in existing threads!
One thing that got me sidetracked is that I do not understand the analog read:
I successfully confirmed that the Arduino Nano when attached to USB uses 2^10 channels with 1.1V reference.
For the Arduino Mini Pro I also see 2^10 = 1024 channels with 1.1V reference when the power support comes from USB, what I assume to be a high quality power supply.
However, when I run it off the capacitors + solar cells giving 3.3V I only get 2^8 = 256 channels with what appears to be ~1.1V reference. That is when I apply a voltage >1.1V I always get 255.
I added various capacitors from 0.1-4.7 µF in parallel but that didn't change anything.
How can that be?