Hello
The linear voltage regulator that I'm using is TLV70033DSET. The link is: https://www.digikey.com/en/products/detail/TLV70033DSET/296-25215-1-ND/2172702?itemSeq=341807830
I'm making my own prototype board using MSP430FR2433. I wrote the firmware on the launch pad and it's time to try out on my own board. The active components on my board are as follows:
msp430fr2433 needs 3.3V
LCD screen needs 5V (Minimum 4.5V)
LCD backlight needs 4.1V (Max 4.3V)
My supply voltage is 12V or 24V, so the regulator used on the launch pad is a no go. I'll Look for a regulator that can take an input up to 25V and bring it down to 5V. This can power the LCB screen. Is there a way to bring the output of this regulator to 4.1V and 3.3V?
Here's what I'm thinking:
2 Zener diodes of 4.1V and 3.3V.
Two Voltage divider to get 4.1 and 3.3V.
3.3 voltage regulator and one voltage divider
3.3 voltage divider and Diode to drop the voltage.
Which one is the best approach? Is there another way that is not listed above?
I know the voltage divider is not ideal as the voltage might not be as stable as the rest. But I say this because we already regulated the voltage to 5V using a regulator.
Appreciate your help
Varun R