HiBittmekinyan
Published © MIT

Regulated power supply module based on AMS1117

Getting constant voltage outputs from an unregulated DC input.

BeginnerFull instructions provided414
Regulated power supply module based on AMS1117

Things used in this project

Hardware components

Arduino Nano
(or another Arduino module)
×1
Voltage regulator with 5V output (AMS1117)
×1
Voltage regulator with 3.3V output (AMS1117)
×1
Dupont wires
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Schematics

AMS1117

Wiring schema for AMS1117 power regulator and Arduino Nano

Code

Powering Arduino Nano

Arduino
AMS1117 connection with Arduino Nano
void setup()
{
  Serial.begin(115200);
}

void loop()
{
  Serial.println("I am online");
}

Credits

HiBit

HiBit

12 projects • 6 followers
HiBit is a platform made by and for enthusiasts of the IT world. Read and comment on technical articles, tutorials, news.
tmekinyan

tmekinyan

12 projects • 3 followers

Comments