Skip to main content

Drop of voltage VCC on arduinoArduino UNO

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

enter image description hereSchematic 1


I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description hereSchematic 2

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Drop of voltage VCC on arduino UNO

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

enter image description here


I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Drop of voltage VCC on Arduino UNO

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

Schematic 1


I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

Schematic 2

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

added 86 characters in body
Source Link
Russell McMahon
  • 155k
  • 18
  • 222
  • 410

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

enter image description here


I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

enter image description here


I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Post Reopened by Russell McMahon
added 468 characters in body
Source Link
Russell McMahon
  • 155k
  • 18
  • 222
  • 410

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Summary:

  • I am using an Arduino UNO.
  • I am using a potentiometer connected from 5V Arduino supply to ground to provide a variable voltage on the pot wiper, which I input to an analog input on the UNO to allow variation of a PWM signal.
  • As I load the supply with peripherals the supply voltage droops from 5V to say 4.8V and this affects my PWM frequency.
  • How do I prevent supply voltage changes affecting my PWM settings?

I'm working on a project, and since I have been adding things to it some new problems started to appear. Here is the diagram of the project:

enter image description here

I'm using a potentiometer to control an output pin (PWM). As seen in the diagram, the potentiometer takes the 5 V as reference and sends back to the pin 2 the voltage so it can be taken by the ADC. The problem is that, with all the new connections, I have had a drop of voltage on VCC from 5 to 4.8 V, which kind of messes up with the selection of voltage. For example, if I want the pin 2 to be on 5 V, once I put the potentiometer on the max ammount of voltage it will just give me 4.8 V.

I just checked and putting everything off except the potentiometer solves the problem.

Should I use an external feeding for the LCD display?
Or should I use the 4.8 V as a parameter of reference?

Post Closed as "Needs details or clarity" by Andy aka, toolic, the busybee
trifles
Source Link
greybeard
  • 3.4k
  • 1
  • 10
  • 26
Loading
added 254 characters in body
Source Link
Vamir
  • 69
  • 4
Loading
deleted 14 characters in body
Source Link
brhans
  • 15.2k
  • 3
  • 38
  • 51
Loading
Source Link
Vamir
  • 69
  • 4
Loading