When moving my circuits from a prototype on breadboard with Arduino, to either stripboard or custom PCB (with just the components needed - i.e. no Arduino board), I normally only need 5V and as I have a box full of old wall-warts that supply approx 7V, I use one of those with a 7805 (or similar LDO), which works fine.
Now I'm starting to play with nRF24l01+, which requires a 3.3V supply. So, which is the best way to get power to this device?
- Voltage divider from my existing regulated 5V supply
- Use a 3.3V LDO regulator from the incoming 7V wall-wart
- Use a 3.3V LDO regulator from the regulated 5V supply
- Something else?
I can see that options 1,2 and 3 would all work, and I'm assuming that option 3 would be more efficient than 2 in terms of heat loss, but is there something I'm missing (e.g. any noise issues/advantages by running the output of one regulator into the input of another regulator).
Any advice welcome