I'm using a Pro Mini (5V, 16 Mhz) and I'm having an issue running my project from an external power source.
I'm using a 9V battery (dropped to 7.5V using a low dropout regulator) which is connected to the RAW. When I use the FTDI adapter, everything seems to work fine (including reading from serial monitor) but when I put it in my custom design board, the power led is on nothing else seems to happen. I'm also unable to upload to it when it is inserted.
I started by using "Blink" (which works flawless when I connect to the FTDI adapter), but since I use pin 13 in my board, I thought that might be the issue.
Why the regulator on the raw input...???
At some stage, those little 9v smoke alarm batteries will cause you grief....better to go with a pack made up from AA cells.
If you are using a battery and regulator, the best approach is to use a 5V switching regulator and power the Pro Mini via the 5V pin.
This one from Pololu is extremely efficient, and my favorite (choose the appropriate output voltage for your project): https://www.pololu.com/product/2842
So the classic problem in questions here. Failure to adequately define your project.
A 5 V Pro Mini can be powered from a pack of three "AA" alkaline cells at 4.5 V (nominal). Connected to the "Vcc" pin of course. They may drop to 4 V with use which is OK.
So the question is - is there something else you failed to mention that you wish to power which is actually critical of voltage, such as a LCD display?
Batteries in particular, but please get into the habit of never using the "Vin" or "Raw" pin. The on-board regulator is basically useless.
At a later stage of the project, I will use high powered LEDs, but they are disconnected right now.
At the moment, I only use a 8 to 3 encoder (5V) and a micro sd adapter (3.3V).
As for the project definition I didn't think I should explain what the end goal is if I can't seem to run the most simple program