- #1
andymag
- 11
- 3
Hi guys,
I am currently building a small device that is to be powered by a 3.7V battery and is run by an Arduino mini pro 328p 16Mhz microcontroller board. This board is to be powered by a 5V power supply according to the specifications. So I would need to add a step up converter, although I would like to avoid it.
Today, out of curiosity I tried to power the board (with only an oled display attached) by an adjustable DC power supply. At 3.0 Volts it seemed to work fine and drew only 20 mA. I incremented a number from 0 to 1000 without delay() in the code and it was done counting in one minute, which is the same time as it needed powered by USB.
Does anyone have experienced with powering 328p 16Mhz with only about 3V? I would love to avoid building in a step up converter but not sure how it behaves in some complex applications.
Any help is appreciated. Thanks a lot in advance.
Andy
I am currently building a small device that is to be powered by a 3.7V battery and is run by an Arduino mini pro 328p 16Mhz microcontroller board. This board is to be powered by a 5V power supply according to the specifications. So I would need to add a step up converter, although I would like to avoid it.
Today, out of curiosity I tried to power the board (with only an oled display attached) by an adjustable DC power supply. At 3.0 Volts it seemed to work fine and drew only 20 mA. I incremented a number from 0 to 1000 without delay() in the code and it was done counting in one minute, which is the same time as it needed powered by USB.
Does anyone have experienced with powering 328p 16Mhz with only about 3V? I would love to avoid building in a step up converter but not sure how it behaves in some complex applications.
Any help is appreciated. Thanks a lot in advance.
Andy