- This topic has 3 replies, 3 voices, and was last updated 12 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › How to generate 5v supply for AT89C51 controller?
I have AT89C51 controller. I want to give supply of 5v as Vcc to 89c51.
How I will generate the 5v supply? can i generate it from 9v battery?
use 7805 voltage regulator
you can also use AMS1117
You can use a 7805 regulator ic to generate 5v from your 9v battery. Connect pin 1 of 7805 to 9v, pin 2 to ground, and you have 5v across pin 3 and pin 2. pin3 positive 5v and pin2 ground.
It would be nice if you share what project are you doing with 89c51.
Thanx guys I followed ur instructions and now i m able to generate 5v supply.