Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Power scaling - Esduino

Status
Not open for further replies.

bubble_d

Junior Member level 3
Joined
Sep 12, 2012
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,483
Hi everyone.

I am trying to use the esduino microcontroller to read a voltage from a power supply (+-15) and show it on an soldered on LCD.

I already have the LCD running and showing something for now (From previous code)... but that was the easy part. I know that I will need to scale down the voltage coming out of the power supply so I dont blow the esduino with 15 volts,
but I am unsure how to actually do this. Obviously it will take some circuit design first. Can anyone lead me in the right direction (Software and hardware) in order to achieve this.


Thank you for any help
 

You can use external level shifters for this purpose.
 
You can use a potential divider to divide the voltage into 10 volts and 5 volts, and feed the 5 volts to adc pin of your micro.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top